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

/osnet-11/usr/src/lib/libdll/common/
H A Ddllerror.c32 * retain==0 resets the last dl*() error
36 dllerror(int retain) argument
42 state.error = retain;
46 if (retain)
48 state.error = retain;
/osnet-11/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);
/osnet-11/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;
/osnet-11/usr/src/lib/libnisdb/
H A Dldap_nisdbquery.c350 int retain = 1; local
353 retain = verifyIndexMatch(t, q[i], 0, 0, 0);
355 if (retain && qin != 0)
356 retain = verifyQueryMatch(q[i], qin);
358 if (retain) {
/osnet-11/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;
/osnet-11/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
/osnet-11/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
/osnet-11/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
/osnet-11/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 221 milliseconds