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

/freebsd-13-stable/usr.sbin/syslogd/
H A Dsyslogd.c1172 const char *m, *procid_begin; local
1189 procid_begin = ++m;
1197 procid_begin = NULL;
1208 procid_begin == NULL ? 0 : procid_begin - msg;
1228 char *m, *app_name_begin, *procid_begin; local
1239 procid_begin = procid_begin_offset == 0 ? NULL :
1245 if (procid_begin != NULL) {
1246 procid_begin[procid_length] = '\0';
1252 *procid = procid_begin;
[all...]

Completed in 54 milliseconds