Home
last modified time | relevance | path

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

1234

/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
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-12-stable/lib/libc/gen/
Dgetgrent.c853 int fresh, rv, stayopen, *errnop; in files_group() local
855 fresh = 0; in files_group()
884 fresh = 1; in files_group()
886 stayopen = (how == nss_lt_all || !fresh) ? 1 : st->stayopen; in files_group()
889 if (how != nss_lt_all && !fresh) in files_group()
1327 int fresh, rv, stayopen, *errnop; in compat_group() local
1335 fresh = 0; in compat_group()
1365 fresh = 1; in compat_group()
1367 stayopen = (how == nss_lt_all || !fresh) ? 1 : st->stayopen; in compat_group()
1370 if (how != nss_lt_all && !fresh) in compat_group()
/freebsd-12-stable/contrib/sendmail/editmap/
DMakefile16 fresh: FRC target
/freebsd-12-stable/contrib/sendmail/praliases/
DMakefile16 fresh: FRC target
/freebsd-12-stable/contrib/sendmail/libsmutil/
DMakefile16 fresh: FRC target
/freebsd-12-stable/contrib/sendmail/libmilter/
DMakefile16 fresh: FRC target
/freebsd-12-stable/contrib/sendmail/vacation/
DMakefile16 fresh: FRC target
/freebsd-12-stable/contrib/sendmail/test/
DMakefile16 fresh: FRC target
/freebsd-12-stable/contrib/sendmail/smrsh/
DMakefile16 fresh: FRC target
/freebsd-12-stable/contrib/sendmail/libsmdb/
DMakefile16 fresh: FRC target
/freebsd-12-stable/contrib/sendmail/libsm/
DMakefile16 fresh: FRC target
/freebsd-12-stable/contrib/sendmail/src/
DMakefile16 fresh: FRC target
/freebsd-12-stable/contrib/sendmail/makemap/
DMakefile16 fresh: FRC target
/freebsd-12-stable/contrib/sendmail/mailstats/
DMakefile16 fresh: FRC target
/freebsd-12-stable/crypto/openssl/doc/man3/
DRAND_DRBG_set_callbacks.pod51 RAND_DRBG_set_callbacks() sets the callbacks for obtaining fresh entropy and
61 The B<get_entropy>() callback is called by the B<drbg> when it requests fresh
106 A request for prediction resistance can only be satisfied by pulling fresh
/freebsd-12-stable/contrib/sendmail/mail.local/
DMakefile18 fresh: FRC target
/freebsd-12-stable/contrib/sendmail/rmail/
DMakefile18 fresh: FRC target
/freebsd-12-stable/contrib/nvi/regex/
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-12-stable/contrib/sendmail/
DMakefile38 fresh: FRC target
/freebsd-12-stable/lib/libc/regex/
Dengine.c96 states fresh; /* states for a fresh start */ member
281 SETUP(m->fresh); in matcher()
851 states fresh = m->fresh; in walk() local
869 ASSIGN(fresh, st); in walk()
891 if (fast && EQ(st, fresh)) in walk()
962 ASSIGN(st, fresh); in walk()
/freebsd-12-stable/usr.sbin/pc-sysinstall/examples/
Dpcinstall.cfg.rsync4 installMode=fresh
Dpcinstall.cfg.geli5 installMode=fresh
Dpcinstall.cfg.gmirror4 installMode=fresh
Dpcinstall.cfg.netinstall4 installMode=fresh
/freebsd-12-stable/usr.sbin/pc-sysinstall/backend/
Dparseconfig.sh98 fresh)

1234