Home
last modified time | relevance | path

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

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