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

/freebsd-11-stable/sbin/restore/
H A Dtape.c289 curfile.action = USING;
299 curfile.action = USING;
349 if (command == 'R' || command == 'r' || curfile.action != SKIP)
464 if (curfile.action != USING) {
490 if (curfile.action == USING) {
510 if (gettingfile && curfile.action == USING) {
512 "End-of-input encountered while extracting", curfile.name);
514 curfile.name = "<name unknown>";
515 curfile.action = UNKNOWN;
516 curfile
[all...]
H A Drestore.c604 while (curfile.ino < maxino) {
613 while (first < curfile.ino) {
628 if (first != curfile.ino) {
630 (uintmax_t)first, (uintmax_t)curfile.ino);
634 ep = lookupino(curfile.ino);
676 curfile.action = SKIP;
692 if (curfile.ino == maxino)
694 if((ep = lookupino(curfile.ino)) != NULL &&
706 * if there are no further volumes available (curfile.ino
709 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) {
697 (uintmax_t)curfile.ino, curfile.name);
704 (uintmax_t)curfile
[all...]
H A Drestore.h121 } curfile; variable in typeref:struct:context
H A Dsymtab.c581 curfile.action = SKIP;
/freebsd-11-stable/usr.bin/expand/
H A Dexpand.c65 const char *curfile; local
104 curfile = argv[0];
107 curfile = "stdin";
159 warn("%s", curfile);
/freebsd-11-stable/contrib/openbsm/bin/auditdistd/
H A Dtrail.c320 char curfile[PATH_MAX]; local
328 curfile[0] = '\0';
343 /* Skip all files "greater" than curfile. */
344 if (curfile[0] != '\0' && strcmp(dp->d_name, curfile) > 0)
351 PJDLOG_VERIFY(strlcpy(curfile, dp->d_name, sizeof(curfile)) <
352 sizeof(curfile));
354 if (curfile[0] == '\0') {
364 PJDLOG_VERIFY(strlcpy(trail->tr_filename, curfile,
501 char curfile[PATH_MAX]; local
[all...]
/freebsd-11-stable/usr.bin/dpv/
H A Ddpv.c260 struct dpv_file_node *curfile; local
407 for (curfile = file_list; n < argc; n++) {
411 if (curfile == NULL) {
412 if ((curfile = malloc(file_node_size)) == NULL)
414 memset((void *)(curfile), '\0', file_node_size);
415 file_list = curfile;
417 if ((curfile->next = malloc(file_node_size)) == NULL)
419 memset((void *)(curfile->next), '\0', file_node_size);
420 curfile = curfile
[all...]
/freebsd-11-stable/lib/libdpv/
H A Ddpv.c136 struct dpv_file_node *curfile; local
287 for (curfile = file_list; curfile != NULL; curfile = curfile->next) {
291 if (use_libdialog) strexpandnl(curfile->name);
296 name = curfile->name;
297 if (curfile == file_list)
323 curfile->name, curfile
[all...]
H A Ddprompt.c81 struct dpv_file_node *curfile, int pct);
116 struct dpv_file_node *curfile; local
168 for (curfile = file_list; curfile != NULL;
169 curfile = curfile->next) {
171 numlines += dialog_prompt_numlines(curfile->name, nls);
378 struct dpv_file_node *curfile, int pct)
383 uint8_t after_curfile = curfile != NULL ? FALSE : TRUE;
420 if (pbar_size >= 0 && pct >= 0 && curfile !
377 dprompt_add_files(struct dpv_file_node *file_list, struct dpv_file_node *curfile, int pct) argument
674 dprompt_recreate(struct dpv_file_node *file_list, struct dpv_file_node *curfile, int pct) argument
[all...]
/freebsd-11-stable/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-11-stable/contrib/openbsm/bsm/
H A Dauditd_lib.h103 int auditd_new_curlink(char *curfile);
/freebsd-11-stable/contrib/libxo/xolint/
H A Dxolint.pl124 local $curfile = $file;
144 ($curfile, $curln) = ($fn, $num) if $num;
678 print STDERR $curfile . ": " .$curln . ": error: " . join(" ", @_) . "\n";
685 print STDERR $curfile . ": " .$curln . ": warning: " . join(" ", @_) . "\n";
692 print STDERR $curfile . ": " .$curln . ": info: " . join(" ", @_) . "\n";
/freebsd-11-stable/stand/libsa/
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-11-stable/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.c218 * linker generates the symbol table such that the curfile might be
222 * We might have found a strong local symbol, where the curfile is
226 * If we've got a local symbol with a non-matching curfile, there are
229 * the latter case, curfile is likely inaccurate since the linker does
230 * not preserve the needed curfile in the order of the symbol table (see
243 char *curfile = NULL; local
264 curfile = (char *)strdata->d_buf + sym.st_name;
280 (curfile == NULL || weakfile == NULL ||
281 strcmp(curfile, weakfile) != 0)) {
283 tmpfile1 = curfile;
[all...]
H A Dctf.c46 * to allow curfile to be used simultaneously by multiple threads.
50 static char *curfile; variable
90 terminate("%s: %s\n", curfile, msgbuf);
884 curfile, matchlbl, (baselabel ? baselabel : "NONE"));
1356 curfile = file;
1392 curfile = NULL;
/freebsd-11-stable/usr.bin/unexpand/
H A Dunexpand.c116 tabify(const char *curfile) argument
198 warn("%s", curfile);
/freebsd-11-stable/crypto/openssh/
H A Dscp.c135 char *curfile; variable
807 curfile = last;
829 start_progress_meter(curfile, stb.st_size, &statbytes);
1071 curfile = cp;
1120 start_progress_meter(curfile, size, &statbytes);
/freebsd-11-stable/contrib/openbsm/libauditd/
H A Dauditd_lib.c1040 * 'current' symlink. The argument 'curfile' is the file the 'current' symlink
1050 auditd_new_curlink(char *curfile) argument
1094 if (symlink(curfile, AUDIT_CURRENT_LINK) != 0)

Completed in 360 milliseconds