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

1 2

  /src/usr.bin/make/unit-tests/
cond-func-empty.mk 12 SPACE= ${:U }
72 # The variable SPACE has a single space, which counts as being empty.
73 .if !empty(SPACE)
97 # Contrary to the other functions in conditionals, the trailing space is not
98 # stripped off, as can be seen in the -dv debug log. If the space had been
111 ${:U }= space
directive-undef.mk 58 SPACE= ${:U }
59 ${SPACE}= space
60 .if !defined(${SPACE})
63 .undef ${SPACE}
64 .if !defined(${SPACE})
  /src/external/gpl2/dtc/dist/tests/
add_subnode_with_nops.c 21 #define SPACE 65536
45 fdt = xmalloc(SPACE);
47 CHECK(fdt_create(fdt, SPACE));
59 CHECK(fdt_open_into(fdt, fdt, SPACE));
appendprop1.c 21 #define SPACE 65536
39 fdt = xmalloc(SPACE);
40 CHECK(fdt_create(fdt, SPACE));
47 CHECK(fdt_open_into(fdt, fdt, SPACE));
appendprop2.c 21 #define SPACE 65536
39 buf = xmalloc(SPACE);
40 CHECK(fdt_open_into(fdt, buf, SPACE));
sw_states.c 21 #define SPACE 65536
48 fdt = xmalloc(SPACE);
50 err = fdt_create(fdt, SPACE);
rw_oom.c 22 #define SPACE 285
53 fdt = xmalloc(SPACE);
56 CHECK(fdt_create_empty_tree(fdt, SPACE));
rw_tree1.c 21 #define SPACE 65536
45 fdt = xmalloc(SPACE);
48 CHECK(fdt_create_empty_tree(fdt, SPACE));
setprop.c 21 #define SPACE 65536
35 buf = xmalloc(SPACE);
37 err = fdt_open_into(fdt, buf, SPACE);
sw_tree1.c 21 #define SPACE 65536
39 FAIL("Ran out of space");
44 *fdt = xmalloc(SPACE);
45 } else if (*size < SPACE) {
52 FAIL("Ran out of space");
111 size = SPACE;
117 size = SPACE;
  /src/crypto/external/bsd/openssl.old/dist/crypto/bio/
b_dump.c 20 #define SPACE(buf, pos, n) (sizeof(buf) - (pos) > (n))
50 if (SPACE(buf, n, 3)) {
61 if (SPACE(buf, n, 2)) {
68 if (SPACE(buf, n, 1)) {
80 if (SPACE(buf, n, 1)) {
  /src/external/bsd/nvi/dist/regex/
cclass.h 50 RCHAR_T SPACE[] = {'s','p','a','c','e',0};
78 { SPACE, "\t\n\v\f\r ", "" },
  /src/crypto/external/apache2/openssl/dist/crypto/bio/
bio_dump.c 20 #define SPACE(buf, pos, n) (sizeof(buf) - (pos) > (n))
53 if (SPACE(buf, n, 3)) {
64 if (SPACE(buf, n, 2)) {
71 if (SPACE(buf, n, 1)) {
83 if (SPACE(buf, n, 1)) {
  /src/crypto/external/bsd/openssl/dist/crypto/bio/
bio_dump.c 20 #define SPACE(buf, pos, n) (sizeof(buf) - (pos) > (n))
51 if (SPACE(buf, n, 3)) {
62 if (SPACE(buf, n, 2)) {
69 if (SPACE(buf, n, 1)) {
81 if (SPACE(buf, n, 1)) {
  /src/sys/lib/libsa/
subr_prf.c 76 #define SPACE 0x08
191 lflag |= SPACE;
337 else if (lflag & SPACE)
  /src/sys/fs/udf/
udf_osta.c 282 #define SPACE 0x0020
369 /* Record position of last char which is NOT period or space. */
370 else if (current != PERIOD && current != SPACE) {
  /src/usr.bin/seq/
seq.c 48 #define SPACE ' '
144 pad = SPACE;
  /src/external/gpl3/gdb/dist/readline/readline/
chardefs.h 155 #ifdef SPACE
156 #undef SPACE
158 #define SPACE ' ' /* XXX - was 0x20 */
  /src/external/gpl3/gdb.old/dist/readline/readline/
chardefs.h 155 #ifdef SPACE
156 #undef SPACE
158 #define SPACE ' ' /* XXX - was 0x20 */
  /src/usr.bin/sed/
defs.h 142 * Structure for a space (process, hold, otherwise).
145 char *space; /* Current space pointer. */ member in struct:__anon8324
151 } SPACE;
  /src/sys/dev/scsipi/
scsi_tape.h 67 #define SPACE 0x11
  /src/usr.bin/cal/
cal.c 69 #define SPACE -1 /* used in day array */
77 SPACE, SPACE, SPACE, SPACE, SPACE, SPACE, SPACE,
78 SPACE, SPACE, SPACE, SPACE, SPACE, SPACE, SPACE
    [all...]
  /src/usr.bin/col/
col.c 68 #define SPACE ' ' /* space */
115 static int compress_spaces; /* if doing space -> tab conversion */
227 case SPACE:
427 * Write a line to stdout taking care of space to tab conversion (-h flag)
  /src/games/hunt/include/
hunt_common.h 152 #define SPACE ' '
  /src/external/gpl3/binutils/dist/opcodes/
i386-gen.c 1165 unsigned int space, const char *cpu_flags)
1172 if (space == 0)
1184 if (space == SPACE_0F)
1198 process_i386_opcode_modifier (FILE *table, char *mod, unsigned int space,
1206 #define SPACE(n) [SPACE_##n] = #n
1207 SPACE(BASE),
1208 SPACE(0F),
1209 SPACE(0F38),
1210 SPACE(0F3A),
1211 SPACE(MAP4)
1469 unsigned int i, length, prefix = 0, space = 0; local
    [all...]

Completed in 129 milliseconds

1 2