Searched defs:comp_str (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm.c4766 * If comp_str is NULL, the entire "str" is returned.
4769 get_component(char *str, const char *comp_str) argument
4778 if (comp_str == NULL) {
4783 comp = strtol(comp_str, &cp, 10);

Completed in 70 milliseconds