Searched refs:my_buf (Results 1 – 4 of 4) sorted by relevance
274 static VSTRING *my_buf = 0; in str_name_mask_opt() local283 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() local398 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()
211 static VSTRING *my_buf = 0; in str_byte_mask_opt() local218 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()
84 static VSTRING *my_buf; in quote_flags_to_string() local86 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()
215 static VSTRING *my_buf; in strategy_to_string() local217 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()