Home
last modified time | relevance | path

Searched refs:fresh (Results 1 – 25 of 53) sorted by relevance

123

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A DextractExternal.cpp404 set<int> fresh[2]; in findRequiredExternal() local
409 fresh[cur].insert(i); in findRequiredExternal()
412 for (set<int>::iterator it = fresh[cur].begin(); it != fresh[cur].end(); in findRequiredExternal()
421 fresh[1 - cur].insert(i); in findRequiredExternal()
427 fresh[cur].clear(); in findRequiredExternal()
/freebsd/lib/libc/gen/
H A Dgetgrent.c849 int fresh, rv, stayopen, *errnop; in files_group() local
851 fresh = 0; in files_group()
880 fresh = 1; in files_group()
882 stayopen = (how == nss_lt_all || !fresh) ? 1 : st->stayopen; in files_group()
885 if (how != nss_lt_all && !fresh) in files_group()
1323 int fresh, rv, stayopen, *errnop; in compat_group() local
1331 fresh = 0; in compat_group()
1361 fresh = 1; in compat_group()
1363 stayopen = (how == nss_lt_all || !fresh) ? 1 : st->stayopen; in compat_group()
1366 if (how != nss_lt_all && !fresh) in compat_group()
/freebsd/contrib/sendmail/editmap/
H A DMakefile16 fresh: FRC target
/freebsd/contrib/sendmail/libmilter/
H A DMakefile16 fresh: FRC target
/freebsd/contrib/sendmail/libsm/
H A DMakefile16 fresh: FRC target
/freebsd/contrib/sendmail/libsmdb/
H A DMakefile16 fresh: FRC target
/freebsd/contrib/sendmail/libsmutil/
H A DMakefile16 fresh: FRC target
/freebsd/contrib/sendmail/makemap/
H A DMakefile16 fresh: FRC target
/freebsd/contrib/sendmail/praliases/
H A DMakefile16 fresh: FRC target
/freebsd/contrib/sendmail/smrsh/
H A DMakefile16 fresh: FRC target
/freebsd/contrib/sendmail/src/
H A DMakefile16 fresh: FRC target
/freebsd/contrib/sendmail/mailstats/
H A DMakefile16 fresh: FRC target
/freebsd/contrib/sendmail/test/
H A DMakefile16 fresh: FRC target
/freebsd/contrib/sendmail/vacation/
H A DMakefile16 fresh: FRC target
/freebsd/contrib/sendmail/mail.local/
H A DMakefile18 fresh: FRC target
/freebsd/contrib/sendmail/rmail/
H A DMakefile18 fresh: FRC target
/freebsd/contrib/nvi/regex/
H A Dengine.c80 states fresh; /* states for a fresh start */ member
178 SETUP(m->fresh); in matcher()
684 states fresh = m->fresh; in fast() local
696 ASSIGN(fresh, st); in fast()
703 if (EQ(st, fresh)) in fast()
745 ASSIGN(st, fresh); in fast()
/freebsd/contrib/sendmail/
H A DMakefile38 fresh: FRC target
/freebsd/lib/libc/regex/
H A Dengine.c91 states fresh; /* states for a fresh start */ member
276 SETUP(m->fresh); in matcher()
846 states fresh = m->fresh; in walk() local
864 ASSIGN(fresh, st); in walk()
886 if (fast && EQ(st, fresh)) in walk()
957 ASSIGN(st, fresh); in walk()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Dregengine.inc84 states fresh; /* states for a fresh start */
181 SETUP(m->fresh);
729 states fresh = m->fresh;
741 ASSIGN(fresh, st);
748 if (EQ(st, fresh))
790 ASSIGN(st, fresh);
/freebsd/crypto/openssl/doc/man3/
H A Di2d_re_X509_tbs.pod38 and ensures that a fresh encoding is generated in case the object has been
H A DEVP_RAND.pod132 If I<prediction_resistance> is specified, fresh entropy from a live source
142 If I<prediction_resistance> is specified, fresh entropy from a live source
150 operating system. If I<prediction_resistance> is specified, fresh entropy
H A DSSL_new.pod39 the session, if desired, and construct a fresh handle for each connection.
/freebsd/usr.sbin/bsdconfig/share/packages/
H A Dindex.subr138 # generating a fresh cache.
167 # Otherwise, fall-thru to create a fresh cache from scratch
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-dhparam.pod.in69 parameters, a fresh DH key should be created for each use to

123