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

  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
prlog.h 50 ** creating the LogModule, you can write to the log using the PR_LOG()
82 ** LogModule calls to PR_LOG(), say:
95 ** (case sensitive). This value causes PR_LOG() output to be written
100 ** To put log messages in your programs, use the PR_LOG macro:
102 ** PR_LOG(<module>, <level>, (<printfString>, <args>*));
114 ** PR_LOG( myLm, PR_LOG_ALWAYS, ("Log this! %d\n", one));
119 ** PR_LOG().
206 #define PR_LOG(_module,_level,_args) \
217 #define PR_LOG(module,level,args)
224 #define PR_LOG_BEGIN PR_LOG
    [all...]
  /external/ppp/pppd/
utils.c 473 format_packet(p, len, pr_log, &level);
529 * init_pr_log, end_pr_log - initialize and finish use of pr_log.
559 * pr_log - printer routine for outputting to syslog
562 pr_log __V((void *arg, char *fmt, ...)) function
pppd.h 519 void init_pr_log __P((char *, int)); /* initialize for using pr_log */
520 void pr_log __P((void *, char *, ...)); /* printer fn, output to syslog */
521 void end_pr_log __P((void)); /* finish up after using pr_log */
    [all...]
main.c 460 print_options(pr_log, NULL);
    [all...]

Completed in 217 milliseconds