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

12345

/netbsd-current/bin/ls/
H A Dls.h53 extern int f_type; /* add type character for non-regular files */
H A Dprint.c203 if (f_type || (f_typedir && S_ISDIR(sp->st_mode)))
229 if (f_type || f_typedir)
296 if (f_type || f_typedir)
344 if (f_type)
397 if (f_type || (f_typedir && S_ISDIR(sp->st_mode)))
H A Dls.c111 int f_type; /* add type character for non-regular files */ variable
201 f_type = 1;
327 if (!f_inode && !f_longform && !f_size && !f_type && !f_typedir &&
335 if (!f_longform && !f_listdir && !f_type)
/netbsd-current/lib/librefuse/refuse/
H A Dlegacy.h61 long f_type; member in struct:statfs
/netbsd-current/external/bsd/am-utils/dist/conf/mtab/
H A Dmtab_osf.c66 switch (mp->f_type) {
82 switch (mp->f_type) {
H A Dmtab_bsd.c70 switch (mp->f_type) {
/netbsd-current/sys/compat/sys/
H A Dmount.h44 short f_type; /* type of file system */ member in struct:statfs12
107 s12->f_type = 0;
112 s12->f_type = __nv[i].value;
/netbsd-current/usr.sbin/syslogd/
H A Dsyslogd.c130 /* values for f_type */
486 consfile.f_type = F_CONSOLE;
1968 if (f->f_type == F_CONSOLE && (buffer->flags & IGN_CONS))
2247 && ((f->f_type == F_UNUSED)
2248 || (f->f_type == F_TTY)
2249 || (f->f_type == F_CONSOLE)
2250 || (f->f_type == F_USERS)
2251 || (f->f_type == F_WALL)
2252 || (f->f_type == F_FIFO))) {
2259 && (f->f_type !
[all...]
/netbsd-current/sys/arch/ia64/stand/common/
H A Dfileload.c131 (void *) fp->f_addr, fp->f_name, fp->f_type, (long) fp->f_size);
223 ((type == NULL) || !strcmp(type, fp->f_type)))
251 if (fp->f_type != NULL)
252 free(fp->f_type);
H A Dload_elf64.c74 fp->f_type = strdup(ELF64_KERNELTYPE);
/netbsd-current/sys/kern/
H A Dsubr_exec_fd.c67 ktr_execfd(fd, fp->f_type);
117 fp->f_type = DTYPE_VNODE;
H A Dkern_ktrace_vfs.c135 fp->f_type = DTYPE_VNODE;
H A Dsys_epoll.c273 if (epfp->f_type != DTYPE_KQUEUE)
282 if (fp->f_type == DTYPE_VNODE) {
406 if (epfp->f_type != DTYPE_KQUEUE)
567 if (currfp->f_type != DTYPE_KQUEUE)
575 if (targetfp->f_type == DTYPE_KQUEUE) {
652 fdirrelevant = fp->f_type != DTYPE_KQUEUE;
/netbsd-current/usr.bin/xlint/lint2/
H A Dlint2.h152 unsigned short f_type; /* types of expected return value and args */ member in struct:fcall
/netbsd-current/sys/compat/ultrix/
H A Dultrix_pathname.c184 if (fp->f_type == DTYPE_VNODE)
194 int32_t f_type; /* type of info, zero for now */ member in struct:ultrix_statfs
217 ssfs.f_type = 0;
/netbsd-current/distrib/utils/edlabel/
H A Dedlabel.c55 int f_type; /* 1:char, 2:short, 4:int, >4:string */ member in struct:field
105 switch (f->f_type) {
142 if (f->f_type <= 4)
146 switch (f->f_type) {
163 strncpy((char*)cp, tmpbuf, f->f_type);
/netbsd-current/sys/compat/sunos/
H A Dsunos.h68 int f_type; /* type of info, zero for now */ member in struct:sunos_statfs
/netbsd-current/sys/arch/ia64/stand/ia64/ski/
H A Dexec.c154 if (strcmp(fp->f_type, ELF64_KERNELTYPE)) return(EFTYPE);
/netbsd-current/sys/arch/ia64/stand/efi/libefi/
H A Dexec.c144 if (strcmp(fp->f_type, ELF64_KERNELTYPE)) return(EFTYPE);
/netbsd-current/sys/rump/librump/rumpkern/
H A Dcons.c90 fp->f_type = DTYPE_MISC;
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dmt-opc.h127 long f_type;
126 long f_type; member in struct:cgen_fields
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dmt-opc.h127 long f_type;
126 long f_type; member in struct:cgen_fields
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dmt-opc.h127 long f_type;
126 long f_type; member in struct:cgen_fields
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dmt-opc.h127 long f_type;
126 long f_type; member in struct:cgen_fields
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Ddmu_diff.c76 if (da->da_fp->f_type == DTYPE_VNODE)
82 if (da->da_fp->f_type == DTYPE_VNODE)

Completed in 181 milliseconds

12345