HomeSort by relevance Sort by last modified time
    Searched refs:infomode (Results 1 - 4 of 4) sorted by null

  /external/toybox/toys/pending/
dhcp.c 200 uint8_t infomode = LOG_CONSOLE; variable
319 static void infomsg(uint8_t infomode, char *s, ...)
325 if (infomode == LOG_SILENT) return;
336 if (infomode & LOG_SYSTEM) syslog(LOG_INFO, "%s", msg);
337 if (infomode & LOG_CONSOLE) printf("%s\n", msg);
    [all...]
dhcpd.c 326 static uint8_t infomode; variable
434 static void infomsg(uint8_t infomode, char *s, ...)
440 if (infomode == LOG_SILENT) return;
451 if (infomode & LOG_SYSTEM) syslog(LOG_INFO, "%s", msg);
452 if (infomode & LOG_CONSOLE) printf("%s\n", msg);
510 if (errno) infomsg(infomode, "config : Invalid num %s",str);
512 infomsg(infomode, "config : Not a valid num %s",str);
545 uint32_t optcode = 0, inf = infomode, convtmp, mask, nip, router;
552 infomode = LOG_SILENT;
554 infomode = inf
    [all...]
dhcp6.c 140 uint8_t infomode = LOG_SILENT; local
142 if (toys.optflags & FLAG_S) infomode |= LOG_SYSTEM;
143 if(toys.optflags & FLAG_v) infomode |= LOG_CONSOLE;
154 if (infomode & LOG_SYSTEM) syslog(LOG_INFO, "%s", msg);
155 if (infomode & LOG_CONSOLE) printf("%s", msg);
  /external/curl/tests/libtest/
mk-lib1521.pl 252 $infomode = 1;
254 elsif($infomode &&

Completed in 100 milliseconds