Searched refs:pathptr (Results 1 – 2 of 2) sorted by relevance
689 char *pathptr; in pci_cfg_ap_path() local700 pathptr = &pathbuf[sizeof (pathbuf) - 1]; in pci_cfg_ap_path()701 *pathptr = '\0'; in pci_cfg_ap_path()719 *pathptr = '\0'; in pci_cfg_ap_path()736 *pathptr = '\0'; in pci_cfg_ap_path()746 pathptr -= seplen; in pci_cfg_ap_path()747 if (pathptr < pathbuf) { in pci_cfg_ap_path()748 pathptr = pathbuf; in pci_cfg_ap_path()749 *pathptr = '\0'; in pci_cfg_ap_path()752 (void) memcpy(pathptr, AP_PATH_SEP, seplen); in pci_cfg_ap_path()[all …]
581 char line[100], path[100], *pathptr = ""; in modules() local674 pathptr = &path[1]; in modules()675 (void) strcat(pathptr, "/"); in modules()691 tmp1, pathptr, tmp); in modules()