Searched refs:attr_name (Results 1 - 25 of 29) sorted by relevance

12

/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/global/
H A Drec_attr_map.c11 /* int rec_attr_map(attr_name)
12 /* const char *attr_name;
41 int rec_attr_map(const char *attr_name) argument
43 if (strcmp(attr_name, MAIL_ATTR_DSN_ORCPT) == 0) {
45 } else if (strcmp(attr_name, MAIL_ATTR_DSN_NOTIFY) == 0) {
47 } else if (strcmp(attr_name, MAIL_ATTR_DSN_ENVID) == 0) {
49 } else if (strcmp(attr_name, MAIL_ATTR_DSN_RET) == 0) {
51 } else if (strcmp(attr_name, MAIL_ATTR_CREATE_TIME) == 0) {
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/util/
H A Dattr_print0.c112 char *attr_name; local
136 attr_name = va_arg(ap, char *);
137 vstream_fwrite(fp, attr_name, strlen(attr_name) + 1);
142 msg_info("send attr %s = %u", attr_name, int_val);
145 attr_name = va_arg(ap, char *);
146 vstream_fwrite(fp, attr_name, strlen(attr_name) + 1);
151 msg_info("send attr %s = %lu", attr_name, long_val);
154 attr_name
[all...]
H A Dattr_print_plain.c113 char *attr_name; local
137 attr_name = va_arg(ap, char *);
139 vstream_fprintf(fp, "%s=%u\n", attr_name, (unsigned) int_val);
141 msg_info("send attr %s = %u", attr_name, (unsigned) int_val);
144 attr_name = va_arg(ap, char *);
146 vstream_fprintf(fp, "%s=%lu\n", attr_name, long_val);
148 msg_info("send attr %s = %lu", attr_name, long_val);
151 attr_name = va_arg(ap, char *);
153 vstream_fprintf(fp, "%s=%s\n", attr_name, str_val);
155 msg_info("send attr %s = %s", attr_name, str_va
[all...]
H A Dattr_print64.c147 char *attr_name; local
170 attr_name = va_arg(ap, char *);
171 attr_print64_str(fp, attr_name, strlen(attr_name));
177 msg_info("send attr %s = %u", attr_name, int_val);
180 attr_name = va_arg(ap, char *);
181 attr_print64_str(fp, attr_name, strlen(attr_name));
187 msg_info("send attr %s = %lu", attr_name, long_val);
190 attr_name
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/sh/
H A Dsymbian-cxx.c233 sh_symbian_add_attribute (tree node, const char *attr_name)
240 if (lookup_attribute (attr_name, attrs) != NULL_TREE)
243 attr = get_identifier (attr_name);
251 fprintf (stderr, "propagate %s attribute", attr_name);
260 sh_symbian_add_attribute_to_class_vtable_and_rtti (tree ctype, const char *attr_name)
262 sh_symbian_add_attribute (ctype, attr_name);
267 sh_symbian_add_attribute (CLASSTYPE_VTABLES (ctype), attr_name);
273 attr_name);
478 const char *attr_name = NULL;
485 case 1: attr_name
230 sh_symbian_add_attribute(tree node, const char *attr_name) argument
257 sh_symbian_add_attribute_to_class_vtable_and_rtti(tree ctype, const char *attr_name) argument
264 sh_symbian_add_attribute (CLASSTYPE_VTABLES (ctype), attr_name); local
475 const char *attr_name = NULL; local
[all...]
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/postdrop/
H A Dpostdrop.c232 char *attr_name; local
424 if ((error_text = split_nameval(vstring_str(buf), &attr_name,
432 if ((STREQ(attr_name, MAIL_ATTR_ENCODING)
436 || STREQ(attr_name, MAIL_ATTR_DSN_ENVID)
437 || STREQ(attr_name, MAIL_ATTR_DSN_NOTIFY)
438 || rec_attr_map(attr_name)
439 || (STREQ(attr_name, MAIL_ATTR_RWR_CONTEXT)
442 || STREQ(attr_name, MAIL_ATTR_TRACE_FLAGS)) { /* XXX */
444 attr_name, attr_value);
447 (long) uid, attr_name, attr_valu
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/sh/
H A Dsymbian.c367 symbian_add_attribute (tree node, const char *attr_name)
374 if (lookup_attribute (attr_name, attrs) != NULL_TREE)
377 attr = get_identifier (attr_name);
385 fprintf (stderr, "propogate %s attribute", attr_name);
739 symbian_add_attribute_to_class_vtable_and_rtti (tree ctype, const char *attr_name)
741 symbian_add_attribute (ctype, attr_name);
746 symbian_add_attribute (CLASSTYPE_VTABLES (ctype), attr_name);
752 attr_name);
823 const char *attr_name = NULL;
830 case 1: attr_name
366 symbian_add_attribute(tree node, const char *attr_name) argument
737 symbian_add_attribute_to_class_vtable_and_rtti(tree ctype, const char *attr_name) argument
744 symbian_add_attribute (CLASSTYPE_VTABLES (ctype), attr_name); local
821 const char *attr_name = NULL; local
[all...]
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/cleanup/
H A Dcleanup_bounce.c98 char *attr_name; local
154 if (split_nameval(STR(buf), &attr_name, &attr_value) != 0
158 if ((junk = rec_attr_map(attr_name)) != 0) {
H A Dcleanup_envelope.c113 char *attr_name; local
174 error_text = split_nameval(STR(state->attr_buf), &attr_name, &attr_value);
184 state->queue_id, attr_name);
187 if ((junk = rec_attr_map(attr_name)) != 0) {
470 if (strcmp(attr_name, MAIL_ATTR_RWR_CONTEXT) == 0) {
484 nvtable_update(state->attr, attr_name, attr_value);
H A Dcleanup_extracted.c108 char *attr_name; local
160 error_text = split_nameval(STR(state->attr_buf), &attr_name, &attr_value);
170 state->queue_id, attr_name);
173 if ((junk = rec_attr_map(attr_name)) != 0) {
H A Dcleanup_milter.c1515 char *attr_name; local
1621 if (split_nameval(STR(buf), &attr_name, &attr_value) != 0
1624 if ((junk = rec_attr_map(attr_name)) != 0) {
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/python/
H A Dpy-param.c103 get_attr (PyObject *obj, PyObject *attr_name)
105 if (PyString_Check (attr_name)
106 && ! strcmp (PyString_AsString (attr_name), "value"))
113 return PyObject_GenericGetAttr (obj, attr_name);
277 set_attr (PyObject *obj, PyObject *attr_name, PyObject *val)
279 if (PyString_Check (attr_name)
280 && ! strcmp (PyString_AsString (attr_name), "value"))
291 return PyObject_GenericSetAttr (obj, attr_name, val);
102 get_attr(PyObject *obj, PyObject *attr_name) argument
276 set_attr(PyObject *obj, PyObject *attr_name, PyObject *val) argument
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/postcat/
H A Dpostcat.c156 char *attr_name; local
366 error_text = split_nameval(STR(buffer), &attr_name, &attr_value);
372 if (strcmp(attr_name, MAIL_ATTR_CREATE_TIME) == 0) {
378 attr_name, attr_value);
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/pickup/
H A Dpickup.c219 char *attr_name; local
276 &attr_name, &attr_value) == 0
277 && rec_attr_map(attr_name) == 0);
/netbsd-6-1-5-RELEASE/sys/fs/ntfs/
H A Dntfs_subr.h63 struct attr_name *name;
H A Dntfs.h121 struct attr_name { struct
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dc-format.c84 static const char *convert_format_name_to_system_name (const char *attr_name);
85 static bool cmp_attribs (const char *tattr_name, const char *attr_name);
2705 decode_format_attr. In attr_name the user specified argument is passed. It argument
2707 or the attr_name passed to this function, if there is no matching entry. */
2709 convert_format_name_to_system_name (const char *attr_name)
2713 if (attr_name == NULL || *attr_name == 0
2714 || strncmp (attr_name, "gcc_", 4) == 0)
2715 return attr_name;
2728 attr_name))
2751 cmp_attribs(const char *tattr_name, const char *attr_name) argument
[all...]
H A Dtree.c5116 lookup_attribute (const char *attr_name, tree list)
5119 size_t attr_len = strlen (attr_name);
5124 if (is_attribute_with_length_p (attr_name, attr_len, TREE_PURPOSE (l)))
5134 remove_attribute (const char *attr_name, tree list)
5137 size_t attr_len = strlen (attr_name);
5143 if (is_attribute_with_length_p (attr_name, attr_len, TREE_PURPOSE (l)))
5095 lookup_attribute(const char *attr_name, tree list) argument
5113 remove_attribute(const char *attr_name, tree list) argument
/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/atf-c++/detail/
H A Dparser.cpp265 std::string attr_name = t.text(); local
271 attrs[attr_name] = attr_value;
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-c++/detail/
H A Dparser.cpp265 std::string attr_name = t.text(); local
271 attrs[attr_name] = attr_value;
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dpcache.c3732 AttributeName* attr_name; local
3756 for ( attr_name = qm->attr_sets[i].attrs;
3757 attr_name->an_name.bv_val; attr_name++ )
3758 bv.bv_len += attr_name->an_name.bv_len + 1;
3762 for ( attr_name = qm->attr_sets[i].attrs;
3763 attr_name->an_name.bv_val; attr_name++ ) {
3765 ptr = lutil_strcopy( ptr, attr_name->an_name.bv_val );
4000 attr_name
[all...]
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/smtpd/
H A Dsmtpd.c3405 char *attr_name; local
3460 attr_name = argp->strval;
3462 if ((raw_value = split_at(attr_name, '=')) == 0 || *raw_value == 0) {
3491 if (STREQ(attr_name, XCLIENT_NAME)) {
3516 else if (STREQ(attr_name, XCLIENT_REVERSE_NAME)) {
3535 else if (STREQ(attr_name, XCLIENT_ADDR)) {
3562 else if (STREQ(attr_name, XCLIENT_PORT)) {
3582 else if (STREQ(attr_name, XCLIENT_HELO)) {
3601 else if (STREQ(attr_name, XCLIENT_PROTO)) {
3618 XCLIENT_CMD, attr_name);
3680 char *attr_name; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/
H A Daclparse.c1107 char *attr_name = SLAPD_GROUP_ATTR; local
1225 attr_name = name;
1230 rc = slap_str2ad( attr_name, &b->a_group_at, &text );
1258 attr_name,
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dc-parser.c2686 tree attr, attr_name, attr_args;
2729 attr_name = c_parser_peek_token (parser)->value;
2733 attr = build_tree_list (attr_name, NULL_TREE);
2766 attr = build_tree_list (attr_name, attr_args);
2684 tree attr, attr_name, attr_args; local
/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dif_devar.h427 const char *attr_name; member in struct:__anon7929

Completed in 392 milliseconds

12