Home
last modified time | relevance | path

Searched refs:vuser (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Ddb_common.c316 char *vuser = 0; in db_common_expand() local
424 if (vuser == 0) in db_common_expand()
425 vuser = mystrndup(value, vdomain - value - 1); in db_common_expand()
426 QUOTE_VAL(ctx->dict, quote_func, vuser, result); in db_common_expand()
458 if (vuser == 0) in db_common_expand()
459 vuser = mystrndup(value, vdomain - value - 1); in db_common_expand()
460 QUOTE_VAL(ctx->dict, quote_func, vuser, result); in db_common_expand()
515 if (vuser) in db_common_expand()
516 myfree(vuser); in db_common_expand()