/titanic_50/usr/src/cmd/filesync/ |
H A D | rename.c | 100 btype = np->f_info[OPT_BASE].f_type; in find_renames() 101 stype = np->f_info[OPT_SRC].f_type; in find_renames() 102 dtype = np->f_info[OPT_DST].f_type; in find_renames() 161 if (fp->f_info[side].f_type != 0) in find_oldname() 165 if (fp->f_info[otherside].f_type == 0) in find_oldname() 169 if (fp->f_info[OPT_BASE].f_type != new->f_info[side].f_type) in find_oldname() 225 dir = new->f_info[side].f_type == S_IFDIR; in note_rename()
|
H A D | recon.c | 484 fp->f_info[ OPT_BASE ].f_type = S_IFDIR; in reconcile() 581 if (sp->f_type != dp->f_type) in samedata() 585 if (sp->f_type == S_IFDIR) in samedata() 589 if ((sp->f_type == S_IFBLK) || (sp->f_type == S_IFCHR)) { in samedata() 598 if (sp->f_type == S_IFLNK) in samedata() 736 if (fp->f_info[OPT_BASE].f_type != S_IFREG) in truncated() 738 if (fp->f_info[OPT_SRC].f_type != S_IFREG) in truncated() 740 if (fp->f_info[OPT_DST].f_type != S_IFREG) in truncated()
|
H A D | action.c | 435 type = sp->f_type; /* type of the new file */ in do_copy() 452 if ((dp->f_type == S_IFREG && sp->f_type == S_IFREG) && in do_copy() 466 if (dp->f_type) in do_copy() 486 if (dp->f_type == S_IFDIR) { in do_copy() 516 dp->f_type = 0; in do_copy() 558 dp->f_type = S_IFDIR; in do_copy() 591 dp->f_type = S_IFLNK; in do_copy() 613 dp->f_type = type; in do_copy() 638 if (dp->f_type) { in do_copy() 686 dp->f_type = type; in do_copy() [all …]
|
H A D | anal.c | 478 type = np->f_type; in check_changes() 479 if (type != rp->f_type) { in check_changes() 482 else if (rp->f_type == 0) in check_changes() 791 if (fcp->f_type != basp->f_type) in find_link() 929 lp->f_info[which].f_type = fp->f_info[which].f_type; in link_update() 991 } else if (fp->f_info[OPT_SRC].f_type != S_IFDIR && in queue_file() 992 fp->f_info[OPT_DST].f_type != S_IFDIR) { in queue_file()
|
H A D | base.c | 461 ip->f_type = gettype(type); /* note file type */ in read_baseline() 840 fprintf(file, "FILE %d %c %-20s 0%04o", depth, showtype(ip->f_type), in bw_file() 861 if (S_ISBLK(ip->f_type) || S_ISCHR(ip->f_type)) in bw_file()
|
H A D | eval.c | 670 ip->f_type = sp->st_mode & S_IFMT; in note_info() 715 np->f_type = ip->f_type; in do_update()
|
H A D | database.h | 128 int f_type; /* file/dir/special ... */ member
|
/titanic_50/usr/src/cmd/sendmail/libsm/ |
H A D | findfp.c | 198 fp->f_type = t->f_type; /* file type */ 255 empty.f_type = NULL; in sm_init() 310 sm_free(fp->f_type); 311 fp->f_type = sm_strdup_x(v->f_type); 384 v->f_type = fp->f_type; 393 valp = sm_strdup_x(fp->f_type); 402 return strcmp(fp->f_type, valp) == 0;
|
H A D | vsnprintf.c | 76 fake.f_type = "sm_vsnprintf:fake";
|
H A D | snprintf.c | 83 fake.f_type = "sm_snprintf:fake";
|
H A D | sscanf.c | 95 fake.f_type = "sm_io_sscanf:fake";
|
H A D | vasprintf.c | 81 fake.f_type = "sm_vasprintf:fake";
|
/titanic_50/usr/src/cmd/syslogd/ |
H A D | syslogd.c | 1309 if (f->f_type == F_UNUSED) { in logmsg() 1415 if (f->f_type == F_UNUSED || in logmsg() 1416 (f->f_type == F_FILE && (mp->flags & IGN_FILE)) || in logmsg() 1417 (f->f_type == F_CONSOLE && in logmsg() 1470 while (f->f_type != F_UNUSED) { in logit() 1497 if (f->f_type != F_FILE) in logit() 1503 f->f_type = F_UNUSED; in logit() 1516 if (f->f_type == F_FILE) { in logit() 1547 if (f->f_type == F_FORW) { in logit() 1595 if (f->f_type != F_FORW && in logit() [all …]
|
H A D | syslogd.h | 159 short f_type; /* entry type, see below */ member
|
/titanic_50/usr/src/ucbhead/sys/ |
H A D | vfs.h | 229 int f_type; /* type of info, zero for now */ member 241 long f_type; /* type of info, zero for now */ member 254 long f_type; /* type of info, zero for now */ member
|
/titanic_50/usr/src/ucblib/libucb/port/gen/ |
H A D | statfs.c | 29 buf->f_type = 0; in cnvtvfs64() 71 buf->f_type = 0; in cnvtvfs()
|
/titanic_50/usr/src/cmd/abi/spectrans/spec2trace/ |
H A D | trace.c | 719 char f_type[BUFSIZ]; /* The function. */ in collect_prototype() local 776 decl_GetTraceInfo(pp, f_type, f_basetype, &funargs); in collect_prototype() 777 (void) sprintf(buf, "%s", strnormalize(f_type)); in collect_prototype() 778 (void) strcpy(f_type, buf); in collect_prototype() 788 f_name, f_basetype, f_type); in collect_prototype() 790 symtab_set_function(f_name, line, file, f_type, f_basetype, levels); in collect_prototype()
|
H A D | parseproto.y | 2066 char f_type[BUFSIZ]; in decl_PrintTraceInfo() local 2083 decl_GetTraceInfo(dp, f_type, f_print, &funargs); in decl_PrintTraceInfo() 2087 fprintf(stderr, "return type = %s\n", f_type); in decl_PrintTraceInfo() 2138 decl_GetTraceInfo(decl_t *dp, char *f_type, char *f_print, decl_t **funargs) in decl_GetTraceInfo() argument 2146 snprintf(f_type, BUFSIZ, "%s ", in decl_GetTraceInfo() 2153 strcat(f_type, "*"); in decl_GetTraceInfo() 2159 strcat(f_type, "%s"); in decl_GetTraceInfo()
|
/titanic_50/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_fmt.c | 89 int f_type; /* Type of format (see above) */ member 644 switch (FMT_TYPE(fp->f_type)) { in mdb_fmt_print() 718 if (fp->f_type == FMT_NONE) in cmd_formats() 721 write = (fp->f_type & FMT_WRITE) ? "write " : ""; in cmd_formats() 723 if (fp->f_type & FMT_FUNC) in cmd_formats() 725 else if (fp->f_type & FMT_MATCH) in cmd_formats()
|
/titanic_50/usr/src/lib/libbc/inc/include/sys/ |
H A D | file.h | 30 short f_type; /* descriptor type */ member
|
H A D | vfs.h | 113 long f_type; /* type of info, zero for now */ member
|
/titanic_50/usr/src/uts/sun4u/serengeti/sys/ |
H A D | sgsbbc_mailbox_priv.h | 81 sbbc_msg_type_t f_type; /* msg_type */ member
|
/titanic_50/usr/src/lib/libbc/libc/sys/common/ |
H A D | _statfs.c | 84 bsdbuf->f_type = (long) 0; /* type of info, zero for now */ in cpstatvfs()
|
/titanic_50/usr/src/cmd/ssh/libopenbsd-compat/common/ |
H A D | bsd-cygwin_util.c | 156 if (fsstat.f_type & FS_PERSISTENT_ACLS) in check_ntsec()
|
/titanic_50/usr/src/cmd/sendmail/include/sm/ |
H A D | io.h | 133 char *f_type; /* for by-type lookups */ member 212 (f).f_type = (name);
|