| /netbsd-src/external/gpl2/xcvs/dist/src/ |
| H A D | fileattr.c | 235 fileattr_modify (char *list, const char *attrname, const char *attrval, int namevalsep, int entsep) in fileattr_modify() argument 287 if (preend == pre && attrval == NULL && post == p2) in fileattr_modify() 292 + (attrval == NULL ? 0 : (attrname_len + 1 in fileattr_modify() 293 + strlen (attrval))) in fileattr_modify() 301 if (attrval != NULL) in fileattr_modify() 307 if (attrval != NULL) in fileattr_modify() 312 strcpy (rp, attrval); in fileattr_modify() 317 if (preend != pre || attrval != NULL) in fileattr_modify() 327 fileattr_set (const char *filename, const char *attrname, const char *attrval) in fileattr_set() argument 334 p = fileattr_modify (fileattr_default_attrs, attrname, attrval, in fileattr_set() [all …]
|
| H A D | fileattr.h | 104 const char *attrval, int namevalsep, 112 const char *attrval);
|
| /netbsd-src/lib/libpam/modules/pam_radius/ |
| H A D | pam_radius.c | 162 const void *attrval; in do_accept() local 166 while ((attrtype = rad_get_attr(radh, &attrval, &attrlen)) > 0) { in do_accept() 168 s = rad_cvt_string(attrval, attrlen); in do_accept() 190 const void *attrval; in do_challenge() local 204 while ((attrtype = rad_get_attr(radh, &attrval, &attrlen)) > 0) { in do_challenge() 208 state = attrval; in do_challenge() 218 msgs[num_msgs].msg = rad_cvt_string(attrval, attrlen); in do_challenge()
|
| /netbsd-src/external/gpl3/binutils.old/dist/gprofng/common/ |
| H A D | hwcdrv.c | 248 eventsel_t attrval = (eventsel_t) attrs[ii].ca_val; in set_x86_attr_bits() local 257 if (attrval & ~evnt_valid_umask) in set_x86_attr_bits() 265 perfctr_attrs_table[jj].is_inverted ? (attrval^1) : attrval, in set_x86_attr_bits() 270 nameOnly, attrname, (long long) attrval); in set_x86_attr_bits() 274 nameOnly, attrname, (long long) attrval); in set_x86_attr_bits()
|
| /netbsd-src/external/gpl3/binutils/dist/gprofng/common/ |
| H A D | hwcdrv.c | 248 eventsel_t attrval = (eventsel_t) attrs[ii].ca_val; in set_x86_attr_bits() local 257 if (attrval & ~evnt_valid_umask) in set_x86_attr_bits() 265 perfctr_attrs_table[jj].is_inverted ? (attrval^1) : attrval, in set_x86_attr_bits() 270 nameOnly, attrname, (long long) attrval); in set_x86_attr_bits() 274 nameOnly, attrname, (long long) attrval); in set_x86_attr_bits()
|
| /netbsd-src/external/bsd/openldap/dist/doc/rfc/ |
| H A D | rfc2849.txt | 99 ldif-content = version-spec 1*(1*SEP ldif-attrval-record) 103 ldif-attrval-record = dn-spec SEP 1*attrval-spec 150 attrval-spec = AttributeDescription value-spec SEP 185 change-add = "add" SEP 1*attrval-spec 201 *attrval-spec 317 6) When a URL is specified in an attrval-spec, the following 355 10) When an attrval-spec, distinguishedName, or rdn is base64-
|
| H A D | rfc4525.txt | 109 attrval-spec "-" SEP
|
| /netbsd-src/external/bsd/atf/dist/tools/ |
| H A D | atf-report.cpp | 385 attrval(const std::string& str) in attrval() function in xml_writer 424 (*m_os) << "<tp id=\"" << attrval(tp) << "\">\n"; in write_tp_start() 439 (*m_os) << "<tc id=\"" << attrval(tcname) << "\">\n"; in write_tc_start()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/cris/ |
| H A D | cris.c | 1935 enum attr_cc attrval = get_attr_cc (insn); in cris_notice_update_cc() local 1946 if (attrval == CC_REV) in cris_notice_update_cc() 1953 switch (attrval) in cris_notice_update_cc() 1983 if (attrval == CC_NOOV32 && TARGET_V32) in cris_notice_update_cc()
|
| /netbsd-src/external/bsd/openldap/dist/tests/data/ |
| H A D | acl.out.provider | 23 # Checking exact/regex attrval clause
|
| /netbsd-src/external/bsd/openldap/dist/doc/guide/admin/ |
| H A D | aspell.en.pws | 671 attrval
|
| /netbsd-src/usr.sbin/makemandb/ |
| H A D | nostem.txt | 149 attrval
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
| H A D | c-typeck.c | 1095 int attrval, val; in comptypes_internal() local 1152 if (!(attrval = comp_type_attributes (t1, t2))) in comptypes_internal() 1254 if (attrval != 2) in comptypes_internal() 1271 return attrval == 2 && val == 1 ? 2 : val; in comptypes_internal()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
| H A D | c-typeck.cc | 1105 int attrval, val; in comptypes_internal() local 1166 if (!(attrval = comp_type_attributes (t1, t2))) in comptypes_internal() 1268 if (attrval != 2) in comptypes_internal() 1285 return attrval == 2 && val == 1 ? 2 : val; in comptypes_internal()
|
| /netbsd-src/external/gpl2/xcvs/dist/doc/ |
| H A D | cvs.texinfo | 1225 @var{ent-type} @var{filename} <tab> @var{attrname} = @var{attrval} 1226 @{; @var{attrname} = @var{attrval}@} <linefeed> 1245 @samp{;} in @var{attrval}, etc. Note: some implementations also
|
| /netbsd-src/external/gpl2/xcvs/dist/doc/i18n/pt_BR/ |
| H A D | cvs.texinfo | 1938 @var{ent-type} @var{filename} <tab> @var{attrname} = @var{attrval} 1939 @{; @var{attrname} = @var{attrval}@} <linefeed> 1970 @c <en>@samp{;} in @var{attrval}, etc. Note: some implementations also 1975 @samp{;} em @var{attrval}, etc. Obs.: algumas
|