Searched defs:retain (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/lib/libast/common/vec/ |
H A D | vecfree.c | 36 * retain!=0 frees the string pointers but retains the string data 41 vecfree(register char** vec, int retain) argument 45 if (*(vec -= 2) && !retain) free(*vec);
|
/illumos-gate/usr/src/lib/libcmd/common/ |
H A D | fmt.c | 67 int retain; member in struct:Fmt_s 199 if (fp->nwords > 0 && &fp->outp[n] >= fp->endbuf && !fp->retain && !q) 225 if (!splice && !fp->retain && (!fp->quote || (fp->outp - fp->outbuf) < 2 || fp->outp[-2] != '\\' || fp->outp[-1] != 'n' && fp->outp[-1] != 't' && fp->outp[-1] != ' ')) 409 fp->retain = 0; 423 fp->retain = 1; 486 if (fp->retain) 497 fp->retain = 0; 582 fmt.retain = 0;
|
/illumos-gate/usr/src/cmd/mailx/ |
H A D | init.c | 128 struct ignore *retain[HSHSIZE];/* Pointer to retained fields */ variable in typeref:struct:ignore
|
/illumos-gate/usr/src/lib/libnisdb/ |
H A D | ldap_nisdbquery.c | 651 int retain = 1; local 654 retain = verifyIndexMatch(t, q[i], 0, 0, 0); 656 if (retain && qin != 0) 657 retain = verifyQueryMatch(q[i], qin); 659 if (retain) {
|
/illumos-gate/usr/src/lib/libpp/common/ |
H A D | ppproto.c | 2139 static int retain; local 2148 if (flags & PROTO_RETAIN) flags &= ~retain; 2149 else retain &= PROTO_INITIALIZED; 2367 if (!(retain & PROTO_INITIALIZED)) 2369 retain |= PROTO_INITIALIZED; 2390 retain |= PROTO_INCLUDE; 2394 if (flags & PROTO_RETAIN) retain |= PROTO_HEADER;
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/ |
H A D | fp.c | 6959 * Zero out this field so that we do not retain 11361 int retain; local 11415 retain = (pd->pd_recepient == PD_PLOGI_INITIATOR) ? 1 : 0; 11419 retain = 0; 11424 " tolerance=%d retain=%d", pd->pd_port_id.port_id, pd, 11425 tolerance, retain); local 11443 if (retain) { 11491 int retain; local 11533 retain = (pd->pd_recepient == PD_PLOGI_INITIATOR) ? 1 : 0; 11537 retain 11543 tolerance, retain); local [all...] |
Completed in 3367 milliseconds