Searched refs:AP_PATH_SEP (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/devfsadm/
H A Dcfg_link.h52 #define AP_PATH_SEP ":" macro
H A Dcfg_link.c681 #define seplen (sizeof (AP_PATH_SEP) - 1)
752 (void) memcpy(pathptr, AP_PATH_SEP, seplen);
913 * where <transformed path> is <path> with occurrances of AP_PATH_SEP
921 #define seplen (sizeof (AP_PATH_SEP) - 1)
934 while ((sep = strstr(prev, AP_PATH_SEP)) != NULL) {

Completed in 61 milliseconds