Home
last modified time | relevance | path

Searched refs:BUF (Results 1 – 20 of 20) sorted by relevance

/illumos-gate/usr/src/cmd/refer/
H A Dsortbib.c20 #define BUF BUFSIZ macro
34 static void parse(char [], char fld[][BUF]);
100 char line[BUF], fld[4][BUF]; /* one line, the sort fields */ in sortbib()
103 while (offset = ftell(fp), fgets(line, BUF, fp)) { in sortbib()
121 if (length > BUF*8) { in sortbib()
124 "(%d)\n"), recno, BUF*8, length); in sortbib()
146 if (length > BUF*8) { in sortbib()
149 recno, BUF*8, length); in sortbib()
167 char str[BUF], buff[BUF*8]; /* for tempfile & databases */ in deliver()
206 parse(char line[], char fld[][BUF]) in parse() argument
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/port/
H A Dastlicense.c104 #define BUF(b) ((b)->buf) macro
814 comment(&notice, &buf, BUF(&tmp), USE(&tmp), 0); in astlicense()
819 comment(&notice, &buf, BUF(&tmp), USE(&tmp), 0); in astlicense()
827 comment(&notice, &buf, BUF(&tmp), USE(&tmp), 0); in astlicense()
837 comment(&notice, &buf, BUF(&tmp), USE(&tmp), 0); in astlicense()
857 comment(&notice, &buf, BUF(&tmp), USE(&tmp), 0); in astlicense()
864 comment(&notice, &buf, BUF(&tmp), USE(&tmp), 0); in astlicense()
883 comment(&notice, &buf, BUF(&tmp), USE(&tmp), 0); in astlicense()
892 comment(&notice, &buf, BUF(&tmp), USE(&tmp), 0); in astlicense()
937 comment(&notice, &buf, BUF(&tmp), USE(&tmp), 0); in astlicense()
[all …]
/illumos-gate/usr/src/uts/sun4u/daktari/sys/
H A Ddaktari.h69 #define DAK_GET_SBD_APID(BUF, SZ, SLOT) (void) snprintf((BUF), (SZ), "SB%c", \ argument
73 #define DAK_GET_PCI_APID(BUF, SZ, SLOT) (void) snprintf((BUF), \ argument
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dk5-platform.h524 #define k5_getpwnam_r(NAME, REC, BUF, BUFSIZE, OUT) \ argument
525 (*(OUT) = getpwnam_r(NAME,REC,BUF,BUFSIZE), *(OUT) == NULL ? -1 : 0)
527 #define k5_getpwuid_r(UID, REC, BUF, BUFSIZE, OUT) \ argument
528 (*(OUT) = getpwuid_r(UID,REC,BUF,BUFSIZE), *(OUT) == NULL ? -1 : 0)
/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_service_stash.c62 # define strerror_r(ERRNUM, BUF, SIZE) (strlcpy((BUF), strerror(ERRNUM), (SIZE)), (BUF)[(SIZE)-1] =… argument
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dplugins.c297 #define ERRSTR(ERR, BUF) \ argument
298 (strerror_r (ERR, BUF, sizeof(BUF)) == 0 ? BUF : strerror (ERR))
300 #define ERRSTR(ERR, BUF) \ argument
/illumos-gate/usr/src/lib/libmlrpc/common/
H A Dndr.h223 #define NDS_GET_PDU(NDS, PDU_OFFSET, N_BYTES, BUF, SWAP, REF) \ argument
224 (*(NDS)->ndo->ndo_get_pdu)(NDS, PDU_OFFSET, N_BYTES, BUF, SWAP, REF)
225 #define NDS_PUT_PDU(NDS, PDU_OFFSET, N_BYTES, BUF, SWAP, REF) \ argument
226 (*(NDS)->ndo->ndo_put_pdu)(NDS, PDU_OFFSET, N_BYTES, BUF, SWAP, REF)
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_vget.c353 setBUF(unsigned char *BUF) in setBUF() argument
360 BUF[0] = 0; in setBUF()
361 BUF[128] = 0; in setBUF()
362 addto(BUF, cursor); in setBUF()
H A Dex_vops2.c117 takeout(unsigned char *BUF) in takeout() argument
132 setBUF(BUF); in takeout()
133 if ((unsigned char)BUF[128] == 0200) in takeout()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Drcp.c72 } BUF; typedef
109 static BUF *allocbuf(BUF *, int, int);
125 #define NULLBUF (BUF *) 0
1145 static BUF buffer; in source()
1146 BUF *bp; in source()
1412 static BUF buffer; in sink()
1415 BUF *bp; in sink()
1714 static BUF *
1715 allocbuf(BUF *bp, int fd, int blksize) in allocbuf()
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dvfprintf.c138 #define BUF 40 macro
199 char buf[BUF]; /* space for %c, %[diouxX], %[eEfgG] */
667 cp = buf + BUF;
713 size = buf + BUF - cp;
H A Dvfscanf.c31 #define BUF 513 /* Maximum length of numeric string. */ macro
129 char buf[BUF]; /* buffer for numeric conversions */
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_mbuf_util.c473 MBC_ATTACH_BUF(struct mbuf_chain *MBC, unsigned char *BUF, int LEN) in MBC_ATTACH_BUF() argument
478 (MBC)->chain->m_data = (caddr_t)(BUF); in MBC_ATTACH_BUF()
479 (MBC)->chain->m_ext.ext_buf = (caddr_t)(BUF); in MBC_ATTACH_BUF()
/illumos-gate/usr/src/common/util/
H A Dsscanf.c70 #define BUF 32 /* Maximum length of numeric string. */ macro
125 char buf[BUF]; /* buffer for numeric conversions */ in vsscanf()
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dkernel.c.texi170 /* @r{Convert the integer D to a string and save the string in BUF. If
200 /* @r{Terminate BUF.} */
203 /* @r{Reverse BUF.} */
H A Dmultiboot.info1440 /* Convert the integer D to a string and save the string in BUF. If
1470 /* Terminate BUF. */
1473 /* Reverse BUF. */
/illumos-gate/usr/src/common/ficl/test/
H A Dcore.fr879 CREATE GN-BUF 0 C,
880 : GN-STRING GN-BUF 1 ;
881 : GN-CONSUMED GN-BUF CHAR+ 0 ;
882 : GN' [CHAR] ' WORD CHAR+ C@ GN-BUF C! GN-STRING ;
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/
H A Dcc_file.c1215 #define setvbuf(FILE,BUF,MODE,SIZE) \ argument
1216 ((SIZE) < BUFSIZE ? (abort(),0) : setbuf(FILE, BUF))
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_ktypes.h585 void MBC_ATTACH_BUF(struct mbuf_chain *MBC, unsigned char *BUF, int LEN);
/illumos-gate/usr/src/grub/grub-0.97/
H A DChangeLog5310 corresponding to the first byte of BUF. If (FILEPOS -
5404 * stage2/fsys_fat.c (fat_read): Forgot to increase BUF.
6921 cl_setcpos before printing BUF, even if LPOS is equal to LLEN.
6925 directory or not. If so, append '/' to BUF.
7084 writing to BUF directly.
7111 Use BUF instead of FILENAME.
7208 If ECHO_CHAR is not NUL, do not remove the leading spaces in BUF.
7233 [!STAGE1_5] (get_cmdline): Use BUF instead of CMDLINE for the