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

  /src/usr.bin/make/unit-tests/
depsrc-exec.mk 1 # $NetBSD: depsrc-exec.mk,v 1.3 2020/09/05 15:57:12 rillig Exp $
3 # Tests for the special source .EXEC in dependency declarations,
7 # TODO: Describe possible use cases for .EXEC.
11 ${MAKEFILE}: .EXEC
  /src/games/backgammon/common_source/
init.c 50 const char EXEC[] = "/usr/games/backgammon";
back.h 79 extern const char EXEC[]; /* object for main program */
  /src/games/backgammon/teachgammon/
teach.c 155 execl(EXEC, "backgammon", "-n", args[0]?args:0, (char *) 0);
  /src/tests/lib/libc/regex/
t_regex_att.c 260 geterror(const char *s, int *comp, int *exec)
268 #define EXEC 2
269 { "OK", 0, COMP|EXEC },
271 _DO(NOMATCH, EXEC)
282 _DO(ESPACE, EXEC)
296 *exec = 0;
301 if (nv[i].ce & EXEC)
302 *exec = nv[i].v;
489 int comp, exec; local in function:att_test
491 geterror(matches, &comp, &exec);
    [all...]
  /src/share/mk/
bsd.kinc.mk 32 ${DESTDIR}${INCSDIR}: .EXEC
  /src/distrib/sets/
Makefile 220 maketarsetup: .EXEC
  /src/
Makefile 271 params: .EXEC
  /src/sys/arch/powerpc/oea/
pmap.c 1751 * If this page was changed and it is mapped exec,
1758 DPRINTFN(EXEC, "[pmap_pvo_remove: "
1759 "%#" _PRIxpa ": clear-exec]\n",
1764 DPRINTFN(EXEC, "[pmap_pvo_remove: "
1964 printf(" marked-as-exec");
1966 printf("[pmap_enter: %#" _PRIxpa ": marked-as-exec]\n",
2307 * VM_PROT_NONE. At that point, we can clear the exec flag
2311 DPRINTFN(EXEC, "[pmap_page_protect: %#" _PRIxpa ": clear-exec]\n",
2333 * If EXEC permission is being revoked, just clear th
    [all...]
  /src/etc/
Makefile 196 etc-release: .EXEC .MAKE

Completed in 17 milliseconds