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

/opensolaris-onvv-gate/usr/src/lib/storage/libg_fc/common/
H A Dmpath.c577 char *char_ptr_start, *char_ptr_end; local
585 if ((char_ptr_end = strrchr(char_ptr_start, ':')) != NULL) {
586 *char_ptr_end = '\0';
664 char *char_ptr_end; local
700 if ((char_ptr_end = strrchr(client_physical_path, ':')) != NULL) {
701 *char_ptr_end = '\0';

Completed in 81 milliseconds