Searched refs:inout (Results 1 - 9 of 9) sorted by relevance
| /osnet-11/usr/src/cmd/sendmail/libsm/ |
| H A D | t-qic.c | 104 sm_qic_T inout[] = { local 160 for (i = 0; inout[i].qic_in != NULL; i++) 163 obp = quote_unquote(inout[i].qic_in, line_out, los, 164 inout[i].qic_exp); 165 cmp = strcmp(inout[i].qic_out, obp); 166 SM_TEST(inout[i].qic_exp == cmp); 167 if (inout[i].qic_exp != cmp && !SmTestVerbose) 173 bp = str2prt(inout[i].qic_out); 176 show_diff(inout[i].qic_in, inout[ [all...] |
| /osnet-11/usr/src/lib/libkmf/ber_der/common/ |
| H A D | io.c | 245 ber_dump(BerElement *ber, int inout) argument 251 if (inout == 1) {
|
| /osnet-11/usr/src/lib/libldap5/sources/ldap/ber/ |
| H A D | lber-int.h | 157 void ber_dump( BerElement *ber, int inout );
|
| H A D | io.c | 514 ber_dump( BerElement *ber, int inout ) 520 if ( inout == 1 ) {
|
| /osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/ |
| H A D | hash_page.c | 1370 account_page(hashp, pgno, inout) 1373 int inout; 1382 if (inout == -1) /* XXX: Kluge */ 1383 inout = 0; 1391 list[last].times = inout; 1395 list[i].times = inout;
|
| /osnet-11/usr/src/lib/libldap4/include/ |
| H A D | lber.h | 200 void ber_dump(BerElement *ber, int inout);
|
| /osnet-11/usr/src/lib/libldap4/ber/ |
| H A D | io.c | 498 ber_dump( BerElement *ber, int inout ) 502 if ( inout == 1 ) {
|
| /osnet-11/usr/src/lib/libshell/common/sh/ |
| H A D | parse.c | 54 static struct ionod *inout(Lex_t*,struct ionod*, int); 1116 io=inout(lexp,NIL(struct ionod*),1); 1353 if(io=inout(lexp,io,0)) 1554 io->ionxt = inout(lexp,(struct ionod*)0,0); 1557 t->comio = io = inout(lexp,(struct ionod*)0,0); 1653 static struct ionod *inout(Lex_t *lexp,struct ionod *lastio,int flag) function 1796 ioq->ionxt=inout(lexp,lastio,flag);
|
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/ |
| H A D | NNTP.pm | 87 my $inout = shift;
|
Completed in 33 milliseconds