Lines Matching defs:full_path
1211 char *full_path, *name, *devfspath;
1227 full_path = (char *)calloc(1, full_path_len);
1228 if (full_path != NULL)
1229 (void) snprintf(full_path, full_path_len, "%s:%s",
1233 return (full_path);
1247 char *full_path;
1272 full_path = (char *)calloc(1, full_path_len);
1274 if (full_path != NULL)
1275 (void) snprintf(full_path, full_path_len, "%s/%s@%s",
1278 return (full_path);