HomeSort by relevance Sort by last modified time
    Searched defs:ftype (Results 1 - 25 of 35) sorted by null

1 2

  /onnv/onnv-gate/usr/src/lib/libpkg/common/
ckvolseq.c 49 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)) {
verify.c 74 static int clear_target(char *path, char *ftype, int is_a_dir);
120 * ftype - single character "type" the entry is supposed to be
145 cverify(int fix, char *ftype, char *path, struct cinfo *cinfo,
156 setval = (*ftype == '?');
341 clear_target(char *path, char *ftype, int is_a_dir)
347 if ((*ftype != 'd') && (*ftype != 'x')) {
369 * ftype - single character "type" the entry is supposed to be
386 averify(int fix, char *ftype, char *path, struct ainfo *ainfo)
405 setval = (*ftype == '?')
568 reperr(pkg_gt(ERR_FTYPE), *ftype, myftype); local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sendmail/db/include/
log_auto.h 23 DBTYPE ftype; member in struct:_log_register_args
mp.h 151 int ftype; /* File type. */ member in struct:__db_mpreg
243 int ftype; /* File type. */ member in struct:__mpoolfile
  /onnv/onnv-gate/usr/src/cmd/sh/
test.c 164 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
hashserv.c 460 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)
  /onnv/onnv-gate/usr/src/tools/protolist/
protolist.c 46 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,
  /onnv/onnv-gate/usr/src/cmd/sendmail/db/db/
db.c 111 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;
  /onnv/onnv-gate/usr/src/ucbcmd/test/
test.c 37 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
  /onnv/onnv-gate/usr/src/cmd/fmli/sys/
test.c 193 return(ftype(nxtarg(0), S_ISUID));
195 return(ftype(nxtarg(0), S_ISGID));
197 return(ftype(nxtarg(0), S_ISVTX));
264 ftype(f, field) function
  /onnv/onnv-gate/usr/src/cmd/sendmail/db/mp/
mp_bh.c 87 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...]
  /onnv/onnv-gate/usr/src/cmd/csh/
sh.exp.c 71 mode_t ftype; local
82 ftype = statb.st_mode & S_IFMT;
85 if (ftype != S_IFREG || mode != S_IEXEC)
  /onnv/onnv-gate/usr/src/head/
pkgstrct.h 82 char ftype; member in struct:cfent
  /onnv/onnv-gate/usr/src/lib/libc/port/i18n/
plural_parser.c 461 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 = GETTYPE(flag)
    [all...]
  /onnv/onnv-gate/usr/src/lib/libldap4/common/
search.c 527 unsigned int ftype; local
542 ftype = LDAP_FILTER_LE;
546 ftype = LDAP_FILTER_GE;
550 ftype = LDAP_FILTER_APPROX;
560 ftype = LDAP_FILTER_EQUALITY;
562 ftype = LDAP_FILTER_PRESENT;
573 if (ftype == LDAP_FILTER_PRESENT) {
574 rc = ber_printf(ber, "ts", ftype, str);
577 rc = ber_printf(ber, "t{so}", ftype, str, value, len);
589 unsigned int ftype; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/libldap5/sources/ldap/common/
search.c 671 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, str )
867 ber_uint_t ftype; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/bart/
create.c 412 char last_field[PATH_MAX], ftype, *acl_str; local
419 case S_IFREG: ftype = 'F'; break;
422 case S_IFDIR: ftype = 'D'; break;
425 case S_IFBLK: ftype = 'B'; break;
428 case S_IFCHR: ftype = 'C'; break;
431 case S_IFIFO: ftype = 'P'; break;
434 case S_IFSOCK: ftype = 'S'; break;
437 case S_IFDOOR: ftype = 'O'; break;
440 case S_IFLNK: ftype = 'L'; break;
442 default: ftype = '-'; break
    [all...]
  /onnv/onnv-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
asn1_encode.h 521 unsigned int /* enum field_type */ ftype : 3; member in struct:field_info
523 /* Use of DATAOFF and LENOFF are described by the value in FTYPE.
555 /* For some values of FTYPE, this describes the type of the
660 #define OFFOF(TYPE,FIELD,FTYPE) \
662 + 0 * WARN_IF_TYPE_MISMATCH(((TYPE*)0)->FIELD, FTYPE))
  /onnv/onnv-gate/usr/src/cmd/backup/restore/
restore.h 220 char ftype; /* file type, e.g. LEAF or NODE */ member in struct:afile
  /onnv/onnv-gate/usr/src/uts/common/fs/udfs/
udf_inode.c 183 int32_t ndesc, ftype; local
191 ftype = 0;
443 (ftype == STRAT_TYPE4096)) {
531 ftype = STRAT_TYPE4096;
    [all...]
  /onnv/onnv-gate/usr/src/lib/fm/topo/modules/common/fac_prov_ipmi/
fac_prov_ipmi.c 1251 char *ftype = "sensor", facname[MAX_ID_LEN], **entity_refs; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/fs/nfs/
nfs4_srv_readdir.c 870 uint_t ftype = vt_to_nf4[va.va_type]; local
873 ftype = NF4ATTRDIR;
875 ftype = NF4NAMEDATTR;
877 IXDR_PUT_U_INT32(ptr, ftype);
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/fs/ufs/
ufs_inode.c 456 int ftype; /* XXX - Remove later on */ local
591 ftype = ip->i_mode & IFMT;
592 if (ftype == IFBLK || ftype == IFCHR) {
608 if ((ftype == 0) || (ip->i_nlink <= 0)) {
626 if (ftype == IFSHAD) {
637 if (ftype != 0 && ip->i_shadow != 0) {
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fs.d/udfs/fstyp/
ud_lib.c 1886 static char *ftype[] = { variable
    [all...]
  /onnv/onnv-gate/usr/src/ucbcmd/ls/
ls.c 47 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 = 'p'; fp->fsize = 0LL; break
    [all...]

Completed in 1500 milliseconds

1 2