Searched defs:retain (Results 1 - 5 of 5) 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;

Completed in 36 milliseconds