OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:flag_l
(Results
26 - 34
of
34
) sorted by null
1
2
/external/toybox/toys/pending/
tcpsvd.c
357
if (toys.optflags &
FLAG_l
) serv = xstrdup(TT.name);
telnetd.c
313
if (!(toys.optflags &
FLAG_l
)) TT.login_path = "/bin/login";
crond.c
636
if (!(toys.optflags & (FLAG_S |
FLAG_L
))) toys.optflags |= FLAG_S;
ip.c
953
static int print_addrinfo(struct nlmsghdr *h, int
flag_l
)
975
if (
flag_l
&& addrinfo.label && ifa->ifa_family == AF_INET6) return 0;
[
all
...]
syslogd.c
181
if (!(toys.optflags &
FLAG_L
)) return 0;
traceroute.c
312
if (toys.optflags &
FLAG_l
) xprintf(" (%d)", rcv_pkt->ip_ttl);
fdisk.c
383
if ((g_cylinders > ONE_K) && !(toys.optflags & (
FLAG_l
| FLAG_S)))
[
all
...]
/external/toybox/toys/posix/
patch.c
138
lcmp = (toys.optflags &
FLAG_l
) ? (void *)loosecmp : (void *)strcmp;
/external/valgrind/VEX/priv/
guest_ppc_toIR.c
[
all
...]
Completed in 149 milliseconds
1
2