Searched refs:ibufp (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/cmd/troff/ |
H A D | n1.c | 343 eibuf = ibufp = ibuf; in init0() 402 ibufp = ibuf; in init2() 1042 if (nx || ibufp >= eibuf) { in getch0() 1048 if (ibufp < eibuf) in getch0() 1055 ibufp = ibuf; in getch0() 1062 i = *ibufp++ & 0177; in getch0() 1067 i = *ibufp++ & 0177; in getch0() 1071 i = *ibufp++ & 0377; in getch0() 1233 ibufp = xbufp; in popf() 1243 ibufp = ibuf; in popf() [all …]
|
H A D | nii.c | 73 char *ibufp; variable
|
H A D | ext.h | 49 extern char *ibufp;
|
/titanic_41/usr/src/common/net/wanboot/ |
H A D | bootlog.c | 599 url_encode(const char *ibufp) in url_encode() argument 615 while ((c = *ibufp++) != '\0') { in url_encode()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | main.c | 2647 u_char *ibufp, *obufp; local 2727 ibufp = obufp = NULL; 2792 ibufp = inpacket_buf; 2793 nibuf = read(ifd, ibufp, sizeof(inpacket_buf)); 2815 if (!record_write(recordf, RECMARK_STARTRECV, ibufp, nibuf, 2876 n = write(pty_master, ibufp, n); 2888 ibufp += n;
|
/titanic_41/usr/src/uts/sun4u/starcat/io/ |
H A D | drmach.c | 415 caddr_t ibufp, int ilen); 2089 drmach_msglist_new(caddr_t ibufp, uint32_t ilen, dr_proto_hdr_t *hdrp, in drmach_msglist_new() argument 2101 listp->i_buf = ibufp; in drmach_msglist_new() 2110 drmach_mbox_req_rply(dr_proto_hdr_t *hdrp, uint32_t olen, caddr_t ibufp, in drmach_mbox_req_rply() argument 2120 listp = drmach_msglist_new(ibufp, ilen, hdrp, olen, nrtry); in drmach_mbox_req_rply() 2279 caddr_t ibufp, int ilen) in drmach_mbox_trans() argument 2414 mlp = drmach_mbox_req_rply(hdrp, olen, ibufp, ilen, timeout, in drmach_mbox_trans()
|