Searched refs:pathcopy (Results 1 – 2 of 2) sorted by relevance
78 char *pathcopy; in ldaptool_fileurl2path() local125 if (( pathcopy = strdup( path )) == NULL ) { in ldaptool_fileurl2path()128 hex_unescape( pathcopy ); in ldaptool_fileurl2path()139 for ( p = pathcopy; *p != '\0'; ++p ) { in ldaptool_fileurl2path()146 if ( isalpha( pathcopy[0] ) && pathcopy[1] == '|' ) { in ldaptool_fileurl2path()147 pathcopy[1] = ':'; in ldaptool_fileurl2path()151 *localpathp = pathcopy; in ldaptool_fileurl2path()
897 char *pathcopy; in load_bootpath_drivers() local923 pathcopy = i_ddi_strdup(iscsi_network_path, in load_bootpath_drivers()925 pathcopy_len = strlen(pathcopy) + 1; in load_bootpath_drivers()934 pathcopy = i_ddi_strdup(bootpath, KM_SLEEP); in load_bootpath_drivers()935 pathcopy_len = strlen(pathcopy) + 1; in load_bootpath_drivers()939 dip = path_to_devinfo(pathcopy); in load_bootpath_drivers()955 p = strrchr(pathcopy, '/'); in load_bootpath_drivers()968 dip = path_to_devinfo(pathcopy); in load_bootpath_drivers()972 kmem_free(pathcopy, pathcopy_len); in load_bootpath_drivers()982 kmem_free(pathcopy, pathcopy_len); in load_bootpath_drivers()[all …]