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

1 2 3 4 5

  /src/external/gpl2/dtc/dist/tests/
appendprop2.c 21 #define SPACE 65536
39 buf = xmalloc(SPACE);
40 CHECK(fdt_open_into(fdt, buf, SPACE));
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));
rw_oom.c 22 #define SPACE 285
53 fdt = xmalloc(SPACE);
56 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);
rw_tree1.c 21 #define SPACE 65536
45 fdt = xmalloc(SPACE);
48 CHECK(fdt_create_empty_tree(fdt, 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;
sw_states.c 21 #define SPACE 65536
48 fdt = xmalloc(SPACE);
50 err = fdt_create(fdt, SPACE);
  /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/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/usr.bin/sed/
extern.h 52 void cspace(SPACE *, const char *, size_t, enum e_spflag);
54 int mf_fgets(SPACE *, enum e_spflag);
  /src/games/hunt/huntd/
makemaze.c 40 #define ISCLEAR(y,x) (Maze[y][x] == SPACE)
104 Maze[y][x] = SPACE; /* Clear this spot */
129 Maze[y][x] = SPACE;
157 if (Maze[ty][tx] == SPACE)
159 Maze[(y + ty) / 2][(x + tx) / 2] = SPACE;
174 if (*sp == SPACE)
177 if (y - 1 >= 0 && Maze[y - 1][x] != SPACE)
179 if (y + 1 < HEIGHT && Maze[y + 1][x] != SPACE)
181 if (x + 1 < WIDTH && Maze[y][x + 1] != SPACE)
183 if (x - 1 >= 0 && Maze[y][x - 1] != SPACE)
    [all...]
expl.c 126 c = SPACE;
153 * if there is no space left over, put the a wall at
171 case SPACE:
181 if (Maze[r->r_y][r->r_x] == SPACE)
192 if (save_char == SPACE)
232 Maze[y][x] = SPACE;
  /src/share/locale/ctype/charset/
ASCII 14 SPACE 0x09 - 0x0d 0x20
Latin-Hebrew 13 SPACE 0x09 - 0x0d 0x20
Latin-1 12 SPACE 0x09 - 0x0d 0x20
Latin-5 15 SPACE 0x09 - 0x0d 0x20
  /src/external/bsd/flex/dist/tests/
bison_nr_parser.y 66 %token SPACE " "
75 LINENO COLON SPACE IDENT EQUAL IDENT
bison_yylloc_parser.y 67 %token SPACE " "
76 LINENO COLON SPACE IDENT EQUAL IDENT
bison_nr_scanner.l 48 " " { return SPACE; }
bison_yylloc_scanner.l 51 " " { return SPACE; }
  /src/external/gpl2/rcs/dist/src/
rcsmap.c 40 SPACE, SPACE, NEWLN, SPACE, SPACE, SPACE, UNKN, UNKN,
43 SPACE, IDCHAR, IDCHAR, IDCHAR, DELIM, IDCHAR, IDCHAR, IDCHAR,
  /src/share/locale/ctype/
tr_TR.ISO8859-9.src 38 SPACE 0x09 - 0x0d ' '
58 SPACE 0xa0
en_US.ASCII.src 15 SPACE 0x09 - 0x0d 0x20
  /src/sys/dev/microcode/aic7xxx/
aicasm_macro_scan.l 72 SPACE [ \t]+
81 <ARGLIST>{SPACE} ;

Completed in 40 milliseconds

1 2 3 4 5