Searched refs:flavor (Results 1 - 15 of 15) sorted by relevance

/freebsd-9.3-release/contrib/mtree/
H A Dextern.h55 enum flavor { enum
82 extern enum flavor flavor;
H A Dmtree.c67 enum flavor flavor; member in struct:__anon3617
134 flavor = flavors[i].flavor;
241 switch (flavor) {
320 "\t\t[-F flavor]\n",
H A Dmisc.c53 enum flavor flavor = F_MTREE; variable in typeref:enum:flavor
H A Dcreate.c151 if (p->fts_level > 0 || flavor == F_FREEBSD9) {
193 if (!S_ISREG(p->fts_statp->st_mode) && (flavor == F_NETBSD6 || !dflag))
220 (flavor != F_NETBSD6 || S_ISREG(p->fts_statp->st_mode)))
357 if (flavor == F_NETBSD6 || !dflag ||
395 if (flavor != F_NETBSD6 && dflag)
H A Dspec.c423 if (flavor == F_NETBSD6)
/freebsd-9.3-release/sys/rpc/
H A Dsvc_auth.c152 svc_auth_reg(int flavor, argument
157 if (flavor == RPCSEC_GSS) {
168 int flavor; local
171 flavor = rqst->rq_cred.oa_flavor;
173 *flavorp = flavor;
175 switch (flavor) {
/freebsd-9.3-release/lib/libc/rpc/
H A Dsvc_auth.c58 * using the client auth struct flavor field to index into svcauthsw.
71 int flavor; member in struct:authsvc
133 /* flavor doesn't match any of the builtin types, so try new ones */
136 if (asp->flavor == cred_flavor) {
180 * prepared to handle. When an authentication flavor is registered,
181 * the flavor is checked against already registered values. If not
188 * 1 if flavor already registered
212 if (asp->flavor == cred_flavor) {
225 asp->flavor = cred_flavor;
/freebsd-9.3-release/contrib/binutils/gas/
H A Dobj.h42 int flavor; member in struct:format_ops
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dauxv.c199 enum { dec, hex, str } flavor = hex; local
204 case tag: name = #tag; description = text; flavor = kind; break
253 switch (flavor)
/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dobj-multi.h33 (this_format->flavor)
/freebsd-9.3-release/contrib/binutils/binutils/
H A Dprdbg.c72 const char *flavor; member in struct:pr_stack
2019 info->stack->flavor = structp ? "struct" : "union";
2022 info->stack->flavor[0]);
2068 name, info->filename, t, info->stack->flavor, info->stack->type,
2118 info->stack->flavor = structp ? "class" : "union class";
2380 info->filename, info->stack->flavor);
2597 info->stack->flavor = "static";
2599 info->stack->flavor = NULL;
2703 local = info->stack->flavor != NULL;
/freebsd-9.3-release/usr.sbin/mountd/
H A Dmountd.c2109 int flavor; local
2120 flavor = AUTH_SYS;
2122 flavor = RPCSEC_GSS_KRB5;
2124 flavor = RPCSEC_GSS_KRB5I;
2126 flavor = RPCSEC_GSS_KRB5P;
2130 syslog(LOG_ERR, "bad sec flavor: %s", seclist);
2139 ep->ex_secflavors[ep->ex_numsecflavors] = flavor;
/freebsd-9.3-release/sbin/mount_nfs/
H A Dmount_nfs.c292 * negotiate which sec flavor
683 sec_num_to_name(int flavor) argument
685 switch (flavor) {
/freebsd-9.3-release/crypto/openssl/util/
H A Dmk1mf.pl1372 elsif (/^--with-krb5-flavor=(.*)$/)
/freebsd-9.3-release/contrib/ncurses/misc/
H A Dterminfo.src2864 ms-vt-utf8|vt-utf8|UTF-8 flavor of vt100+,
13939 # This flavor is adapted from xterm, in turn from aixterm documentation -TD

Completed in 397 milliseconds