Searched defs:ftype (Results 1 - 25 of 39) sorted by relevance

12

/illumos-gate/usr/src/lib/libpkg/common/
H A Dckvolseq.c49 char ftype, path[PATH_MAX]; local
52 ftype = 'f';
60 if (cverify(0, &ftype, path, &cinfo, 1)) {
76 if (cverify(0, &ftype, path, &cinfo, 1)) {
H A Dverify.c74 static int clear_target(char *path, char *ftype, int is_a_dir);
119 * ftype - single character "type" the entry is supposed to be
144 cverify(int fix, char *ftype, char *path, struct cinfo *cinfo, argument
155 setval = (*ftype == '?');
340 clear_target(char *path, char *ftype, int is_a_dir) argument
346 if ((*ftype != 'd') && (*ftype != 'x')) {
368 * ftype - single character "type" the entry is supposed to be
385 averify(int fix, char *ftype, char *path, struct ainfo *ainfo) argument
404 setval = (*ftype
567 reperr(pkg_gt(ERR_FTYPE), *ftype, myftype); local
840 fverify(int fix, char *ftype, char *path, struct ainfo *ainfo, struct cinfo *cinfo) argument
[all...]
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dlog_auto.h23 DBTYPE ftype; member in struct:_log_register_args
H A Dmp.h151 int ftype; /* File type. */ member in struct:__db_mpreg
243 int ftype; /* File type. */ member in struct:__mpoolfile
/illumos-gate/usr/src/cmd/sendmail/db/db/
H A Ddb.c111 int fd, ftype, need_fileid, restore, ret, retry_cnt, swapped; local
602 ftype = DB_FTYPE_HASH;
604 ftype = F_ISSET(dbp, DB_AM_SWAP) ? DB_FTYPE_BTREE : 0;
614 finfo.ftype = ftype;
/illumos-gate/usr/src/cmd/sh/
H A Dtest.c164 return(ftype(nxtarg(0), S_ISUID));
166 return(ftype(nxtarg(0), S_ISGID));
168 return(ftype(nxtarg(0), S_ISVTX));
225 ftype(unsigned char *f, int field) function
H A Dhashserv.c460 mode_t ftype; local
466 ftype = statb.st_mode & S_IFMT;
468 ftype = statb.st_mode & S_IFMT;
469 if(mode == S_IEXEC && regflag && ftype != S_IFREG)
473 if (ftype != S_IFREG || mode != S_IEXEC)
/illumos-gate/usr/src/tools/protolist/
H A Dprotolist.c46 char ftype; local
108 ftype = 'c';
111 ftype = 'd';
116 ftype = 'b';
119 ftype = 'f';
125 ftype = 's';
128 ftype = '?';
145 ftype, name, symsrc, st->st_mode % 010000, uid, gid,
/illumos-gate/usr/src/cmd/sendmail/db/mp/
H A Dmp_bh.c87 if (mfp->ftype != 0) {
91 if (mpreg->ftype == mfp->ftype)
223 ret = mfp->ftype == 0 ? 0 : __memp_pg(dbmfp, bhp, 1);
329 if (mfp->ftype == 0)
469 int ftype, ret; local
476 ftype = mfp->ftype;
479 if (ftype != mpreg->ftype)
[all...]
/illumos-gate/usr/src/ucbcmd/test/
H A Dtest.c37 static int ftype(char *f, int field);
165 return (ftype(nxtarg(0), S_ISUID));
168 return (ftype(nxtarg(0), S_ISGID));
171 return (ftype(nxtarg(0), S_ISVTX));
241 ftype(char *f, int field) function
/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dplural_parser.c461 unsigned int flag, ftype, fprio, fopnum, tmp_flag; local
479 ftype = GETTYPE(flag);
483 printf(" flag: %s\n", type_name[ftype]);
494 if (ftype != T_EXP) {
515 if (ftype != T_EXP) {
535 if (ftype != T_EXP) {
556 if (ftype == T_EXP) {
577 if (ftype != T_EXP) {
649 if (ftype == T_EXP) {
672 ftype
[all...]
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dsearch.c671 ber_uint_t ftype; local
701 ftype = LDAP_FILTER_LE;
704 ftype = LDAP_FILTER_GE;
707 ftype = LDAP_FILTER_APPROX;
718 ftype = LDAP_FILTER_EXTENDED;
740 if ( (rc = ber_printf( ber, "t{", ftype )) == -1 ) {
765 ftype = LDAP_FILTER_EQUALITY;
767 ftype = LDAP_FILTER_PRESENT;
775 if ( ftype == LDAP_FILTER_PRESENT ) {
776 rc = ber_printf( ber, "ts", ftype, st
867 ber_uint_t ftype; local
[all...]
/illumos-gate/usr/src/head/
H A Dpkgstrct.h82 char ftype; member in struct:cfent
/illumos-gate/usr/src/cmd/csh/
H A Dsh.exp.c71 mode_t ftype; local
82 ftype = statb.st_mode & S_IFMT;
85 if (ftype != S_IFREG || mode != S_IEXEC)
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1_encode.h521 unsigned int /* enum field_type */ ftype : 3; member in struct:field_info
/illumos-gate/usr/src/cmd/bart/
H A Dcreate.c420 char last_field[PATH_MAX], ftype, *acl_str; local
427 case S_IFREG: ftype = 'F'; break;
430 case S_IFDIR: ftype = 'D'; break;
433 case S_IFBLK: ftype = 'B'; break;
436 case S_IFCHR: ftype = 'C'; break;
439 case S_IFIFO: ftype = 'P'; break;
442 case S_IFSOCK: ftype = 'S'; break;
445 case S_IFDOOR: ftype = 'O'; break;
448 case S_IFLNK: ftype = 'L'; break;
450 default: ftype
[all...]
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_ofile.c182 uint16_t ftype,
216 of->f_ftype = ftype;
232 if (ftype == SMB_FTYPE_MESG_PIPE) {
237 ASSERT(ftype == SMB_FTYPE_DISK); /* Regular file, not a pipe */
178 smb_ofile_open( smb_request_t *sr, smb_node_t *node, struct open_param *op, uint16_t ftype, uint32_t uniqid, smb_error_t *err) argument
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dgen_struct_layout.c754 int rc, off, sz, ftype; local
756 rc = get_field_info(tname, fname, dotfield, &off, &ftype);
760 if ((ftype = ctf_type_resolve(ctf, ftype)) == CTF_ERR)
763 if ((sz = (int)ctf_type_size(ctf, ftype)) < 0) {
764 errx(1, "Couldn't get size for type ID %d", ftype);
766 errx(1, "Invalid type size 0 for type ID %d", ftype);
779 int esz, rc, off, ftype; local
781 rc = get_field_info(tname, fname, dotfield, &off, &ftype);
785 if ((ftype
[all...]
/illumos-gate/usr/src/cmd/backup/restore/
H A Drestore.h220 char ftype; /* file type, e.g. LEAF or NODE */ member in struct:afile
/illumos-gate/usr/src/lib/fm/topo/modules/common/fac_prov_ipmi/
H A Dfac_prov_ipmi.c1251 char *ftype = "sensor", facname[MAX_ID_LEN], **entity_refs; local
1265 if ((fnode = topo_node_facbind(mod, pnode, facname, ftype)) == NULL) {
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_inode.c455 int ftype; /* XXX - Remove later on */ local
590 ftype = ip->i_mode & IFMT;
591 if (ftype == IFBLK || ftype == IFCHR) {
607 if ((ftype == 0) || (ip->i_nlink <= 0)) {
625 if (ftype == IFSHAD) {
636 if (ftype != 0 && ip->i_shadow != 0) {
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_inode.c178 int32_t ndesc, ftype; local
186 ftype = 0;
438 (ftype == STRAT_TYPE4096)) {
525 ftype = STRAT_TYPE4096;
/illumos-gate/usr/src/ucbcmd/ls/
H A Dls.c47 char ftype; /* file type, e.g. 'd', 'c', 'f' */ member in struct:afile
195 for (fp = fp0; fp < fplast && fp->ftype != 'd'; fp++)
241 if (fp->ftype != 'd' ||
333 fp->ftype = '-';
353 fp->ftype = 'd'; break;
355 fp->ftype = 'D'; break;
357 fp->ftype = 'b'; fp->fsize = (off_t)stb.st_rdev; break;
359 fp->ftype = 'c'; fp->fsize = (off_t)stb.st_rdev; break;
361 fp->ftype = 's'; fp->fsize = 0LL; break;
363 fp->ftype
[all...]
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv_readdir.c904 uint_t ftype = vt_to_nf4[va.va_type]; local
907 ftype = NF4ATTRDIR;
909 ftype = NF4NAMEDATTR;
911 IXDR_PUT_U_INT32(ptr, ftype);
/illumos-gate/usr/src/boot/lib/libstand/
H A Dnfs.c734 n_long ftype, mode; local
736 ftype = ntohl(fp->fa.fa_type);
738 mode |= nfs_stat_types[ftype & 7];
1383 uint32_t ftype, mode; local
1385 ftype = ntohl(fp->fa.fa_type);
1387 mode |= nfs_stat_types[ftype & 7];

Completed in 133 milliseconds

12