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

/illumos-gate/usr/src/cmd/syseventadm/
H A Dsyseventadm.h121 static str_t *initstr(int hint);
H A Dsyseventadm.c366 line = initstr(128);
739 line = initstr(128);
798 line = initstr(128);
1006 initstr(int hint) function
/illumos-gate/usr/src/cmd/syseventd/modules/sysevent_conf_mod/
H A Dsysevent_conf_mod.h134 static str_t *initstr(int hint);
H A Dsysevent_conf_mod.c300 initstr(int hint) function
523 if ((line = initstr(128)) == NULL)
927 if ((token = initstr(32)) == NULL)
957 if ((token = initstr(32)) == NULL)
1086 if ((replacement = initstr(128)) == NULL) {
1453 if ((remainder = initstr(128)) == NULL) {
1667 if ((line = initstr(128)) == NULL)

Completed in 77 milliseconds