HomeSort by: relevance | last modified time | path
    Searched refs:tok822_sub_append (Results 1 - 5 of 5) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/trivial-rewrite/
rewrite.c 143 tok822_sub_append(tree, tok822_alloc(TOK822_QSTRING, ""));
187 domain = tok822_sub_append(tree, tok822_alloc('@', (char *) 0));
188 tok822_sub_append(tree, tok822_scan(REW_PARAM_VALUE(context->origin),
225 tok822_sub_append(tree, tok822_alloc('.', (char *) 0));
226 tok822_sub_append(tree, tok822_scan(REW_PARAM_VALUE(context->domain),
resolve.c 382 tok822_sub_append(tree, tok822_alloc('@', (char *) 0));
383 tok822_sub_append(tree, tok822_scan(var_myhostname, (TOK822 **) 0));
405 tok822_sub_append(tree, saved_domain);
408 tok822_sub_append(tree, tok822_alloc('@', (char *) 0));
409 tok822_sub_append(tree, tok822_scan(var_myhostname, (TOK822 **) 0));
  /src/external/ibm-public/postfix/dist/src/global/
tok822.h 66 extern TOK822 *tok822_sub_append(TOK822 *, TOK822 *);
tok822_tree.c 28 /* TOK822 *tok822_sub_append(t1, t2)
76 /* tok822_sub_append() appends the token list \fIt2\fR to the right
206 /* tok822_sub_append - append sublist, return end of appended list */
208 TOK822 *tok822_sub_append(TOK822 *t1, TOK822 *t2) function
tok822_parse.c 637 tok822_sub_append(group, first);

Completed in 18 milliseconds