| /freebsd-14.2/contrib/sendmail/libsm/ |
| H A D | findfp.c | 196 fp->f_type = t->f_type; /* file type */ 253 empty.f_type = NULL; in sm_init() 308 sm_free(fp->f_type); 309 fp->f_type = sm_strdup_x(v->f_type); 381 v->f_type = fp->f_type; 390 return strcmp(fp->f_type, valp) == 0;
|
| H A D | vsnprintf.c | 74 fake.f_type = "sm_vsnprintf:fake";
|
| H A D | snprintf.c | 81 fake.f_type = "sm_snprintf:fake";
|
| H A D | sscanf.c | 93 fake.f_type = "sm_io_sscanf:fake";
|
| H A D | vasprintf.c | 79 fake.f_type = "sm_vasprintf:fake";
|
| /freebsd-14.2/sys/kern/ |
| H A D | sys_procdesc.c | 134 if (fp->f_type != DTYPE_PROCDESC) { in procdesc_find() 160 KASSERT(fp_procdesc->f_type == DTYPE_PROCDESC, in procdesc_pid() 179 if (fp->f_type != DTYPE_PROCDESC) { in kern_pdgetpid() 356 KASSERT(fp->f_type == DTYPE_PROCDESC, ("procdesc_close: !procdesc")); in procdesc_close() 566 if (fp2->f_type != DTYPE_PROCDESC) in procdesc_cmp()
|
| H A D | kern_descrip.c | 852 if (fp->f_type != DTYPE_VNODE) { in kern_fcntl() 1710 } else if (fp->f_type == DTYPE_PIPE || fp->f_type == DTYPE_SOCKET) { in kern_fpathconf() 2487 if (fp->f_type != DTYPE_VNODE || in fdclearlocks() 2646 if (fp->f_type != DTYPE_VNODE) in is_unsafe() 2720 if (fp->f_type == DTYPE_MQUEUE || in fdcloseexec() 2798 if (fp->f_type == DTYPE_VNODE) { in closef() 2868 fp->f_type = type; in finit() 3704 if (fp->f_type != DTYPE_VNODE && fp->f_type != DTYPE_FIFO) { in sys_flock() 3858 if (fp->f_type == DTYPE_VNODE) { in chroot_refuse_vdir_fds() 4285 if (fp->f_type != DTYPE_VNODE || in descrip_check_write_mp() [all …]
|
| /freebsd-14.2/usr.sbin/syslogd/ |
| H A D | syslogd.c | 468 switch (f->f_type) { in close_filed() 479 f->f_type = F_UNUSED; in close_filed() 1842 switch (f->f_type) { in fprintlog_write() 2050 switch (f->f_type) { in fprintlog_rfc3164() 2608 switch (f->f_type) { in init() 3133 f->f_type = F_FORW; in cfline() 3148 f->f_type = F_TTY; in cfline() 3153 f->f_type = F_FILE; in cfline() 3161 f->f_type = F_PIPE; in cfline() 3165 f->f_type = F_WALL; in cfline() [all …]
|
| /freebsd-14.2/lib/libc/sys/ |
| H A D | compat-ino64.h | 78 sf->f_type = sf11->f_type; in __statfs11_to_statfs()
|
| /freebsd-14.2/bin/ls/ |
| H A D | ls.c | 151 int f_type; /* add type character for non-regular files */ variable 357 f_type = 1; in main() 443 f_type = 1; in main() 545 !f_sizesort && !f_type in main() 557 if (!f_nofollow && !f_longform && !f_listdir && (!f_type || f_slash) in main()
|
| H A D | ls.h | 63 extern int f_type; /* add type character for non-regular files */
|
| H A D | print.c | 265 if (f_type) in printlong() 345 if (f_type) in printcol() 420 if (f_type) in printaname()
|
| /freebsd-14.2/tools/tools/kttcp/sys/ |
| H A D | kttcp.c | 170 if (fp->f_type == DTYPE_SOCKET) { in kttcp_send() 218 if (fp->f_type == DTYPE_SOCKET) { in kttcp_recv()
|
| /freebsd-14.2/stand/uboot/arch/powerpc/ |
| H A D | ppc64_elf_freebsd.c | 56 if (!strcmp((*result)->f_type, "elf kernel")) in ppc64_uboot_elf_loadfile()
|
| /freebsd-14.2/stand/uboot/ |
| H A D | elf_freebsd.c | 56 if (!strcmp((*result)->f_type, "elf kernel")) in __elfN()
|
| /freebsd-14.2/stand/common/ |
| H A D | module.c | 326 snprintf(lbuf, sizeof(lbuf), " (%s, 0x%lx)\n", fp->f_type, in command_lsmod() 765 fp->f_type = strdup(type); in file_loadraw() 772 if (fp->f_type == NULL) { in file_loadraw() 908 ((type == NULL) || !strcmp(type, fp->f_type))) in file_findfile() 1029 fp->f_type = strdup(type); in file_addbuf() 1035 if ((fp->f_name == NULL) || (fp->f_type == NULL)) { in file_addbuf() 1039 free(fp->f_type); in file_addbuf() 1602 free(fp->f_type); in file_discard()
|
| /freebsd-14.2/stand/powerpc/ofw/ |
| H A D | ppc64_elf_freebsd.c | 60 if (!strcmp((*result)->f_type, "elf kernel")) in ppc64_ofw_elf_loadfile()
|
| H A D | elf_freebsd.c | 61 if (!strcmp((*result)->f_type, "elf kernel")) in __elfN()
|
| /freebsd-14.2/contrib/sendmail/include/sm/ |
| H A D | io.h | 131 char *f_type; /* for by-type lookups */ member 210 (f).f_type = (name);
|
| /freebsd-14.2/sys/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zfs_file_os.c | 140 if (fp->f_type == DTYPE_VNODE) in zfs_file_write_impl() 285 if (fp->f_type != DTYPE_VNODE) in zfs_file_fsync()
|
| /freebsd-14.2/usr.bin/find/ |
| H A D | extern.h | 117 exec_f f_type; variable
|
| /freebsd-14.2/contrib/capsicum-test/ |
| H A D | capsicum-test-main.cc | 155 tmpdir_on_tmpfs = (fsinfo.f_type == TMPFS_MAGIC); in main()
|
| /freebsd-14.2/sys/fs/nullfs/ |
| H A D | null_vfsops.c | 373 sbp->f_type = mstat->f_type; in nullfs_statfs()
|
| /freebsd-14.2/usr.sbin/config/ |
| H A D | config.h | 108 int f_type; /* type */ member
|
| H A D | mkmakefile.cc | 584 tp->f_type = filetype; in read_file() 704 if (tp->f_type != NODEPEND) { in do_xxfiles() 780 switch (ftp->f_type) { in do_rules()
|