Searched defs:p_line (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/tools/protocmp/
H A Dprotodir.c88 char p_line[BUFSIZ]; local
92 (void) strcpy(p_line, line);
98 if (!(type = strtok(p_line, FS))) {
261 char p_line[BUFSIZ]; local
267 (void) strcpy(p_line, line);
272 type = strtok(p_line, FS);

Completed in 172 milliseconds