Home
last modified time | relevance | path

Searched refs:persperdexplode (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/error/common/
H A Derrorinput.c324 if (persperdexplode(wordv[1], &line, &file)) { in lint0()
362 (persperdexplode(wordv[wordc], &line2, &file2)) && in lint1()
363 (persperdexplode(wordv[wordc-2], &line1, &file1))) { in lint1()
396 if (persperdexplode(wordv[3], &line, &file)) { in lint2()
H A Derror.h222 boolean persperdexplode(char *string, char **r_perd, char **r_pers);
H A Derrorsubr.c185 persperdexplode(char *string, char **r_perd, char **r_pers) in persperdexplode() function