OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SKIP
(Results
1 - 12
of
12
) sorted by relevancy
/src/external/bsd/openldap/dist/contrib/slapd-modules/nssov/nss-pam-ldapd/
nslcd-prot.h
146
/* write number of strings (mius one because we intend to
skip
one) */ \
236
/* figure out number of bytes to
skip
forward */ \
239
/* check and
skip
*/ \
259
/* store pointer and
skip
*/ \
302
/*
SKIP
macros for skipping over certain parts of the protocol stream. */
304
/*
skip
a number of bytes forward */
305
#define
SKIP
(fp, sz) \
306
DEBUG_PRINT("READ :
skip
%d bytes", (int)(sz)); \
307
/* read (
skip
) the specified number of bytes */ \
312
DEBUG_PRINT("READ :
skip
error: %s",
[
all
...]
/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/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/sbin/fsck_lfs/
fsck.h
169
#define
SKIP
0x02
/src/sbin/restore/
restore.h
143
#define
SKIP
2 /* skipping */
/src/external/apache2/llvm/dist/clang/lib/Analysis/
CloneDetection.cpp
209
// Type II clones ignore variable names and literals, so let's
skip
them.
210
#define
SKIP
(CLASS) \
214
SKIP
(DeclRefExpr)
215
SKIP
(MemberExpr)
216
SKIP
(IntegerLiteral)
217
SKIP
(FloatingLiteral)
218
SKIP
(StringLiteral)
219
SKIP
(CXXBoolLiteralExpr)
220
SKIP
(CharacterLiteral)
221
#undef
SKIP
[
all
...]
/src/sbin/fsck_ext2fs/
fsck.h
199
extern char skipclean; /*
skip
clean file systems if preening */
228
#define
SKIP
0x02
/src/external/bsd/libevent/dist/test/
tinytest.c
80
enum outcome {
SKIP
=2, OK=1, FAIL=0 };
138
return
SKIP
;
164
return
SKIP
;
249
return
SKIP
;
305
return b[0]=='Y' ? OK : (b[0]=='S' ?
SKIP
: FAIL);
324
return
SKIP
;
348
} else if (outcome ==
SKIP
) {
357
exit(outcome==OK ? 0 : (outcome==
SKIP
?MAGIC_EXITCODE : 1));
404
puts(" To
skip
a test, prefix its name with a colon.");
549
case
SKIP
: ++n_skipped; break
[
all
...]
/src/external/bsd/ntp/dist/sntp/libevent/test/
tinytest.c
81
enum outcome {
SKIP
=2, OK=1, FAIL=0 };
139
return
SKIP
;
165
return
SKIP
;
250
return
SKIP
;
306
return b[0]=='Y' ? OK : (b[0]=='S' ?
SKIP
: FAIL);
325
return
SKIP
;
349
} else if (outcome ==
SKIP
) {
358
exit(outcome==OK ? 0 : (outcome==
SKIP
?MAGIC_EXITCODE : 1));
405
puts(" To
skip
a test, prefix its name with a colon.");
550
case
SKIP
: ++n_skipped; break
[
all
...]
/src/sbin/fsck_ffs/
fsck.h
294
extern char skipclean; /*
skip
clean file systems if preening */
361
#define
SKIP
0x02
/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
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
flag-types.h
342
const unsigned int
SKIP
= 1UL << 0;
Completed in 55 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026