HomeSort by relevance Sort by last modified time
    Searched refs:optflags (Results 51 - 75 of 165) sorted by null

1 23 4 5 6 7

  /external/toybox/toys/other/
mix.c 46 } else if (toys.optflags & FLAG_l) break;
51 if (!(toys.optflags & (FLAG_c|FLAG_l))) return;
54 if (!(toys.optflags & FLAG_l)) {
62 if (!(toys.optflags & FLAG_r)) level = TT.right | (level<<8);
mountpoint.c 24 if (!(toys.optflags & FLAG_q)) printf("%s: not a %s\n", *toys.optargs, gripe);
34 int quiet = toys.optflags & FLAG_q;
38 if (toys.optflags & FLAG_x) {
60 if (toys.optflags & FLAG_d)
oneit.c 70 if (toys.optflags & FLAG_3) {
89 while (pid != wait(&i)) if (toys.optflags & FLAG_3) i = write(4, &pid, 4);
90 if (toys.optflags & FLAG_n) continue;
92 oneit_signaled((toys.optflags & FLAG_p) ? SIGUSR2 : SIGTERM);
shred.c 44 if (!(toys.optflags & FLAG_n)) TT.iterations++;
55 if (fd == -1 && (toys.optflags & FLAG_f)) {
96 if (toys.optflags & FLAG_x)
103 if (toys.optflags & FLAG_u)
xxd.c 43 if (toys.optflags&FLAG_s) {
51 if (!(toys.optflags&FLAG_p)) printf("%08llx: ", pos);
63 if (!(toys.optflags&FLAG_p)) {
90 if (!(toys.optflags&FLAG_p)) {
104 while (toys.optflags&FLAG_p || col < TT.c) {
135 if (toys.optflags&FLAG_p) TT.c = TT.g = 30;
137 loopfiles(toys.optargs, toys.optflags&FLAG_r ? do_xxd_reverse : do_xxd);
acpi.c 62 if ((toys.optflags & FLAG_b) || (!toys.optflags)) {
74 } else if (toys.optflags & FLAG_a) {
137 if (toys.optflags & FLAG_V) toys.optflags = FLAG_a|FLAG_b|FLAG_c|FLAG_t;
138 if (!toys.optflags) toys.optflags = FLAG_b;
139 if (toys.optflags & (FLAG_a|FLAG_b))
141 if (toys.optflags & FLAG_t) dirtree_read("/sys/class", temp_callback);
142 if (toys.optflags & FLAG_c) dirtree_read("/sys/class/thermal", cool_callback)
    [all...]
lspci.c 54 if (toys.optflags & FLAG_k)
58 int fd, size = 6 + 2*((toys.optflags & FLAG_e) && p == toybuf);
98 printf((toys.optflags & FLAG_m)
108 printf((toys.optflags & FLAG_m) ? "%s \"%s\" \"%s\" \"%s\""
114 printf((toys.optflags & FLAG_m) ? " \"%s\"" : " %s", basename(driver));
printenv.c 27 if (toys.optflags) delim = 0;
base64.c 51 if (!(toys.optflags & FLAG_d)) {
61 if (toys.optflags & FLAG_d) {
75 if (buf[i] == '\n' || (toys.optflags & FLAG_i)) continue;
free.c 34 if (toys.optflags & FLAG_h) human_readable(s, ll, 0);
47 while ((toys.optflags&(FLAG_h-1)) && !(toys.optflags&(1<<TT.bits))) TT.bits++;
  /external/toybox/toys/pending/
ping.c 59 if(!(toys.optflags & (FLAG_4|FLAG_6))) {
62 toys.optflags |= FLAG_6;
65 if (toys.optflags & FLAG_6) {
73 if (!(toys.optflags & FLAG_s)) TT.size = 56; // 64-PHDR_LEN
useradd.c 49 if (toys.optflags) help_exit("options with USER GROUP");
81 if (toys.optflags & FLAG_u) {
85 if (toys.optflags & FLAG_S) TT.uid = CFG_TOYBOX_UID_SYS;
92 if (toys.optflags & FLAG_G) TT.gid = xgetgrnam(TT.u_grp)->gr_gid;
95 if (toys.optflags & FLAG_S) TT.gid = CFG_TOYBOX_UID_SYS;
104 if (!(toys.optflags & FLAG_G)) {
125 if (toys.optflags & FLAG_S)
134 if (!(toys.optflags & (FLAG_S|FLAG_H))) {
150 if (!(toys.optflags & FLAG_D))
153 if (toys.optflags & FLAG_G)
    [all...]
dumpleases.c 44 if(!(toys.optflags & FLAG_f)) TT.file = "/var/lib/misc/dhcpd.leases"; //DEF_LEASE_FILE
46 xprintf("Mac Address IP Address Host Name Expires %s\n", (toys.optflags & FLAG_a) ? "at" : "in");
64 if (!(toys.optflags & FLAG_a)) {
logger.c 34 if (toys.optflags & FLAG_p) {
48 if (!(toys.optflags & FLAG_t)) {
70 openlog(TT.ident, (toys.optflags & FLAG_s ? LOG_PERROR : 0) , facility);
  /external/toybox/toys/posix/
cmp.c 56 if (toys.optflags & FLAG_l)
59 if (!(toys.optflags & FLAG_s))
69 if (!(toys.optflags & FLAG_s))
83 loopfiles_rw(toys.optargs, O_CLOEXEC|(WARN_ONLY*!(toys.optflags&FLAG_s)), 0,
rm.c 27 int fd = dirtree_parentfd(try), flags = toys.optflags;
54 if (toys.optflags & FLAG_f) wfchmodat(fd, try->name, 0700);
85 if (!toys.optc && !(toys.optflags & FLAG_f)) error_exit("Needs 1 argument");
95 if ((toys.optflags & FLAG_f) && (!unlink(*s) || errno == ENOENT))
rmdir.c 34 if (!toys.optflags) return;
uniq.c 55 if (toys.optflags & (TT.repeats ? FLAG_u : FLAG_d)) return;
56 if (toys.optflags & FLAG_c) fprintf(f, "%7lu ", TT.repeats + 1);
58 if (toys.optflags & FLAG_z) fputc(0, f);
70 if (toys.optflags & FLAG_z) eol = 0;
90 diff = !(toys.optflags & FLAG_i) ? strcmp(t1, t2) : strcasecmp(t1, t2);
92 diff = !(toys.optflags & FLAG_i) ? strncmp(t1, t2, TT.maxchars)
echo.c 53 if (!(toys.optflags & FLAG_e)) {
92 if (!(toys.optflags&FLAG_n)) putchar('\n');
tee.c 48 if (toys.optflags & FLAG_i) xsignal(SIGINT, SIG_IGN);
52 O_RDWR|O_CREAT|WARN_ONLY|((toys.optflags & FLAG_a)?O_APPEND:O_TRUNC),
paste.c 38 int i, any, dcount, dlen, len, seq = toys.optflags&FLAG_s;
118 if (toys.optflags&FLAG_s) {
127 if (!(toys.optflags&FLAG_d)) TT.d = "\t";
130 if (!(toys.optflags&FLAG_s)) paste_files();
who.c 34 if ((toys.optflags & FLAG_a) || entry->ut_type == USER_PROCESS) {
head.c 39 if ((toys.optc > 1 && !(toys.optflags & FLAG_q)) || toys.optflags & FLAG_v) {
46 while ((toys.optflags&FLAG_c) ? bytes : lines) {
  /external/toybox/toys/lsb/
pidof.c 36 return toys.optflags & FLAG_s;
su.c 49 toys.optflags |= FLAG_l;
71 if (toys.optflags & FLAG_l) {
82 if (!(toys.optflags & (FLAG_m|FLAG_p))) {
89 if (toys.optflags & FLAG_c) {

Completed in 1006 milliseconds

1 23 4 5 6 7