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

  /src/crypto/external/apache2/openssl/lib/libcrypto/
mkinc 5 DIRS=$(cd ${BUILD}/crypto/ && ls -d1 */. | sed -e 's,/\.,,g')
18 for d in ${DIRS} crypto; do
  /src/crypto/external/bsd/openssl/lib/libcrypto/
mkinc 5 DIRS=$(cd ${BUILD}/crypto/ && ls -d1 */. | sed -e 's,/\.,,g')
18 for d in ${DIRS} crypto; do
  /src/sys/fs/nfs/
nfs2netbsd.sh 33 DIRS=$(echo "$FILES" | sed 's,/[^/*]*$,,' | sort -u)
35 MOREFILES=$(cd "$FTOP" && find $DIRS -name '*.h' -print)
42 ALLDIRS=$(echo "$DIRS" | awk -F/ '
134 # to merge those dirs.
147 # Now rearrange the dirs.
  /src/external/gpl2/xcvs/dist/src/
hash.h 25 RCSVERS, DIRS, UPDATE, LOCK, NDBMNODE, FILEATTR,
find_names.c 18 * Find Dirs
138 dnode->type = DIRS;
224 /* look for sub-dirs in the repository */
442 /* read the dir, grabbing sub-dirs */
487 /* blow off symbolic links to dirs in local dir */
515 p->type = DIRS;
hash.c 520 case DIRS: return "DIRS";
recurse.c 292 * called with the list of sub-dirs of the current dir as args
1216 /* remember if the `.' will be stripped for subsequent dirs */
1303 n->type = DIRS;
1321 it. We'll catch it later when we do dirs. */
  /src/usr.bin/showmount/
showmount.c 67 #define DIRS 2
131 type = DIRS;
190 case DIRS:
319 case DIRS:
444 case DIRS:
  /src/external/bsd/zstd/dist/tests/
test-license.py 37 DIRS = [to_abs(d) for d in RELDIRS]
138 for directory in DIRS:
  /src/external/bsd/am-utils/dist/fixmount/
fixmount.c 52 #define DIRS 2
137 case DIRS:
291 type = DIRS;
  /src/external/bsd/openldap/dist/tests/scripts/
test061-syncreplication-initiation 48 DIRS="$PROV_DIR $CONS_DIR $FWD1_DIR"
57 for dir in $DIRS; do
70 for dir in $DIRS; do
  /src/games/rogue/
level.c 360 rooms[room2].doors[(((dir+4)%DIRS)/2)].oth_room = room1;
361 rooms[room2].doors[(((dir+4)%DIRS)/2)].oth_row = row1;
362 rooms[room2].doors[(((dir+4)%DIRS)/2)].oth_col = col1;
566 door_dir = ((tunnel_dir + 4) % DIRS);
647 char dirs[4]; local
650 dirs[0] = UPWARD;
651 dirs[1] = DOWN;
652 dirs[2] = LEFT;
653 dirs[3] = RIGHT;
664 SWAP(dirs[t1], dirs[t2])
    [all...]
zap.c 392 dir = get_rand(0, DIRS-1);
rogue.h 405 #define DIRS 8

Completed in 27 milliseconds