Home
last modified time | relevance | path

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

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