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

/illumos-gate/usr/src/cmd/devfsadm/
H A Dcfg_link.c689 char *pathptr; local
700 pathptr = &pathbuf[sizeof (pathbuf) - 1];
701 *pathptr = '\0';
705 * path inside pathbuf, using pathptr and decrementing
719 *pathptr = '\0';
736 *pathptr = '\0';
742 * the default short name and nullify pathptr; also, since
746 pathptr -= seplen;
747 if (pathptr < pathbuf) {
748 pathptr
[all...]
/illumos-gate/usr/src/cmd/sysdef/
H A Dsysdef.c581 char line[100], path[100], *pathptr = ""; local
674 pathptr = &path[1];
675 (void) strcat(pathptr, "/");
691 tmp1, pathptr, tmp);

Completed in 68 milliseconds