Home
last modified time | relevance | path

Searched refs:pathptr (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/devfsadm/
H A Dcfg_link.c698 char *pathptr; in pci_cfg_ap_path() local
709 pathptr = &pathbuf[sizeof (pathbuf) - 1]; in pci_cfg_ap_path()
710 *pathptr = '\0'; in pci_cfg_ap_path()
728 *pathptr = '\0'; in pci_cfg_ap_path()
745 *pathptr = '\0'; in pci_cfg_ap_path()
755 pathptr -= seplen; in pci_cfg_ap_path()
756 if (pathptr < pathbuf) { in pci_cfg_ap_path()
757 pathptr = pathbuf; in pci_cfg_ap_path()
758 *pathptr = '\0'; in pci_cfg_ap_path()
761 (void) memcpy(pathptr, AP_PATH_SEP, seplen); in pci_cfg_ap_path()
[all …]
/illumos-gate/usr/src/cmd/sysdef/
H A Dsysdef.c579 char line[100], path[100], *pathptr = ""; in modules() local
672 pathptr = &path[1]; in modules()
673 (void) strcat(pathptr, "/"); in modules()
689 tmp1, pathptr, tmp); in modules()