Searched refs:DTAB_PATH (Results 1 – 2 of 2) sorted by relevance
62 #define DTAB_PATH "/etc/device.tab" macro
558 if (rtnval = malloc(strlen(DTAB_PATH)+1)) in _devtabpath()559 (void) strcpy(rtnval, DTAB_PATH); in _devtabpath()