Home
last modified time | relevance | path

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

/netbsd/src/external/ibm-public/postfix/dist/src/util/
Dname_mask.c274 static VSTRING *my_buf = 0; in str_name_mask_opt() local
283 if (my_buf == 0) in str_name_mask_opt()
284 my_buf = vstring_alloc(1); in str_name_mask_opt()
285 buf = my_buf; in str_name_mask_opt()
388 static VSTRING *my_buf = 0; in str_long_name_mask_opt() local
398 if (my_buf == 0) in str_long_name_mask_opt()
399 my_buf = vstring_alloc(1); in str_long_name_mask_opt()
400 buf = my_buf; in str_long_name_mask_opt()
Dbyte_mask.c211 static VSTRING *my_buf = 0; in str_byte_mask_opt() local
218 if (my_buf == 0) in str_byte_mask_opt()
219 my_buf = vstring_alloc(1); in str_byte_mask_opt()
220 buf = my_buf; in str_byte_mask_opt()
/netbsd/src/external/ibm-public/postfix/dist/src/global/
Dquote_flags.c84 static VSTRING *my_buf; in quote_flags_to_string() local
86 if (res_buf == 0 && (res_buf = my_buf) == 0) in quote_flags_to_string()
87 res_buf = my_buf = vstring_alloc(20); in quote_flags_to_string()
Dmail_addr_find.c215 static VSTRING *my_buf; in strategy_to_string() local
217 if (res_buf == 0 && (res_buf = my_buf) == 0) in strategy_to_string()
218 res_buf = my_buf = vstring_alloc(20); in strategy_to_string()