Home
last modified time | relevance | path

Searched refs:ftype (Results 1 – 25 of 26) sorted by relevance

12

/original-bsd/local/toolchest/ksh/sh/
H A Dtest.c33 int ftype();
175 return(ftype(p2,S_IFMT,S_IFDIR)); in e3()
177 return(ftype(p2,S_IFMT,S_IFCHR)); in e3()
179 return(ftype(p2,S_IFMT,S_IFBLK)); in e3()
181 return(ftype(p2,S_IFMT,S_IFREG)); in e3()
183 return(ftype(p2,S_ISUID,S_ISUID)); in e3()
185 return(ftype(p2,S_ISGID,S_ISGID)); in e3()
187 return(ftype(p2,S_ISVTX,S_ISVTX)); in e3()
201 return(ftype(p2,S_IFIFO,S_IFIFO)); in e3()
263 ftype(f,mask,field) in ftype() function
H A Dexpand.c172 if(ftype(sname,S_IFMT,S_IFDIR)
280 if(ftype(argp->argval,S_IFMT,S_IFDIR))
H A Dservice.c281 if(!ftype(curstak(),S_IFMT,S_IFREG))
/original-bsd/usr.bin/more/
H A Dmkfuncs.awk3 /^ public/ { ftype = $0; state = 1 }
8 { print ftype,$1,"();"; state = 0 }
/original-bsd/sys/i386/i386/
H A Dtrap.c164 vm_prot_t ftype; variable
181 ftype = VM_PROT_READ | VM_PROT_WRITE;
183 ftype = VM_PROT_READ;
185 rv = user_page_fault(p, map, va, ftype, type);
197 map, va, ftype, rv);
393 user_page_fault (p, map, addr, ftype, type) in user_page_fault() argument
397 vm_prot_t ftype;
424 if ((rv = vm_fault(map, v, ftype, FALSE)) != KERN_SUCCESS)
431 if ((rv = vm_fault(map, va, ftype, FALSE)) != KERN_SUCCESS)
/original-bsd/local/local.cmd/
H A Dncpio.c510 register ushort ftype; in getname() local
534 || (ftype == S_IFIFO) in getname()
538 || (ftype == S_IFLNK) in getname()
542 || (ftype == S_ISOCK) in getname()
544 || (ftype == S_IFCHR); in getname()
593 register ushort ftype; in gethdr() local
614 A_special =(ftype == S_IFBLK) in gethdr()
616 || (ftype == S_IFIFO) in gethdr()
620 || (ftype == S_IFLNK) in gethdr()
624 || (ftype == S_ISOCK) in gethdr()
[all …]
/original-bsd/old/test/
H A Dtest.c111 return(ftype(nxtarg(0))==DIR); in e3()
114 return(ftype(nxtarg(0))==FIL); in e3()
174 ftype(f) in ftype() function
/original-bsd/usr.sbin/amd/rpcx/
H A Dnfs_prot.h61 enum ftype { enum
72 typedef enum ftype ftype; typedef
92 ftype type;
H A Dnfs_prot_xdr.c40 ftype *objp;
/original-bsd/old/cpio/
H A Dcpio.c624 register ushort ftype; in getname() local
642 A_special = (ftype == S_IFBLK) in getname()
643 || (ftype == S_IFCHR) in getname()
644 || (ftype == S_IFIFO); in getname()
645 A_symlink = (ftype == S_IFLNK); in getname()
713 register ushort ftype; in gethdr() local
731 ftype = Hdr.h_mode & Filetype; in gethdr()
733 A_special = (ftype == S_IFBLK) in gethdr()
734 || (ftype == S_IFCHR) in gethdr()
735 || (ftype == S_IFIFO); in gethdr()
[all …]
/original-bsd/usr.sbin/mtree/
H A Dcompare.c25 static char *ftype __P((u_int));
81 ftype(s->type), inotype(p->fts_statp->st_mode));
210 ftype(type) in ftype() function
/original-bsd/usr.sbin/config/
H A Dmkmakefile.c500 char *ftype; local
506 ftype = "NORMAL";
510 ftype = "DRIVER";
516 ftype = "PROFILE";
523 (void)sprintf(cmd, "${%s_%c%s}", ftype, toupper(och),
H A Dconfig.y651 newflist(ftype) in newflist() argument
652 u_char ftype; in newflist()
656 fl->f_type = ftype;
/original-bsd/sys/hp300/hp300/
H A Dtrap.c446 vm_prot_t ftype; local
468 ftype = VM_PROT_READ | VM_PROT_WRITE;
470 ftype = VM_PROT_READ;
485 rv = vm_fault(map, bva, ftype, FALSE);
491 rv = vm_fault(map, va, ftype, FALSE);
495 map, va, ftype, rv);
528 map, va, ftype, rv);
/original-bsd/sys/luna68k/luna68k/
H A Dtrap.c396 vm_prot_t ftype; local
418 ftype = VM_PROT_READ | VM_PROT_WRITE;
420 ftype = VM_PROT_READ;
428 rv = vm_fault(map, va, ftype, FALSE);
432 map, va, ftype, rv);
465 map, va, ftype, rv);
/original-bsd/sys/news3400/news3400/
H A Dtrap.c150 vm_prot_t ftype; local
195 ftype = VM_PROT_WRITE;
231 ftype = VM_PROT_WRITE;
254 ftype = (type == T_TLB_ST_MISS) ? VM_PROT_WRITE : VM_PROT_READ;
262 rv = vm_fault(kernel_map, va, ftype, FALSE);
283 ftype = VM_PROT_READ;
287 ftype = VM_PROT_WRITE;
298 rv = vm_fault(map, va, ftype, FALSE);
/original-bsd/sys/sparc/sparc/
H A Dtrap.c497 vm_prot_t ftype; local
520 ftype = ser & SER_WRITE ? VM_PROT_READ|VM_PROT_WRITE : VM_PROT_READ;
545 if (vm_fault(kernel_map, va, ftype, 0) == KERN_SUCCESS)
565 rv = vm_fault(&vm->vm_map, (vm_offset_t)va, ftype, FALSE);
/original-bsd/sys/pmax/pmax/
H A Dtrap.c175 vm_prot_t ftype; local
220 ftype = VM_PROT_WRITE;
256 ftype = VM_PROT_WRITE;
279 ftype = (type == T_TLB_ST_MISS) ? VM_PROT_WRITE : VM_PROT_READ;
287 rv = vm_fault(kernel_map, va, ftype, FALSE);
308 ftype = VM_PROT_READ;
312 ftype = VM_PROT_WRITE;
323 rv = vm_fault(map, va, ftype, FALSE);
/original-bsd/usr.bin/pascal/src/
H A Dpas.y303 porf YID params ftype ';'
333 YFUNCTION id_list params ftype
338 YPROCEDURE id_list params ftype
343 ftype:
/original-bsd/local/ukc/restore/
H A Dinteractive.c30 char ftype; /* file type, e.g. LEAF or NODE */ member
741 fp->ftype = inodetype(fp->fnum);
816 if (fp->ftype == NODE)
/original-bsd/sys/miscfs/fdesc/
H A Dfdesc_vnops.c68 fdesc_allocvp(ftype, ix, mp, vpp) in fdesc_allocvp() argument
69 fdntype ftype; in fdesc_allocvp()
107 fd->fd_type = ftype;
/original-bsd/usr.sbin/amd/amd/
H A Dmap.c261 void mk_fattr P((am_node *mp, ftype vntype));
264 ftype vntype;
H A DChangeLog288 * (map.c) enum ftype -> ftype, from Andrew Findlay.
/original-bsd/usr.sbin/amd/include/
H A Dam.h246 extern void mk_fattr P((am_node*, enum ftype));
/original-bsd/old/pcc/ccom.tahoe/
H A Dlocal2.c1771 TWORD ftype; member

12