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

1234

/freebsd-11-stable/bin/ls/
H A Dls.h64 extern int f_type; /* add type character for non-regular files */
H A Dls.c132 int f_slash; /* similar to f_type, but only for dirs */
139 int f_type; /* add type character for non-regular files */ variable
272 f_type = 1;
343 f_type = 1;
419 !f_sizesort && !f_type
431 if (!f_nofollow && !f_longform && !f_listdir && (!f_type || f_slash)
H A Dprint.c318 if (f_type)
403 if (f_type)
483 if (f_type)
/freebsd-11-stable/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-11-stable/contrib/amd/conf/mtab/
H A Dmtab_bsd.c68 switch (mp->f_type) {
/freebsd-11-stable/stand/powerpc/ofw/
H A Dppc64_elf_freebsd.c62 if (!strcmp((*result)->f_type, "elf kernel"))
H A Delf_freebsd.c63 if (!strcmp((*result)->f_type, "elf kernel"))
/freebsd-11-stable/stand/uboot/lib/
H A Delf_freebsd.c64 if (!strcmp((*result)->f_type, "elf kernel"))
/freebsd-11-stable/stand/powerpc/uboot/
H A Dppc64_elf_freebsd.c62 if (!strcmp((*result)->f_type, "elf kernel"))
/freebsd-11-stable/sys/compat/svr4/
H A Dsvr4_ioctl.c117 if (fp->f_type == DTYPE_SOCKET) {
155 if (fp->f_type == DTYPE_SOCKET) {
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_event.c468 if (epfp->f_type != DTYPE_KQUEUE) {
562 if (epfp->f_type != DTYPE_KQUEUE) {
739 if (fp->f_type != DTYPE_LINUXEFD || efd == NULL)
761 if (fp->f_type != DTYPE_LINUXEFD || efd == NULL)
807 if (fp->f_type != DTYPE_LINUXEFD || efd == NULL)
852 if (fp->f_type != DTYPE_LINUXEFD || efd == NULL)
874 if (fp->f_type != DTYPE_LINUXEFD || efd == NULL)
939 if (fp->f_data == NULL || (fp->f_type != DTYPE_LINUXEFD &&
940 fp->f_type != DTYPE_LINUXTFD))
1026 if (fp->f_type !
[all...]
/freebsd-11-stable/usr.sbin/syslogd/
H A Dsyslogd.c249 * We require f_file to be valid if f_type is F_FILE, F_CONSOLE, F_TTY
250 * or if f_type is F_PIPE and f_pid > 0.
255 short f_type; /* entry type, see below */ member in struct:filed
350 /* values for f_type */
463 switch (f->f_type) {
474 f->f_type = F_UNUSED;
757 consfile.f_type = F_CONSOLE;
1642 if (f->f_type == F_CONSOLE && (flags & IGN_CONS))
1652 if (no_compress - (f->f_type != F_PIPE) < 1 &&
1693 if ((f->f_type
[all...]
/freebsd-11-stable/usr.bin/find/
H A Dextern.h114 exec_f f_type; variable
H A Doption.c150 { "-type", c_type, f_type, 0 },
/freebsd-11-stable/usr.bin/xlint/lint2/
H A Dlint2.h153 u_short f_type; /* types of expected return value and args */ member in struct:fcall
/freebsd-11-stable/sys/kern/
H A Dsys_procdesc.c149 if (fp->f_type != DTYPE_PROCDESC) {
175 KASSERT(fp_procdesc->f_type == DTYPE_PROCDESC,
194 if (fp->f_type != DTYPE_PROCDESC) {
372 KASSERT(fp->f_type == DTYPE_PROCDESC, ("procdesc_close: !procdesc"));
/freebsd-11-stable/usr.sbin/config/
H A Dconfig.h51 int f_type; /* type */ member in struct:file_list
/freebsd-11-stable/tools/tools/kttcp/sys/
H A Dkttcp.c171 if (fp->f_type == DTYPE_SOCKET) {
219 if (fp->f_type == DTYPE_SOCKET) {
/freebsd-11-stable/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-11-stable/stand/common/
H A Dmodule.c281 snprintf(lbuf, sizeof(lbuf), " (%s, 0x%lx)\n", fp->f_type,
464 fp->f_type = strdup(type);
591 ((type == NULL) || !strcmp(type, fp->f_type)))
932 if (fp->f_type != NULL)
933 free(fp->f_type);
/freebsd-11-stable/sys/security/mac/
H A Dmac_syscalls.c256 label_type = fp->f_type;
257 switch (fp->f_type) {
452 switch (fp->f_type) {

Completed in 180 milliseconds

1234