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

  /external/strace/tests/
fork-f.c 38 logit(const char *const str) function
48 return logit(av[1]);
50 logit("start");
73 if (logit("child") || execve(args[0], args, args + 1))
79 logit("parent");
92 logit("finish");
vfork-f.c 39 logit(const char *const str) function
51 return logit(av[1]);
54 logit("start");
76 if (logit("child") || execve(args[0], args, args + 1))
82 logit("parent");
95 logit("finish");
  /external/curl/tests/
testcurl.pl 217 sub logit($) { subroutine
233 logit "$text";
238 logit "removing the $build dir";
243 logit "removing the $buildlogname file";
246 logit "ENDING HERE"; # last line logged!
341 logit "STARTING HERE"; # first line logged, for scripts to trigger on
342 logit 'TRANSFER CONTROL ==== 1120 CHAR LINE' . $str1066os . 'LINE_END';
343 logit "NAME = $name";
344 logit "EMAIL = $email";
345 logit "DESC = $desc"
    [all...]
  /external/selinux/policycoreutils/scripts/
fixfiles 98 logit "skipping the directory $i"
143 logit () { function
202 logit "Warning: Skipping the following R/O filesystems:"
203 logit "$FILESYSTEMSRO"
243 logit "skipping the directory ${p}"
280 logit "Cleaning out /tmp"
  /external/ppp/pppd/
utils.c 68 static void logit __P((int, char *, va_list));
646 * logit - does the hard work for fatal et al.
649 logit(level, fmt, args) function
693 logit(LOG_ERR, fmt, pvar);
715 logit(LOG_ERR, fmt, pvar);
736 logit(LOG_WARNING, fmt, pvar);
756 logit(LOG_NOTICE, fmt, pvar);
776 logit(LOG_INFO, fmt, pvar);
796 logit(LOG_DEBUG, fmt, pvar);
  /external/iproute2/ip/
ipneigh.c 200 static int logit = 1; local
229 if (logit) {
230 logit = 0;
  /external/toybox/toys/pending/
dhcp6.c 135 static void logit(char *format, ...) function
549 if (toys.optflags & FLAG_v) dbg = logit;
557 dbg = logit;

Completed in 263 milliseconds