Searched refs:array_join (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/sys/dev/bhnd/tools/ |
| H A D | nvram_map_gen.awk | 698 emit(".flags = " array_join(_flags, "|") ",\n") 2412 function array_join(array, sep, prop_path, _i, _size, _value, _result) { function 3380 _attr_str = array_join(_attrs, ", ") 3411 _str = array_join(_flags, "|", class_get_prop_id(VFlag, p_const))
|