OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RETURN
(Results
1 - 9
of
9
) sorted by relevancy
/src/common/lib/libc/string/
memset.c
68
#define
RETURN
return
75
#define
RETURN
return
(dst0)
128
RETURN
;
164
RETURN
;
182
return
dstv;
/src/usr.sbin/rpc.yppasswdd/
yppasswdd_mkpw.c
81
#define
RETURN
(val) do { \
84
return
; \
90
return
;
99
RETURN
(1);
109
RETURN
(1);
114
RETURN
(1);
126
RETURN
(1);
132
RETURN
(1);
138
RETURN
(1);
160
RETURN
(1)
[
all
...]
/src/sys/arch/ia64/stand/common/
interp.c
46
#define
RETURN
(x) stackPushINT(bf_vm->pStack,!x);
return
(x)
50
#define
RETURN
(x)
return
(x)
73
return
(CMD_OK);
75
/* set
return
defaults; a successful command will override these */
90
RETURN
(result);
183
return
(res);
213
return
(CMD_ERROR);
320
return
(res)
[
all
...]
/src/usr.sbin/puffs/mount_9p/
ninepuffs.h
71
#define
RETURN
(rv) \
73
return
(rv)
/src/lib/libc/gen/
fmtcheck.c
88
#define
RETURN
(pf,f,r) do { \
90
return
r; \
103
if (!*f)
RETURN
(pf,f,FMTCHECK_UNKNOWN);
117
if (!*f)
RETURN
(pf,f,FMTCHECK_UNKNOWN);
144
if (!*f)
RETURN
(pf,f,FMTCHECK_UNKNOWN);
165
if (!*f)
RETURN
(pf,f,FMTCHECK_UNKNOWN);
169
RETURN
(pf,f,FMTCHECK_LONG);
171
RETURN
(pf,f,FMTCHECK_QUAD);
173
RETURN
(pf,f,FMTCHECK_INTMAXT);
175
RETURN
(pf,f,FMTCHECK_PTRDIFFT)
[
all
...]
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/
tsan_test_util_posix.cc
39
return
0;
64
return
false;
68
return
false;
71
return
true;
82
return
(void*)(addr + offset_from_aligned);
152
return
__interceptor_pthread_mutex_trylock((pthread_mutex_t*)mtx_) == 0;
155
return
pthread_spin_trylock((pthread_spinlock_t*)mtx_) == 0;
158
return
__interceptor_pthread_rwlock_trywrlock((pthread_rwlock_t*)mtx_) == 0;
159
return
false;
183
return
__interceptor_pthread_rwlock_tryrdlock((pthread_rwlock_t*)mtx_) == 0
[
all
...]
/src/usr.bin/xlint/lint1/
op.h
121
RETURN
,
/src/sys/sys/
tty.h
220
#define
RETURN
6
/src/bin/sh/
parser.c
164
return
NEOF;
166
return
NULL;
179
return
n;
193
return
NULL;
238
return
ntop;
240
return
ntop;
246
return
ntop;
250
return
ntop;
255
return
ntop;
276
return
n1
[
all
...]
Completed in 16 milliseconds
Indexes created Wed Sep 24 05:09:52 GMT 2025