/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | extractExternal.cpp | 404 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 D | getgrent.c | 849 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 D | Makefile | 16 fresh: FRC target
|
/freebsd/contrib/sendmail/libmilter/ |
H A D | Makefile | 16 fresh: FRC target
|
/freebsd/contrib/sendmail/libsm/ |
H A D | Makefile | 16 fresh: FRC target
|
/freebsd/contrib/sendmail/libsmdb/ |
H A D | Makefile | 16 fresh: FRC target
|
/freebsd/contrib/sendmail/libsmutil/ |
H A D | Makefile | 16 fresh: FRC target
|
/freebsd/contrib/sendmail/makemap/ |
H A D | Makefile | 16 fresh: FRC target
|
/freebsd/contrib/sendmail/praliases/ |
H A D | Makefile | 16 fresh: FRC target
|
/freebsd/contrib/sendmail/smrsh/ |
H A D | Makefile | 16 fresh: FRC target
|
/freebsd/contrib/sendmail/src/ |
H A D | Makefile | 16 fresh: FRC target
|
/freebsd/contrib/sendmail/mailstats/ |
H A D | Makefile | 16 fresh: FRC target
|
/freebsd/contrib/sendmail/test/ |
H A D | Makefile | 16 fresh: FRC target
|
/freebsd/contrib/sendmail/vacation/ |
H A D | Makefile | 16 fresh: FRC target
|
/freebsd/contrib/sendmail/mail.local/ |
H A D | Makefile | 18 fresh: FRC target
|
/freebsd/contrib/sendmail/rmail/ |
H A D | Makefile | 18 fresh: FRC target
|
/freebsd/contrib/nvi/regex/ |
H A D | engine.c | 80 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 D | Makefile | 38 fresh: FRC target
|
/freebsd/lib/libc/regex/ |
H A D | engine.c | 91 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 D | regengine.inc | 84 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 D | i2d_re_X509_tbs.pod | 38 and ensures that a fresh encoding is generated in case the object has been
|
H A D | EVP_RAND.pod | 132 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 D | SSL_new.pod | 39 the session, if desired, and construct a fresh handle for each connection.
|
/freebsd/usr.sbin/bsdconfig/share/packages/ |
H A D | index.subr | 138 # generating a fresh cache. 167 # Otherwise, fall-thru to create a fresh cache from scratch
|
/freebsd/crypto/openssl/doc/man1/ |
H A D | openssl-dhparam.pod.in | 69 parameters, a fresh DH key should be created for each use to
|