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

/illumos-gate/usr/src/cmd/modload/
H A Dadd_drv.c998 char *remain_str; local
1002 remain_str = ++slash;
1003 while (*remain_str == '/')
1004 ++remain_str;
1005 if (slash != remain_str)
1006 (void) strcpy(slash, remain_str);

Completed in 245 milliseconds