Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/storage/libg_fc/common/
H A Dgenf.c235 char *previous_slash; in cleanup_dotdot_path() local
264 previous_slash = strrchr(path, '/'); in cleanup_dotdot_path()
265 if (previous_slash == NULL) { in cleanup_dotdot_path()
276 *(previous_slash+1) = '\0'; in cleanup_dotdot_path()
/titanic_41/usr/src/cmd/luxadm/
H A Dlux_util.c1122 char *previous_slash; in cleanup_dotdot_path() local
1151 previous_slash = strrchr(path, '/'); in cleanup_dotdot_path()
1152 if (previous_slash == NULL) { in cleanup_dotdot_path()
1163 *(previous_slash+1) = '\0'; in cleanup_dotdot_path()
H A Dhotplug.c1005 char *previous_slash; in cleanup_dotdot_path() local
1034 previous_slash = strrchr(path, '/'); in cleanup_dotdot_path()
1035 if (previous_slash == NULL) { in cleanup_dotdot_path()
1046 *(previous_slash+1) = '\0'; in cleanup_dotdot_path()