HomeSort by: relevance | last modified time | path
    Searched defs:post (Results 1 - 25 of 46) sorted by relevancy

1 2

  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/
devinit.h 12 bool post; member in struct:nvkm_devinit
devinit.h 12 bool post; member in struct:nvkm_devinit
  /src/usr.bin/make/unit-tests/
dir.mk 63 all: {fetch,extract}{,-post}
65 fetch fetch-post extract extract-post:
94 .PHONY: fetch fetch-post extract extract-post
dir.mk 63 all: {fetch,extract}{,-post}
65 fetch fetch-post extract extract-post:
94 .PHONY: fetch fetch-post extract extract-post
varparse-errors.mk 47 VAR.${:U:Z}post= unknown modifier with text in the variable name
48 .if ${VAR.post} != "unknown modifier with text in the variable name"
varparse-errors.mk 47 VAR.${:U:Z}post= unknown modifier with text in the variable name
48 .if ${VAR.post} != "unknown modifier with text in the variable name"
meta-cmd-cmp.mk 12 all: prep one two change1 change2 filter0 filter1 filter2 filter3 post
16 prep post: .PHONY target
archive.mk 38 create-archive: ${ARCHIVE} pre post
44 ${ARCHIVE}: $${:Ulibprog.a}(archive.mk modmisc.mk $${:Uvarmisc.mk}) pre post
48 list-archive: ${ARCHIVE} pre post
55 list-archive-wildcard: ${ARCHIVE}([at]*.mk) pre post
60 # expect+1: Error in source archive spec "libprog.a${UNDEF}(archive.mk) pre post"
61 list-archive-undef-archive: ${ARCHIVE}$${UNDEF}(archive.mk) pre post
68 list-archive-undef-member: ${ARCHIVE}(archive$${UNDEF}.mk) pre post
72 depend-on-existing-member: ${ARCHIVE}(archive.mk) pre post
75 depend-on-nonexistent-member: ${ARCHIVE}(nonexistent.mk) pre post
78 remove-archive: pre post
83 post: .USE target
    [all...]
meta-cmd-cmp.mk 12 all: prep one two change1 change2 filter0 filter1 filter2 filter3 post
16 prep post: .PHONY target
archive.mk 38 create-archive: ${ARCHIVE} pre post
44 ${ARCHIVE}: $${:Ulibprog.a}(archive.mk modmisc.mk $${:Uvarmisc.mk}) pre post
48 list-archive: ${ARCHIVE} pre post
55 list-archive-wildcard: ${ARCHIVE}([at]*.mk) pre post
60 # expect+1: Error in source archive spec "libprog.a${UNDEF}(archive.mk) pre post"
61 list-archive-undef-archive: ${ARCHIVE}$${UNDEF}(archive.mk) pre post
68 list-archive-undef-member: ${ARCHIVE}(archive$${UNDEF}.mk) pre post
72 depend-on-existing-member: ${ARCHIVE}(archive.mk) pre post
75 depend-on-nonexistent-member: ${ARCHIVE}(nonexistent.mk) pre post
78 remove-archive: pre post
83 post: .USE target
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/devinit/
priv.h 13 int (*post)(struct nvkm_devinit *, bool post); member in struct:nvkm_devinit_func
priv.h 13 int (*post)(struct nvkm_devinit *, bool post); member in struct:nvkm_devinit_func
  /src/lib/libc/gen/
humanize_number.c 52 int64_t divisor, max, post = 1; local in function:humanize_number
101 post = 100;
110 post = 100;
164 * Cannot go the bytes *= post route, as
169 if (post == 1)
177 * divided bytes by at least 1000, post <= 100, so ...
179 bytes *= post;
humanize_number.c 52 int64_t divisor, max, post = 1; local in function:humanize_number
101 post = 100;
110 post = 100;
164 * Cannot go the bytes *= post route, as
169 if (post == 1)
177 * divided bytes by at least 1000, post <= 100, so ...
179 bytes *= post;
  /src/games/battlestar/
command6.c 44 static void post(int);
89 post(' ');
103 post('!');
120 post(int ch) function in typeref:typename:void
command6.c 44 static void post(int);
89 post(' ');
103 post('!');
120 post(int ch) function in typeref:typename:void
  /src/sbin/nvmectl/
humanize_bignum.c 106 const BIGNUM *divisor, *post; local in function:humanize_bignum
116 post = BN_value_one();
216 if (BN_mul(t1, nbytes, post, NULL) == 0)
humanize_bignum.c 106 const BIGNUM *divisor, *post; local in function:humanize_bignum
116 post = BN_value_one();
216 if (BN_mul(t1, nbytes, post, NULL) == 0)
  /src/sys/arch/alpha/stand/standtest/
test.c 179 const char *pre, *post; local in function:dispatch_cmd
213 post = "allowed words";
217 post = "matches";
223 printf("\", %s:\n", post);
test.c 179 const char *pre, *post; local in function:dispatch_cmd
213 post = "allowed words";
217 post = "matches";
223 printf("\", %s:\n", post);
  /src/games/snake/snake/
snake.c 126 static int post(int, int);
435 post(cashvalue, 1);
510 post(int iscore, int flag) function in typeref:typename:int
812 if (post(cashvalue, 0)) {
snake.c 126 static int post(int, int);
435 post(cashvalue, 1);
510 post(int iscore, int flag) function in typeref:typename:int
812 if (post(cashvalue, 0)) {
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_profile_collector.cc 109 void post(BufferQueue *Q, FunctionCallTrie &&T, function in namespace:__xray::profileCollectorService
xray_profile_collector.cc 109 void post(BufferQueue *Q, FunctionCallTrie &&T, function in namespace:__xray::profileCollectorService
  /src/distrib/syspkg/mk/
bsd.syspkg.mk 229 # adding pre-* or post-* targets/scripts, override these.
300 ${_PKG_SILENT}${_PKG_DEBUG}cd ${.CURDIR} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKEFLAGS} ${.TARGET:S/^real-/post-/}
306 # post-* targets/scripts or redefine the do-* targets. These
318 # Empty pre-* and post-* targets, note we can't use .if !target()
328 .if !target(post-${name})
329 post-${name}:

Completed in 144 milliseconds

1 2