Searched defs:full_path_len (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libdevinfo/
H A Ddevinfo.c1212 int full_path_len; local
1226 full_path_len = strlen(devfspath) + strlen(name) + 2;
1227 full_path = (char *)calloc(1, full_path_len);
1229 (void) snprintf(full_path, full_path_len, "%s:%s",
1248 int full_path_len; local
1270 full_path_len = strlen(phci_path) + 1 + strlen(path_name) +
1272 full_path = (char *)calloc(1, full_path_len);
1275 (void) snprintf(full_path, full_path_len, "%s/%s@%s",

Completed in 32 milliseconds