Searched refs:ncp (Results 1 – 3 of 3) sorted by relevance
/haiku/src/bin/network/telnetd/ |
H A D | state.c | 1489 #define ADD(c) *ncp++ = c 1490 #define ADD_DATA(c) { *ncp++ = c; if (c == SE || c == IAC) *ncp++ = c; } 1495 unsigned char *ncp; in send_status() local 1498 ncp = statusbuf; in send_status() 1578 output_datalen(statusbuf, ncp - statusbuf); in send_status() 1582 {printsub('>', statusbuf, ncp - statusbuf); netflush();}); in send_status()
|
/haiku/src/add-ons/kernel/file_systems/fat/bsd/fs/msdosfs/ |
H A D | fat.h | 103 int extendfile(struct denode *dep, u_long count, struct buf **bpp, u_long *ncp, int flags);
|
H A D | msdosfs_fat.c | 988 extendfile(struct denode *dep, u_long count, struct buf **bpp, u_long *ncp, in extendfile() argument 1049 if (ncp) { in extendfile() 1050 *ncp = cn; in extendfile() 1051 ncp = NULL; in extendfile()
|