Searched refs:pfmt (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/bash-92/bash-3.2/examples/loadables/
H A Dprint.c58 char **v, *pfmt, *arg; local
63 pfmt = 0;
101 pfmt = list_optarg;
114 if (pfmt)
119 w = make_word (pfmt);
/macosx-10.9.5/syslog-217.1.4/util.tproj/
H A Dsyslog.c1395 filter_and_print(aslmsg msg, asl_search_result_t *ql, FILE *f, char *pfmt, int pflags) argument
1417 if (did_match != 0) printmsg(f, msg, pfmt, pflags);
1422 syslogd_direct_watch(FILE *f, char *pfmt, int pflags, asl_search_result_t *ql) argument
1539 filter_and_print(msg, ql, f, pfmt, pflags);
1594 search_once(FILE *f, char *pfmt, int pflags, asl_search_result_t *ql, uint64_t qmin, uint64_t *cmax, uint32_t count, uint32_t batch, int dir, uint32_t tail) argument
1642 for (; i < res->count; i++) printmsg(f, (aslmsg)(res->msg[i]), pfmt, pflags);
1935 char *pfmt; local
1943 pfmt = NULL;
2207 pfmt = argv[i];
2453 search_once(outfile, pfmt, pflag
[all...]
/macosx-10.9.5/syslog-217.1.4/syslogd.tproj/
H A Dremote.c131 int i, s, wfd, status, pfmt, watch, wtoken, nfd, do_prompt; local
167 pfmt = PRINT_STD;
493 pfmt = PRINT_RAW;
498 pfmt = PRINT_STD;
620 else if (pfmt == PRINT_RAW)
/macosx-10.9.5/apache-786.1/httpd/modules/loggers/
H A Dmod_log_config.c286 static char *pfmt(apr_pool_t *p, int i) function
381 return pfmt(r->pool, r->status);

Completed in 139 milliseconds