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

1234

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A D20010328-1.c27 int f_type; member in struct:statfs
44 int f_type; member in struct:statfs64
68 buf->f_type = buf32.f_type;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/compile/
H A D20010328-1.c27 int f_type; member in struct:statfs
44 int f_type; member in struct:statfs64
68 buf->f_type = buf32.f_type;
/netbsd-6-1-5-RELEASE/bin/ls/
H A Dls.h53 extern int f_type; /* add type character for non-regular files */
H A Dprint.c160 if (f_type || (f_typedir && S_ISDIR(sp->st_mode)))
186 if (f_type || f_typedir)
249 if (f_type || f_typedir)
297 if (f_type)
350 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
198 f_type = 1;
315 if (!f_inode && !f_longform && !f_size && !f_type && !f_typedir &&
323 if (!f_longform && !f_listdir && !f_type)
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/conf/mtab/
H A Dmtab_osf.c70 switch (mp->f_type) {
86 switch (mp->f_type) {
H A Dmtab_bsd.c74 switch (mp->f_type) {
/netbsd-6-1-5-RELEASE/sys/compat/sys/
H A Dmount.h44 short f_type; /* type of file system */ member in struct:statfs12
/netbsd-6-1-5-RELEASE/sys/kern/
H A Dsubr_exec_fd.c65 ktr_execfd(fd, ff->ff_file->f_type);
118 fp->f_type = DTYPE_VNODE;
H A Dsys_descrip.c244 if (fp->f_type != DTYPE_VNODE) {
549 switch (fp->f_type) {
602 if (fp->f_type != DTYPE_VNODE) {
663 if (fp->f_type != DTYPE_VNODE) {
664 if (fp->f_type == DTYPE_PIPE || fp->f_type == DTYPE_SOCKET) {
/netbsd-6-1-5-RELEASE/sys/arch/ia64/stand/common/
H A Dfileload.c129 (void *) fp->f_addr, fp->f_name, fp->f_type, (long) fp->f_size);
221 ((type == NULL) || !strcmp(type, fp->f_type)))
249 if (fp->f_type != NULL)
250 free(fp->f_type);
H A Dload_elf64.c74 fp->f_type = strdup(ELF64_KERNELTYPE);
/netbsd-6-1-5-RELEASE/usr.sbin/syslogd/
H A Dsyslogd.c126 /* values for f_type */
449 consfile.f_type = F_CONSOLE;
1903 if (f->f_type == F_CONSOLE && (buffer->flags & IGN_CONS))
2182 && ((f->f_type == F_UNUSED)
2183 || (f->f_type == F_TTY)
2184 || (f->f_type == F_CONSOLE)
2185 || (f->f_type == F_USERS)
2186 || (f->f_type == F_WALL))) {
2193 && (f->f_type != F_TLS)
2194 && (f->f_type !
[all...]
/netbsd-6-1-5-RELEASE/lib/libc/compat/sys/
H A Dcompat_statfs.c94 bfs->f_type = 0;
99 bfs->f_type = nv[i].value;
/netbsd-6-1-5-RELEASE/sys/sys/
H A Dfile.h111 u_int f_type; /* descriptor type */ member in struct:file
/netbsd-6-1-5-RELEASE/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-6-1-5-RELEASE/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-6-1-5-RELEASE/external/gpl3/binutils/dist/opcodes/
H A Dmt-opc.h122 long f_type;
121 long f_type; member in struct:cgen_fields
/netbsd-6-1-5-RELEASE/sys/compat/sunos/
H A Dsunos.h66 int f_type; /* type of info, zero for now */ member in struct:sunos_statfs
/netbsd-6-1-5-RELEASE/sys/compat/svr4_32/
H A Dsvr4_32_net.c124 if (fp == NULL || fp->f_type != DTYPE_SOCKET)
/netbsd-6-1-5-RELEASE/sys/arch/ia64/stand/efi/libefi/
H A Dexec.c140 if (strcmp(fp->f_type, ELF64_KERNELTYPE)) return(EFTYPE);
/netbsd-6-1-5-RELEASE/sys/arch/ia64/stand/ia64/ski/
H A Dexec.c153 if (strcmp(fp->f_type, ELF64_KERNELTYPE)) return(EFTYPE);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/opcodes/
H A Dmt-opc.h122 long f_type;
121 long f_type; member in struct:cgen_fields
/netbsd-6-1-5-RELEASE/usr.bin/xlint/lint2/
H A Dlint2.h153 u_short f_type; /* types of expected return value and args */ member in struct:fcall
/netbsd-6-1-5-RELEASE/sys/compat/common/
H A Dvfs_syscalls_20.c94 ofs.f_type = 0;
99 ofs.f_type = nv[i].value;

Completed in 308 milliseconds

1234