Searched refs:purge (Results 1 - 13 of 13) sorted by relevance

/freebsd-10-stable/contrib/byacc/
H A Dvmsbuild.com169 $ if f$search("*.lis") .nes. "" then purge *.lis
170 $ if f$search("*.obj") .nes. "" then purge *.obj
171 $ if f$search("*.map") .nes. "" then purge *.map
172 $ if f$search("*.opt") .nes. "" then purge *.opt
173 $ if f$search("*.exe") .nes. "" then purge *.exe
174 $ if f$search("*.log") .nes. "" then purge *.log
/freebsd-10-stable/contrib/gcclibs/libiberty/
H A Dmakefile.vms23 purge
30 $$ purge
/freebsd-10-stable/contrib/ntp/lib/isc/include/isc/
H A Dtimer.h124 isc_boolean_t purge);
237 isc_boolean_t purge);
240 * values. If 'purge' is TRUE, any pending events from this timer
/freebsd-10-stable/contrib/ntp/lib/isc/
H A Dtimer_api.c132 isc_boolean_t purge)
136 return (timer->methods->reset(timer, type, expires, interval, purge));
130 isc_timer_reset(isc_timer_t *timer, isc_timertype_t type, isc_time_t *expires, isc_interval_t *interval, isc_boolean_t purge) argument
H A Dtimer.c139 isc_boolean_t purge);
518 isc_boolean_t purge)
527 * values. If 'purge' is ISC_TRUE, any pending events from this timer
561 if (purge)
516 isc__timer_reset(isc_timer_t *timer0, isc_timertype_t type, isc_time_t *expires, isc_interval_t *interval, isc_boolean_t purge) argument
/freebsd-10-stable/kerberos5/usr.sbin/ktutil/
H A DMakefile15 purge.c \
/freebsd-10-stable/usr.sbin/manctl/
H A Dmanctl.sh42 # purge old formatted man pages (not implemented yet)
52 # purge cat? directories
56 echo "purge $@" 2>&1
354 echo " $1 -purge <days> <path> ... " 1>&2
355 echo " $1 -purge expire <path> ... " 1>&2
378 -purge) shift ; do_purge "$@" ;;
/freebsd-10-stable/contrib/gcc/
H A Dcfgrtl.c182 /* Like delete_insn but also purge dead edges from BB. */
187 bool purge = false;
192 purge = true;
194 if (purge)
224 /* Like delete_insn but also purge dead edges from BB. */
228 bool purge = false;
233 purge = true;
235 if (purge)
2342 /* Search all basic blocks for potentially dead edges and purge them. Return
185 bool purge = false; local
226 bool purge = false; local
/freebsd-10-stable/contrib/ipfilter/tools/
H A Dipnat_y.y1066 rr frag age mssclamp nattag setproto purge
1070 rr frag age sticky mssclamp rdrproxy nattag purge
1117 purge: label
1283 { "purge", IPNY_PURGE },
/freebsd-10-stable/sys/netinet/
H A Dtcp_hostcache.c147 "Time between purge runs");
149 SYSCTL_VNET_INT(_net_inet_tcp_hostcache, OID_AUTO, purge, CTLFLAG_RW,
151 "Expire all entires on next purge run");
675 * Expire and purge (old|all) entries in the tcp_hostcache. Runs
/freebsd-10-stable/sys/kern/
H A Dvfs_cache.c81 SDT_PROBE_DEFINE1(vfs, namecache, purge, done, "struct vnode *");
584 /* We found a negative match, and want to create it, so purge */
976 SDT_PROBE1(vfs, namecache, purge, done, vp);
987 KASSERT(vp->v_cache_dd == NULL, ("incomplete purge"));
/freebsd-10-stable/sys/arm/ti/cpsw/
H A Dif_cpsw.c137 static int cpsw_ale_update_addresses(struct cpsw_softc *, int purge);
1973 cpsw_ale_update_addresses(struct cpsw_softc *sc, int purge) argument
2007 if (purge)
/freebsd-10-stable/sys/contrib/ipfilter/netinet/
H A Dip_nat.c2537 /* purge(I) - 1 == allow purge, 0 == prevent purge */
2540 /* Preventing "purge" from occuring is allowed because when all of the NAT */
2541 /* rules are being removed, allowing the "purge" to walk through the list */
2546 ipf_nat_delrule(softc, softn, np, purge)
2550 int purge;
2561 if ((purge == 1) && ((np->in_flags & IPN_PURGE) != 0)) {

Completed in 234 milliseconds