Searched refs:realfile (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/cups-372.4/cups/cups/
H A Dtestppd.c897 char realfile[1024]; /* Real file path */ local
901 if ((realsize = readlink(filename, realfile, sizeof(realfile) - 1)) < 0)
902 strlcpy(realfile, "Unknown", sizeof(realfile));
904 realfile[realsize] = '\0';
906 if (stat(realfile, &fileinfo))
907 printf("%s: symlink to \"%s\", %s\n", filename, realfile,
910 printf("%s: symlink to \"%s\", %ld bytes\n", filename, realfile,
/macosx-10.9.5/tcl-102/tcl/tcl/library/
H A Dsafe.tcl818 set realfile [TranslatePath $slave $file]
826 FileInAccessPath $slave $realfile
834 CheckFileName $slave $realfile
836 Log $slave "$realfile:$msg"
845 set f [open $realfile]
/macosx-10.9.5/crontabs-51/newsyslog/
H A Dnewsyslog.c2097 char *realfile, *slash, tempfile[MAXPATHLEN]; local
2100 realfile = ent->log;
2108 strlcpy(tempfile, realfile, sizeof(tempfile));
2129 strlcpy(tempfile, realfile, sizeof(tempfile));
2179 * retry by first removing the realfile and then renaming.
2183 printf("\tmv %s %s\n", tempfile, realfile);
2188 failed = rename(tempfile, realfile);
2190 err(1, "can't mv %s to %s", tempfile, realfile);
/macosx-10.9.5/gnudiff-19/diffutils/src/
H A Ddiff3.c1382 int realfile = mapping[i];
1383 lin lowt = D_LOWLINE (ptr, realfile);
1384 lin hight = D_HIGHLINE (ptr, realfile);
1410 cp = D_RELNUM (ptr, realfile, line);
1411 length = D_RELLEN (ptr, realfile, line);
1378 int realfile = mapping[i]; local

Completed in 159 milliseconds