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

1 2

  /src/tests/lib/libm/
t_ldexp.c 44 #define SKIP 9999
57 { 1.0, 5, SKIP, " 32" },
58 { 1.0, 1022, SKIP, "4.4942328371557897693233e+307" },
60 { 1.0, 1023, SKIP, "8.9884656743115795386465e+307" },
63 { 1.0, -5, SKIP, " 0.03125" },
64 { 1.0, -1021, SKIP, "4.4501477170144027661805e-308" },
66 { 1.0, -1022, SKIP, "2.2250738585072013830902e-308" },
75 { 0.0, -1, SKIP, " 0" },
76 { 0.0, 0, SKIP, " 0" },
77 { 0.0, 1, SKIP, " 0" }
    [all...]
  /src/usr.bin/deroff/
deroff.c 106 #define SKIP while (C != '\n')
107 #define SKIP_TO_COM SKIP; SKIP; pc=c; while (C != '.' || pc != '\n' || C > 'Z')pc=c
217 static int skip(pacmac);
515 SKIP;
518 SKIP;
521 SKIP;
531 SKIP;
543 SKIP;
559 SKIP;
1134 skip(pacmac unused) function in typeref:typename:int
    [all...]
  /src/sbin/fsck_ext2fs/
pass1b.c 115 res = SKIP;
pass4.c 146 res = SKIP;
fsck.h 199 extern char skipclean; /* skip clean file systems if preening */
228 #define SKIP 0x02
pass1.c 252 /* Linux puts things in blocks for FIFO, so skip this check */
353 res = SKIP;
inode.c 272 return (SKIP);
dir.c 171 return (SKIP);
  /src/sbin/fsck_lfs/
fsck.h 169 #define SKIP 0x02
pass4.c 157 res = SKIP;
pass1.c 374 res = SKIP;
inode.c 250 return (SKIP);
dir.c 148 return (SKIP);
  /src/sbin/restore/
restore.h 143 #define SKIP 2 /* skipping */
restore.c 681 curfile.action = SKIP;
707 curfile.action = SKIP;
715 * Skip across the inodes until the next inode is found
tape.c 407 if (command == 'R' || command == 'r' || curfile.action != SKIP) {
507 * If continuing from the previous volume, skip over any
510 * If coming to this volume at random, skip to the beginning
538 * Skip up to the beginning of the next record
952 * skip over bit maps on the tape
963 * skip over a file on the tape
969 curfile.action = SKIP;
974 * Skip a hole in an output file
977 skiphole(void (*skip)(char *, size_t), volatile size_t *seekpos)
983 (*skip)(buf, s)
    [all...]
symtab.c 594 curfile.action = SKIP;
  /src/sbin/fsck_ffs/
pass1b.c 108 res = SKIP;
pass4.c 179 res = SKIP;
211 if (cgp && res != SKIP && idesc->id_numfrags == sblock->fs_frag) {
fsck.h 294 extern char skipclean; /* skip clean file systems if preening */
361 #define SKIP 0x02
pass1.c 530 res = SKIP;
dir.c 188 return (SKIP);
  /src/usr.bin/make/
test-variants.mk 20 #SKIP.default= yes
43 SKIP.filemon-dev= yes
81 SKIP.debug-src= yes
88 SKIP.maxpathlen= yes
96 SKIP.path_max= yes
123 SKIP.c90-plain= yes
221 all: ${TESTS:${TESTS:@t@${SKIP.$t:Myes:%=N$t}@:ts:}}
253 @printf '%s%s\n' ${TESTS:O:@t@$t '${SKIP.$t:Myes:%= (skipped)}'@}
  /src/sys/external/isc/libsodium/dist/build-aux/
test-driver 119 77:*) col=$blu res=SKIP recheck=no gcopy=yes;;
  /src/usr.sbin/postinstall/
postinstall.in 232 # and with the special name "SKIP" being used to mark gaps in the
262 if (ARGV[x] == "SKIP")
1456 named ntpd sshd SKIP _pflogd _rwhod staff _proxy _timedc \
1457 _sdpd _httpd _mdnsd _tests _tcpdump _tss _gpio _rtadvd SKIP \
2450 postfix SKIP named ntpd sshd SKIP _pflogd _rwhod SKIP _proxy \
2451 _timedc _sdpd _httpd _mdnsd _tests _tcpdump _tss SKIP _rtadvd \
2452 SKIP _unbound _nsd SKIP _dhcpc
    [all...]

Completed in 35 milliseconds

1 2