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

/osnet-11/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);
120 * ftype - single character "type" the entry is supposed to be
145 cverify(int fix, char *ftype, char *path, struct cinfo *cinfo, argument
156 setval = (*ftype == '?');
341 clear_target(char *path, char *ftype, int is_a_dir) argument
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) argument
405 setval = (*ftype
568 reperr(pkg_gt(ERR_FTYPE), *ftype, myftype); local
863 fverify(int fix, char *ftype, char *path, struct ainfo *ainfo, struct cinfo *cinfo) argument
[all...]
/osnet-11/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
/osnet-11/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;
/osnet-11/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...]
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dsearch.c667 ber_uint_t ftype; local
697 ftype = LDAP_FILTER_LE;
700 ftype = LDAP_FILTER_GE;
703 ftype = LDAP_FILTER_APPROX;
714 ftype = LDAP_FILTER_EXTENDED;
736 if ( (rc = ber_printf( ber, "t{", ftype )) == -1 ) {
761 ftype = LDAP_FILTER_EQUALITY;
763 ftype = LDAP_FILTER_PRESENT;
771 if ( ftype == LDAP_FILTER_PRESENT ) {
772 rc = ber_printf( ber, "ts", ftype, st
863 ber_uint_t ftype; local
[all...]
/osnet-11/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...]
/osnet-11/usr/src/lib/libldap4/common/
H A Dsearch.c527 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...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1_encode.h570 unsigned int /* enum field_type */ ftype : 3; member in struct:field_info
/osnet-11/usr/src/lib/fm/topo/modules/common/fac_prov_ipmi/common/
H A Dfac_prov_ipmi.c1495 char *ftype = "sensor", facname[MAX_ID_LEN], **entity_refs; local
1509 if ((fnode = topo_node_facbind(mod, pnode, facname, ftype)) == NULL) {
/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dhc.c440 char *fname = NULL, *ftype = NULL; local
575 * ?<ftype>=<fname>
580 FM_FMRI_FACILITY_TYPE, &ftype) != 0)
583 topo_fmristr_build(&size, buf, buflen, "=", ftype, fname);
905 * (e.g. ?<ftype>=<fname>) then it bails early and returns 0.
912 char *fac, *copy, *fname, *ftype; local
933 ftype = fac;
941 nvlist_add_string(nf, FM_FMRI_FACILITY_TYPE, ftype) != 0) {
1357 char *fname, *ftype; local
1416 FM_FMRI_FACILITY_TYPE, &ftype);
[all...]
H A Dtopo_xml.c1491 xmlChar *fname = NULL, *ftype = NULL, *provider = NULL; local
1512 if ((ftype = xmlGetProp(cn, (xmlChar *)Type)) == NULL)
1518 if (xmlStrcmp(ftype, (xmlChar *)Sensor) != 0 &&
1519 xmlStrcmp(ftype, (xmlChar *)Indicator) != 0)
1530 (char *)ftype)) == NULL)
1566 "facility %s=%s\n", __func__, ftype, fname);
1568 xmlFree(ftype);
1579 if (ftype != NULL)
1580 xmlFree(ftype);
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_reads.c6013 int ftype = 0; local
6074 ftype = 0; /* LDAP_FILTER_EQUALITY */
6076 ftype = 1; /* LDAP_FILTER_PRESENT */
6084 if (ftype != 0) { /* == LDAP_FILTER_PRESENT */
/osnet-11/usr/src/cmd/sendmail/db/
H A Ddb.h812 int ftype; /* File type. */ member in struct:__db_mpool_finfo

Completed in 161 milliseconds