Lines Matching defs:full_path
1135 char *full_path, *name, *devfspath;
1151 full_path = (char *)calloc(1, full_path_len);
1152 if (full_path != NULL)
1153 (void) snprintf(full_path, full_path_len, "%s:%s",
1157 return (full_path);
1171 char *full_path;
1196 full_path = (char *)calloc(1, full_path_len);
1198 if (full_path != NULL)
1199 (void) snprintf(full_path, full_path_len, "%s/%s@%s",
1202 return (full_path);