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

/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm_impl.h122 #define ADDR_S_LEN 4 macro
H A Ddevfsadm.c6354 } else if (strncmp(ADDR_S, key, ADDR_S_LEN) == 0) {
6356 if (key[ADDR_S_LEN] == '\0') {
6358 } else if (isdigit(key[ADDR_S_LEN]) != FALSE) {
6360 atoi(&key[ADDR_S_LEN]);

Completed in 78 milliseconds