Searched refs:curfile (Results 1 - 20 of 20) sorted by relevance

/freebsd-9.3-release/contrib/cvs/contrib/
H A Drcslock.in173 $curfile = $1;
194 $locks{$curfile}++;
197 $locks{"$curfile" . "$2"} = $1
200 print "lock by $1 found on $curfile version $2" if defined $opt_d;
/freebsd-9.3-release/sbin/restore/
H A Dtape.c286 curfile.action = USING;
296 curfile.action = USING;
345 if (command == 'R' || command == 'r' || curfile.action != SKIP)
460 if (curfile.action != USING) {
486 if (curfile.action == USING) {
506 if (gettingfile && curfile.action == USING) {
508 "End-of-input encountered while extracting", curfile.name);
510 curfile.name = "<name unknown>";
511 curfile.action = UNKNOWN;
512 curfile
[all...]
H A Drestore.c603 while (curfile.ino < maxino) {
612 while (first < curfile.ino) {
627 if (first != curfile.ino) {
629 first, curfile.ino);
633 ep = lookupino(curfile.ino);
675 curfile.action = SKIP;
691 if (curfile.ino == maxino)
693 if((ep = lookupino(curfile.ino)) != NULL &&
705 * if there are no further volumes available (curfile.ino
708 if (curfile
[all...]
H A Ddirs.c176 curfile.name = "<directory file - name unknown>";
177 curfile.action = USING;
178 if (curfile.mode == 0 || (curfile.mode & IFMT) != IFDIR)
180 itp = allocinotab(&curfile, seekpt);
205 while (curfile.ino && (curfile.mode & IFMT) == IFDIR) {
695 curfile.ino, curfile.name);
702 curfile
[all...]
H A Drestore.h121 } curfile; variable in typeref:struct:context
H A Dsymtab.c580 curfile.action = SKIP;
/freebsd-9.3-release/usr.bin/expand/
H A Dexpand.c65 const char *curfile; local
104 curfile = argv[0];
107 curfile = "stdin";
159 warn("%s", curfile);
/freebsd-9.3-release/contrib/openbsm/bin/auditdistd/
H A Dtrail.c322 char curfile[PATH_MAX]; local
330 curfile[0] = '\0';
345 /* Skip all files "greater" than curfile. */
346 if (curfile[0] != '\0' && strcmp(dp->d_name, curfile) > 0)
353 PJDLOG_VERIFY(strlcpy(curfile, dp->d_name, sizeof(curfile)) <
354 sizeof(curfile));
356 if (curfile[0] == '\0') {
366 PJDLOG_VERIFY(strlcpy(trail->tr_filename, curfile,
503 char curfile[PATH_MAX]; local
[all...]
/freebsd-9.3-release/usr.bin/ctags/
H A Dtree.c71 if (!(fp = strrchr(curfile, '/')))
72 fp = curfile;
83 np->file = curfile;
H A Dctags.h70 extern char *curfile; /* current input file name */
H A Dctags.c79 char *curfile; /* current input file name */ variable
155 curfile = argv[step];
/freebsd-9.3-release/contrib/openbsm/bsm/
H A Dauditd_lib.h105 int auditd_new_curlink(char *curfile);
/freebsd-9.3-release/lib/libstand/
H A Dsplitfs.c41 int curfile; /* Current file number */ member in struct:split_file
87 sf->curfd = open(sf->filesv[sf->curfile], O_RDONLY);
95 sf->descsv[sf->curfile]);
214 if (sf->curfile == (sf->filesc - 1)) /* Last slice */
221 sf->curfile++;
/freebsd-9.3-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dstabs.c186 char *curfile = NULL; local
263 curfile = basename(curpath);
340 iidescp->ii_owner = xstrdup(curfile);
349 iidescp->ii_owner = xstrdup(curfile);
H A Doutput.c220 * linker generates the symbol table such that the curfile might be
224 * We might have found a strong local symbol, where the curfile is
228 * If we've got a local symbol with a non-matching curfile, there are
231 * the latter case, curfile is likely inaccurate since the linker does
232 * not preserve the needed curfile in the order of the symbol table (see
245 char *curfile = NULL; local
266 curfile = (char *)strdata->d_buf + sym.st_name;
282 (curfile == NULL || weakfile == NULL ||
283 strcmp(curfile, weakfile) != 0)) {
285 tmpfile1 = curfile;
[all...]
H A Dctf.c46 * to allow curfile to be used simultaneously by multiple threads.
50 char *curfile; variable
76 terminate("%s: %s\n", curfile, msgbuf);
783 curfile, matchlbl, (baselabel ? baselabel : "NONE"));
1246 curfile = file;
1282 curfile = NULL;
/freebsd-9.3-release/usr.bin/unexpand/
H A Dunexpand.c116 tabify(const char *curfile) argument
198 warn("%s", curfile);
/freebsd-9.3-release/bin/sh/
H A Dmkinit.c136 const char *curfile; /* current file */ variable
189 curfile = fname;
482 if (curfile != NULL)
483 fprintf(stderr, "%s:%d: ", curfile, linno);
/freebsd-9.3-release/crypto/openssh/
H A Dscp.c133 char *curfile; variable
793 curfile = last;
816 start_progress_meter(curfile, stb.st_size, &statbytes);
1050 curfile = cp;
1099 start_progress_meter(curfile, size, &statbytes);
/freebsd-9.3-release/contrib/openbsm/libauditd/
H A Dauditd_lib.c1039 * 'current' symlink. The argument 'curfile' is the file the 'current' symlink
1049 auditd_new_curlink(char *curfile) argument
1093 if (symlink(curfile, AUDIT_CURRENT_LINK) != 0)

Completed in 134 milliseconds