Searched refs:vuser (Results 1 – 1 of 1) sorted by relevance
316 char *vuser = 0; in db_common_expand() local424 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()