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

/illumos-gate/usr/src/cmd/syseventadm/
H A Dsyseventadm.h125 static void strcatc(str_t *str, int c);
H A Dsyseventadm.c369 strcatc(line, ' ');
372 strcatc(line, ' ');
375 strcatc(line, ' ');
378 strcatc(line, ' ');
381 strcatc(line, ' ');
388 strcatc(line, ' ');
1067 strcatc(str_t *str, int c) function
1093 strcatc(line, c);
/illumos-gate/usr/src/cmd/syseventd/modules/sysevent_conf_mod/
H A Dsysevent_conf_mod.h139 static int strcatc(str_t *str, int c);
H A Dsysevent_conf_mod.c391 strcatc(str_t *str, int c) function
421 if (strcatc(line, c))
933 if (strcatc(token, *id++)) {
965 if (strcatc(token, *id++)) {

Completed in 86 milliseconds