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

/illumos-gate/usr/src/lib/libbc/libc/sys/common/
H A D_open.c371 char *fullPath; local
378 fullPath = (char *)malloc(strlen(PRINTER_DIR) + strlen(printerName) +
380 strcpy(fullPath, PRINTER_DIR);
381 strcat(fullPath, printerName);
382 strcat(fullPath, PRINTER_CONFIG_FILE);
384 if ((config_fd = _syscall(SYS_openat, AT_FDCWD, fullPath, O_RDONLY))
386 free(fullPath);
391 free(fullPath);
396 free(fullPath);
419 free(fullPath);
[all...]
/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Ddir.c301 int32_t longEntryStartCluster, char *fullPath, int *fullLen)
316 appendToPath(dp, fullPath, fullLen);
327 (void) strncpy(pathCopy->fullName, fullPath, *fullLen);
300 storeInfoAboutEntry(int fd, struct pcdir *dp, struct pcdir *ldp, int depth, int32_t longEntryStartCluster, char *fullPath, int *fullLen) argument

Completed in 447 milliseconds