Searched refs:local_part (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/postfix-255/postfix/src/global/
H A Dquote_821_local.c75 static int is_821_dot_string(const char *local_part, const char *end, int flags) argument
85 if (local_part == end || local_part[0] == 0 || local_part[0] == '.')
87 for (cp = local_part; cp < end && (ch = *(unsigned char *) cp) != 0; cp++) {
111 static VSTRING *make_821_quoted_string(VSTRING *dst, const char *local_part, argument
122 for (cp = local_part; cp < end && (ch = *(unsigned char *) cp) != 0; cp++) {
H A Dquote_822_local.c85 static int is_822_dot_string(const char *local_part, const char *end, int flags) argument
98 if (local_part == end || local_part[0] == 0 || local_part[0] == '.')
100 for (cp = local_part; cp < end && (ch = *(unsigned char *) cp) != 0; cp++) {
124 static VSTRING *make_822_quoted_string(VSTRING *dst, const char *local_part, argument
135 for (cp = local_part; cp < end && (ch = *(unsigned char *) cp) != 0; cp++) {
/macosx-10.10/ruby-106/ruby/lib/rexml/parsers/
H A Dbaseparser.rb381 attrs.each do |attr_name, prefix, local_part, quote, value|
383 if local_part == "xml"
389 elsif local_part == "xmlns"
394 curr_ns << local_part

Completed in 153 milliseconds