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

  /src/usr.bin/make/unit-tests/
opt-debug-cond.mk 17 # expect: CondParser_Eval: "nonempty"
18 .elif "nonempty"
varmod-loop-varname.mk 121 # During the loop, the variable is actually defined and nonempty.
123 # would be neither defined nor nonempty since all expressions of the form
128 .if ${:Uword:@var@${defined(var):?def:undef} ${empty(var):?empty:nonempty}@} \
129 != "def nonempty"
cond-token-string.mk 75 # expect+1: A nonempty expression evaluates to true.
76 . info A nonempty expression evaluates to true.
varmod-loop.mk 65 # During the loop, the variable is actually defined and nonempty.
67 # would be neither defined nor nonempty since all expressions of the form
72 .if ${:Uword:@var@${defined(var):?def:undef} ${empty(var):?empty:nonempty}@} \
73 != "def nonempty"
  /src/sys/external/isc/libsodium/dist/src/
Makefile.in 149 BEGIN { nonempty = 0; } \
150 { items[$$0] = 1; nonempty = 1; } \
151 END { if (nonempty) { for (i in items) print i; }; } \
  /src/sys/external/isc/libsodium/dist/src/libsodium/include/
Makefile.in 207 BEGIN { nonempty = 0; } \
208 { items[$$0] = 1; nonempty = 1; } \
209 END { if (nonempty) { for (i in items) print i; }; } \
  /src/sys/external/isc/libsodium/dist/test/
Makefile.in 149 BEGIN { nonempty = 0; } \
150 { items[$$0] = 1; nonempty = 1; } \
151 END { if (nonempty) { for (i in items) print i; }; } \
  /src/sys/external/isc/libsodium/dist/
Makefile.in 183 BEGIN { nonempty = 0; } \
184 { items[$$0] = 1; nonempty = 1; } \
185 END { if (nonempty) { for (i in items) print i; }; } \
ltmain.sh 164 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
187 # dirname: Compute the dirname of FILE. If nonempty,
4293 static const char *nonempty (const char *s);
4590 nonempty (path));
4608 nonempty (path));
4635 nonempty (wrapper));
4849 nonempty (const char *s)
  /src/sys/external/isc/libsodium/dist/build-aux/
ltmain.sh 680 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
694 # dirname: Compute the dirname of FILE. If nonempty,
5666 static const char *nonempty (const char *s);
5968 nonempty (path));
5986 nonempty (path));
6013 nonempty (wrapper));
6227 nonempty (const char *s)
  /src/sys/external/isc/libsodium/dist/test/default/
Makefile.in 450 BEGIN { nonempty = 0; } \
451 { items[$$0] = 1; nonempty = 1; } \
452 END { if (nonempty) { for (i in items) print i; }; } \
  /src/share/mk/
bsd.lib.mk 688 # to the actual symbols is nonempty, and show the diff in that case.
  /src/sys/external/isc/libsodium/dist/src/libsodium/
Makefile.in 599 BEGIN { nonempty = 0; } \
600 { items[$$0] = 1; nonempty = 1; } \
601 END { if (nonempty) { for (i in items) print i; }; } \

Completed in 38 milliseconds