/titanic_41/usr/src/cmd/refer/ |
H A D | sortbib.c | 22 #define BUF BUFSIZ macro 36 static void parse(char [], char fld[][BUF]); 102 char line[BUF], fld[4][BUF]; /* one line, the sort fields */ in sortbib() 105 while (offset = ftell(fp), fgets(line, BUF, fp)) { in sortbib() 123 if (length > BUF*8) { in sortbib() 126 "(%d)\n"), recno, BUF*8, length); in sortbib() 148 if (length > BUF*8) { in sortbib() 151 recno, BUF*8, length); in sortbib() 169 char str[BUF], buff[BUF*8]; /* for tempfile & databases */ in deliver() 208 parse(char line[], char fld[][BUF]) in parse() argument [all …]
|
/titanic_41/usr/src/lib/libast/common/port/ |
H A D | astlicense.c | 91 #define BUF(b) ((b)->buf) macro 680 comment(¬ice, &buf, BUF(&tmp), USE(&tmp), 0); in astlicense() 685 comment(¬ice, &buf, BUF(&tmp), USE(&tmp), 0); in astlicense() 693 comment(¬ice, &buf, BUF(&tmp), USE(&tmp), 0); in astlicense() 703 comment(¬ice, &buf, BUF(&tmp), USE(&tmp), 0); in astlicense() 723 comment(¬ice, &buf, BUF(&tmp), USE(&tmp), 0); in astlicense() 730 comment(¬ice, &buf, BUF(&tmp), USE(&tmp), 0); in astlicense() 736 comment(¬ice, &buf, BUF(&tmp), USE(&tmp), 0); in astlicense() 749 comment(¬ice, &buf, BUF(&tmp), USE(&tmp), 0); in astlicense() 758 comment(¬ice, &buf, BUF(&tmp), USE(&tmp), 0); in astlicense() [all …]
|
/titanic_41/usr/src/uts/sun4u/daktari/sys/ |
H A D | daktari.h | 69 #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
|
/titanic_41/usr/src/uts/common/gssapi/mechs/krb5/include/ |
H A D | k5-platform.h | 524 #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)
|
/titanic_41/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/ |
H A D | ldap_service_stash.c | 64 # define strerror_r(ERRNUM, BUF, SIZE) (strlcpy((BUF), strerror(ERRNUM), (SIZE)), (BUF)[(SIZE)-1] =… argument
|
/titanic_41/usr/src/uts/common/smbsrv/ |
H A D | ndr.h | 226 #define NDS_GET_PDU(NDS, PDU_OFFSET, N_BYTES, BUF, SWAP, REF) \ argument 227 (*(NDS)->ndo->ndo_get_pdu)(NDS, PDU_OFFSET, N_BYTES, BUF, SWAP, REF) 228 #define NDS_PUT_PDU(NDS, PDU_OFFSET, N_BYTES, BUF, SWAP, REF) \ argument 229 (*(NDS)->ndo->ndo_put_pdu)(NDS, PDU_OFFSET, N_BYTES, BUF, SWAP, REF)
|
H A D | smb_ktypes.h | 531 void MBC_ATTACH_BUF(struct mbuf_chain *MBC, unsigned char *BUF, int LEN);
|
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/support/ |
H A D | plugins.c | 297 #define ERRSTR(ERR, BUF) \ argument 298 (strerror_r (ERR, BUF, sizeof(BUF)) == 0 ? BUF : strerror (ERR)) 300 #define ERRSTR(ERR, BUF) \ argument
|
/titanic_41/usr/src/cmd/ssh/scp/ |
H A D | scp.c | 267 } BUF; typedef 269 BUF *allocbuf(BUF *, int, int); 587 static BUF buffer; 588 BUF *bp; 761 static BUF buffer; 766 BUF *bp; 1153 BUF * 1155 BUF *bp; in allocbuf()
|
/titanic_41/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_mbuf_util.c | 300 MBC_ATTACH_BUF(struct mbuf_chain *MBC, unsigned char *BUF, int LEN) in MBC_ATTACH_BUF() argument 305 (MBC)->chain->m_data = (caddr_t)(BUF); in MBC_ATTACH_BUF() 306 (MBC)->chain->m_ext.ext_buf = (caddr_t)(BUF); in MBC_ATTACH_BUF()
|
/titanic_41/usr/src/cmd/vi/port/ |
H A D | ex_vget.c | 353 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 D | ex_vops2.c | 117 takeout(unsigned char *BUF) in takeout() argument 132 setBUF(BUF); in takeout() 133 if ((unsigned char)BUF[128] == 0200) in takeout()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/ |
H A D | rcp.c | 72 } 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()
|
/titanic_41/usr/src/cmd/sendmail/libsm/ |
H A D | vfprintf.c | 140 #define BUF 40 macro 201 char buf[BUF]; /* space for %c, %[diouxX], %[eEfgG] */ 669 cp = buf + BUF; 715 size = buf + BUF - cp;
|
H A D | vfscanf.c | 33 #define BUF 513 /* Maximum length of numeric string. */ macro 131 char buf[BUF]; /* buffer for numeric conversions */
|
/titanic_41/usr/src/common/util/ |
H A D | sscanf.c | 72 #define BUF 32 /* Maximum length of numeric string. */ macro 127 char buf[BUF]; /* buffer for numeric conversions */ in vsscanf()
|
/titanic_41/usr/src/grub/grub-0.97/docs/ |
H A D | kernel.c.texi | 170 /* @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 D | multiboot.info | 1440 /* Convert the integer D to a string and save the string in BUF. If 1470 /* Terminate BUF. */ 1473 /* Reverse BUF. */
|
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/ |
H A D | cc_file.c | 1215 #define setvbuf(FILE,BUF,MODE,SIZE) \ argument 1216 ((SIZE) < BUFSIZE ? (abort(),0) : setbuf(FILE, BUF))
|
/titanic_41/usr/src/grub/grub-0.97/ |
H A D | ChangeLog | 5310 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
|