Searched refs:f_type (Results 1 - 25 of 81) sorted by relevance

1234

/freebsd-current/bin/ls/
H A Dls.h61 extern int f_type; /* add type character for non-regular files */
H A Dls.c131 int f_slash; /* similar to f_type, but only for dirs */
139 int f_type; /* add type character for non-regular files */ variable
345 f_type = 1;
431 f_type = 1;
533 !f_sizesort && !f_type
545 if (!f_nofollow && !f_longform && !f_listdir && (!f_type || f_slash)
H A Dprint.c259 if (f_type)
339 if (f_type)
414 if (f_type)
/freebsd-current/contrib/sendmail/libsm/
H A Dfindfp.c196 fp->f_type = t->f_type; /* file type */
253 empty.f_type = NULL;
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 Dsnprintf.c81 fake.f_type = "sm_snprintf:fake";
H A Dsscanf.c93 fake.f_type = "sm_io_sscanf:fake";
H A Dvasprintf.c79 fake.f_type = "sm_vasprintf:fake";
H A Dvsnprintf.c74 fake.f_type = "sm_vsnprintf:fake";
/freebsd-current/stand/powerpc/ofw/
H A Delf_freebsd.c61 if (!strcmp((*result)->f_type, "elf kernel"))
H A Dppc64_elf_freebsd.c60 if (!strcmp((*result)->f_type, "elf kernel"))
/freebsd-current/stand/uboot/
H A Delf_freebsd.c56 if (!strcmp((*result)->f_type, "elf kernel"))
/freebsd-current/stand/uboot/arch/powerpc/
H A Dppc64_elf_freebsd.c56 if (!strcmp((*result)->f_type, "elf kernel"))
/freebsd-current/usr.sbin/syslogd/
H A Dsyslogd.c247 enum f_type { enum
261 * We require f_file to be valid if f_type is F_FILE, F_CONSOLE, F_TTY
262 * or if f_type is F_PIPE and f_pid > 0.
265 enum f_type f_type; member in struct:filed
471 switch (f->f_type) {
481 f->f_type = F_UNUSED;
789 consfile.f_type = F_CONSOLE;
1715 if (f->f_type == F_CONSOLE && (flags & IGN_CONS))
1725 if (no_compress - (f->f_type !
[all...]
/freebsd-current/sys/kern/
H A Dsys_procdesc.c131 if (fp->f_type != DTYPE_PROCDESC) {
157 KASSERT(fp_procdesc->f_type == DTYPE_PROCDESC,
176 if (fp->f_type != DTYPE_PROCDESC) {
353 KASSERT(fp->f_type == DTYPE_PROCDESC, ("procdesc_close: !procdesc"));
563 if (fp2->f_type != DTYPE_PROCDESC)
/freebsd-current/usr.bin/find/
H A Dextern.h115 exec_f f_type; variable
H A Doption.c159 { "-type", c_type, f_type, 0 },
/freebsd-current/tools/tools/kttcp/sys/
H A Dkttcp.c170 if (fp->f_type == DTYPE_SOCKET) {
218 if (fp->f_type == DTYPE_SOCKET) {
/freebsd-current/stand/common/
H A Dmodule.c325 snprintf(lbuf, sizeof(lbuf), " (%s, 0x%lx)\n", fp->f_type,
764 fp->f_type = strdup(type);
771 if (fp->f_type == NULL) {
907 ((type == NULL) || !strcmp(type, fp->f_type)))
1028 fp->f_type = strdup(type);
1034 if ((fp->f_name == NULL) || (fp->f_type == NULL)) {
1038 free(fp->f_type);
1601 free(fp->f_type);
/freebsd-current/contrib/capsicum-test/
H A Dcapsicum-test-main.cc155 tmpdir_on_tmpfs = (fsinfo.f_type == TMPFS_MAGIC);
/freebsd-current/usr.sbin/config/
H A Dconfig.h106 int f_type; /* type */ member in struct:file_list
H A Dmkmakefile.cc578 tp->f_type = filetype;
698 if (tp->f_type != NODEPEND) {
774 switch (ftp->f_type) {
/freebsd-current/contrib/sendmail/include/sm/
H A Dio.h131 char *f_type; /* for by-type lookups */ member in struct:sm_file
210 (f).f_type = (name);
/freebsd-current/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_file_os.c137 if (fp->f_type == DTYPE_VNODE)
282 if (fp->f_type != DTYPE_VNODE)
/freebsd-current/sys/fs/unionfs/
H A Dunion_vfsops.c508 sbp->f_type = mstat->f_type;
/freebsd-current/sys/fs/nullfs/
H A Dnull_vfsops.c369 sbp->f_type = mstat->f_type;

Completed in 320 milliseconds

1234