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

/opensolaris-onvv-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);
/opensolaris-onvv-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));
/opensolaris-onvv-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;
/opensolaris-onvv-gate/usr/src/cmd/mailx/hdr/
H A Dglob.h113 extern struct ignore *retain[HSHSIZE]; /* Pointer to retained fields */
/opensolaris-onvv-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) {
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/bn/
H A Dbn_prime.pl58 * 1. Redistributions of source code must retain the copyright
/opensolaris-onvv-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;
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/conf/
H A Dkeysets.pl80 * 1. Redistributions of source code must retain the copyright
/opensolaris-onvv-gate/usr/src/tools/
H A DREADME.tools66 python version. This exists to retain compatibility both for
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/objects/
H A Dobj_dat.pl202 * 1. Redistributions of source code must retain the copyright
H A Dobjects.pl150 * 1. Redistributions of source code must retain the copyright
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DSocket.pm473 Feel free to use, modify and redistribute it as long as you retain
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/File/Glob/
H A DGlob.pm445 1. Redistributions of source code must retain the above copyright
/opensolaris-onvv-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...]
/opensolaris-onvv-gate/usr/src/lib/libc/capabilities/sun4u-us3/common/
H A Dmemcpy.s1007 ! to avoid regressions on customer hardware, we retain the prefetch
/opensolaris-onvv-gate/usr/src/uts/common/io/usb/clients/hidparser/
H A DREADME37 in which they are defined while global items retain their values through
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DBigFloat.pm2850 words, Math::BigFloat will try to retain previously loaded libs when you
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dperl5db.pl2386 retain the old commands for those who were used to using them or who preferred
8180 Because we wanted to retain the option of being able to go back to the

Completed in 139 milliseconds