Searched refs:BUF (Results 1 - 10 of 10) sorted by relevance

/osnet-11/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...]
/osnet-11/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_service_stash.c60 # define strerror_r(ERRNUM, BUF, SIZE) (strlcpy((BUF), strerror(ERRNUM), (SIZE)), (BUF)[(SIZE)-1] = 0)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/File/t/
H A D31_autodefer.t108 my $BUF = 20;
H A D30_defer.t100 my $BUF = 20;
102 $o = tie @a, 'Tie::File', $file, memory => $MAX, dw_size => $BUF;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IPC/SysV/
H A DMsg.pm88 @_ <= 5 && @_ >= 3 or croak '$msg->rcv( BUF, LEN, TYPE, FLAGS )';
99 @_ <= 4 && @_ >= 3 or croak '$msg->snd( TYPE, BUF, FLAGS )';
161 =item rcv ( BUF, LEN [, TYPE [, FLAGS ]] )
164 See L<msgrcv>. The BUF becomes tainted.
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dplugins.c446 #define ERRSTR(ERR, BUF) \
447 (strerror_r (ERR, BUF, sizeof(BUF)) == 0 ? BUF : strerror (ERR))
449 #define ERRSTR(ERR, BUF) \
/osnet-11/usr/src/cmd/sendmail/libsm/
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;
H A Dvfscanf.c33 #define BUF 513 /* Maximum length of numeric string. */ macro
131 char buf[BUF]; /* buffer for numeric conversions */
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DHandle.pm69 $io->read ( BUF, LEN, [OFFSET] )
73 $io->sysread ( BUF, LEN, [OFFSET] )
74 $io->syswrite ( BUF, [LEN, [OFFSET]] )
134 =item $io->write ( BUF, LEN [, OFFSET ] )
430 @_ == 3 || @_ == 4 or croak 'usage: $io->read(BUF, LEN [, OFFSET])';
435 @_ == 3 || @_ == 4 or croak 'usage: $io->sysread(BUF, LEN [, OFFSET])';
440 @_ >= 2 && @_ <= 4 or croak 'usage: $io->write(BUF [, LEN [, OFFSET]])';
447 @_ >= 2 && @_ <= 4 or croak 'usage: $io->syswrite(BUF [, LEN [, OFFSET]])';
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/
H A Dcc_file.c1214 #define setvbuf(FILE,BUF,MODE,SIZE) \
1215 ((SIZE) < BUFSIZE ? (abort(),0) : setbuf(FILE, BUF))

Completed in 75 milliseconds