OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FLAG_U
(Results
1 - 5
of
5
) sorted by null
/external/toybox/toys/other/
nsenter.c
128
if (test_r()) toys.optflags |=
FLAG_U
;
/external/toybox/toys/pending/
traceroute.c
117
if (toys.optflags &
FLAG_U
) {
270
if (toys.optflags &
FLAG_U
) {
530
if (toys.optflags &
FLAG_U
)
536
resolve_addr(toys.optargs[0], AF_INET, ((toys.optflags &
FLAG_U
) ?
537
SOCK_DGRAM : SOCK_RAW), ((toys.optflags &
FLAG_U
) ? IPPROTO_UDP :
580
if (!(toys.optflags &
FLAG_U
)) TT.ident |= 0x8000;
arping.c
92
if (toys.optflags &
FLAG_U
) exit(EXIT_SUCCESS);
233
if (!(toys.optflags & FLAG_D) && (toys.optflags &
FLAG_U
)
/external/toybox/generated/
flags.h
52
#undef
FLAG_U
160
#undef
FLAG_u
347
#undef
FLAG_u
377
#undef
FLAG_u
401
#undef
FLAG_u
511
#undef
FLAG_U
534
#undef
FLAG_u
630
#undef
FLAG_u
691
#undef
FLAG_u
723
#undef
FLAG_u
[
all
...]
/external/toybox/toys/posix/
ps.c
[
all
...]
Completed in 174 milliseconds