HomeSort by: relevance | last modified time | path
    Searched refs:stale (Results 1 - 6 of 6) sorted by relevancy

  /src/usr.bin/make/unit-tests/
deptgt-stale.mk 1 # $NetBSD: deptgt-stale.mk,v 1.2 2020/08/16 14:25:16 rillig Exp $
3 # Tests for the special target .STALE in dependency declarations.
Makefile 167 TESTS+= deptgt-stale
  /src/sys/dist/pf/net/
if_pfsync.c 367 int iplen, action, error, i, s, count, offp, sfail, stale = 0; local in function:pfsync_input
580 printf("pfsync: %s stale update "
591 if (sc->sc_mbuf != NULL && !stale)
593 stale++;
606 if (stale && sc->sc_mbuf != NULL)
708 printf("pfsync: ignoring stale update "
716 if ((!stale || update_requested) &&
721 stale++;
733 if ((update_requested || stale) && sc->sc_mbuf)
934 /* Don't keep stale pfsync packets around. *
    [all...]
  /src/sbin/sysctl/
sysctl.c 265 int req, stale, errs; variable in typeref:typename:int
356 stale = req = 0;
892 if (stale) {
894 stale = 0;
1467 stale = 1;
1511 stale = 1;
  /src/sys/external/isc/libsodium/dist/build-aux/
ltmain.sh 5643 #define XFREE(stale) do { \
5644 if (stale) { free (stale); stale = 0; } \
  /src/sys/external/isc/libsodium/dist/
ltmain.sh 4270 #define XFREE(stale) do { \
4271 if (stale) { free ((void *) stale); stale = 0; } \

Completed in 25 milliseconds