Searched refs:retain (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/lib/libast/common/vec/
H A Dvecfree.c36 * 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/cmd/mailx/
H A Dcmd2.c621 if (member(field, retain))
634 igp->i_link = retain[h];
635 retain[h] = igp;
653 for (igp = retain[h]; igp != 0; igp = igp->i_link)
662 for (igp = retain[h]; igp != 0; igp = igp->i_link)
672 * Remove a list of fields from the retain list.
683 ig1 = retain[h];
691 retain[h] = NULL;
702 for (ig1 = retain[h]; ig1; ig2 = ig1, ig1 = ig1->i_link)
704 if (ig1 == retain[
[all...]
H A Dinit.c128 struct ignore *retain[HSHSIZE];/* Pointer to retained fields */ variable in typeref:struct:ignore
H A Daux.c732 return (!member(realfld, retain));
/illumos-gate/usr/src/lib/libcmd/common/
H A Dfmt.c67 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/hdr/
H A Dglob.h113 extern struct ignore *retain[HSHSIZE]; /* Pointer to retained fields */
/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_nisdbquery.c651 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 Dppproto.c2139 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/boot/sys/boot/usb/
H A Dusbcore.mk15 # 1. Redistributions of source code must retain the above copyright
/illumos-gate/usr/src/boot/sys/boot/i386/cdboot/
H A Dcdboot.S8 # 1. Redistributions of source code must retain the above copyright
/illumos-gate/usr/src/boot/sys/boot/i386/pmbr/
H A Dpmbr.s9 # 1. Redistributions of source code must retain the above copyright
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c6959 * 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...]
/illumos-gate/usr/src/lib/libc/capabilities/sun4u-us3/common/
H A Dmemcpy.s1007 ! to avoid regressions on customer hardware, we retain the prefetch

Completed in 106 milliseconds