Searched defs:BUF (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/refer/
H A Dsortbib.c22 #define BUF BUFSIZ macro
36 static void parse(char [], char fld[][BUF]);
102 char line[BUF], fld[4][BUF]; /* one line, the sort fields */
105 while (offset = ftell(fp), fgets(line, BUF, fp)) {
123 if (length > BUF*8) {
126 "(%d)\n"), recno, BUF*8, length);
148 if (length > BUF*8) {
151 recno, BUF*8, length);
169 char str[BUF], buf
[all...]
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dvfscanf.c33 #define BUF 513 /* Maximum length of numeric string. */ macro
131 char buf[BUF]; /* buffer for numeric conversions */
H A Dvfprintf.c140 #define BUF 40 macro
201 char buf[BUF]; /* space for %c, %[diouxX], %[eEfgG] */
669 cp = buf + BUF;
715 size = buf + BUF - cp;
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_vget.c350 * Put text from cursor upto wcursor in BUF.
353 setBUF(unsigned char *BUF) argument
360 BUF[0] = 0;
361 BUF[128] = 0;
362 addto(BUF, cursor);
H A Dex_vops2.c113 * in the VBSIZE buffer BUF. Used to save
117 takeout(unsigned char *BUF) argument
132 setBUF(BUF);
133 if ((unsigned char)BUF[128] == 0200)
/illumos-gate/usr/src/common/util/
H A Dsscanf.c72 #define BUF 32 /* Maximum length of numeric string. */ macro
127 char buf[BUF]; /* buffer for numeric conversions */
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_mbuf_util.c323 MBC_ATTACH_BUF(struct mbuf_chain *MBC, unsigned char *BUF, int LEN) argument
328 (MBC)->chain->m_data = (caddr_t)(BUF);
329 (MBC)->chain->m_ext.ext_buf = (caddr_t)(BUF);
/illumos-gate/usr/src/lib/libast/common/port/
H A Dastlicense.c91 #define BUF(b) ((b)->buf) macro
680 comment(&notice, &buf, BUF(&tmp), USE(&tmp), 0);
685 comment(&notice, &buf, BUF(&tmp), USE(&tmp), 0);
693 comment(&notice, &buf, BUF(&tmp), USE(&tmp), 0);
703 comment(&notice, &buf, BUF(&tmp), USE(&tmp), 0);
723 comment(&notice, &buf, BUF(&tmp), USE(&tmp), 0);
730 comment(&notice, &buf, BUF(&tmp), USE(&tmp), 0);
736 comment(&notice, &buf, BUF(&tmp), USE(&tmp), 0);
749 comment(&notice, &buf, BUF(&tmp), USE(&tmp), 0);
758 comment(&notice, &buf, BUF(
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Drcp.c72 } BUF; typedef in typeref:struct:_buf
109 static BUF *allocbuf(BUF *, int, int);
125 #define NULLBUF (BUF *) 0
1145 static BUF buffer;
1146 BUF *bp;
1412 static BUF buffer;
1415 BUF *bp;
1714 static BUF *
1715 allocbuf(BUF *b
[all...]

Completed in 96 milliseconds