Lines Matching refs:strjoin
187 name = strjoin(special_glyph(SPECIAL_GLYPH_ARROW_DOWN), in table_add_uid_boundaries()
193 comment = strjoin("First ", uid_range_table[i].name, " user"); in table_add_uid_boundaries()
216 name = strjoin(special_glyph(SPECIAL_GLYPH_ARROW_UP), in table_add_uid_boundaries()
223 comment = strjoin("Last ", uid_range_table[i].name, " user"); in table_add_uid_boundaries()
256 name = strjoin(special_glyph(SPECIAL_GLYPH_ARROW_DOWN), in add_unavailable_uid()
280 name = strjoin(special_glyph(SPECIAL_GLYPH_ARROW_DOWN), in add_unavailable_uid()
550 name = strjoin(special_glyph(SPECIAL_GLYPH_ARROW_DOWN), in table_add_gid_boundaries()
556 comment = strjoin("First ", uid_range_table[i].name, " group"); in table_add_gid_boundaries()
576 name = strjoin(special_glyph(SPECIAL_GLYPH_ARROW_UP), in table_add_gid_boundaries()
583 comment = strjoin("Last ", uid_range_table[i].name, " group"); in table_add_gid_boundaries()
613 name = strjoin(special_glyph(SPECIAL_GLYPH_ARROW_DOWN), in add_unavailable_gid()
634 name = strjoin(special_glyph(SPECIAL_GLYPH_ARROW_DOWN), in add_unavailable_gid()
963 no = strjoin("No (", errno_to_name(errno), ")"); in display_services()