Searched refs:linkpath (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/cups-372.4/cups/scheduler/
H A Dutil.c185 linkpath[1024]; /* Link path for symlinks... */ local
195 if ((linkbytes = readlink(command, linkpath, sizeof(linkpath) - 1)) > 0)
202 linkpath[linkbytes] = '\0';
204 if (linkpath[0] == '/')
206 linkpath);
209 dirname((char *)command), linkpath);
H A Dprocess.c338 linkpath[1024]; /* Link path for symlinks... */ local
372 if ((linkbytes = readlink(command, linkpath, sizeof(linkpath) - 1)) > 0)
379 linkpath[linkbytes] = '\0';
381 if (linkpath[0] == '/')
383 linkpath);
386 dirname((char *)command), linkpath);
H A Dcupsfilter.c792 linkpath[1024]; /* Link path for symlinks... */ local
801 if ((linkbytes = readlink(filter, linkpath, sizeof(linkpath) - 1)) > 0)
808 linkpath[linkbytes] = '\0';
810 if (linkpath[0] == '/')
812 linkpath);
815 dirname((char *)filter), linkpath);
/macosx-10.9.5/libarchive-29/libarchive/libarchive/
H A Darchive_write_set_format_pax.c411 const char *path = NULL, *linkpath = NULL; local
503 linkpath = hardlink;
504 if (linkpath != NULL) {
507 linkpath = archive_entry_symlink(entry_main);
508 if (linkpath != NULL)
511 if (linkpath != NULL && linkpath_w == NULL) {
513 "Can't translate linkpath '%s' to UTF-8", linkpath);
591 if (linkpath != NULL) {
593 * 'linkpath' t
[all...]
/macosx-10.9.5/bind9-45.100/bind9/bin/win32/BINDInstall/
H A DBINDInstallDlg.cpp1217 TCHAR path[MAX_PATH], commonPath[MAX_PATH], fileloc[MAX_PATH], linkpath[MAX_PATH]; local
1256 sprintf(linkpath, "%s\\BINDCtrl.lnk", path);
1266 MultiByteToWideChar(CP_ACP, 0, linkpath, -1, wsz, MAX_PATH);
1273 sprintf(linkpath, "%s\\Readme.lnk", path);
1282 MultiByteToWideChar(CP_ACP, 0, linkpath, -1, wsz, MAX_PATH);
/macosx-10.9.5/sudo-72/src/
H A Dpp6869 typeset path mode ugid size cksum linkpath
6884 while IFS=' ' read path mode ugid size cksumi linkpath; do
6886 $pp_macos_sudo /bin/ln -s "$linkpath" "$bomstage/$path"

Completed in 170 milliseconds