g_strnfill        156 lib/strutil/strutil.c                 tmp_buff = g_strnfill (strlen (string), '?');
g_strnfill        191 lib/strutil/strutil.c                     tmp_buff = g_strnfill (left, '?');
g_strnfill       1730 lib/vfs/direntry.c             spacer = g_strnfill ((size_t) entry->leading_spaces - final_num_spaces, ' ');
g_strnfill        857 src/usermenu.c             result = g_strnfill (edit_get_curs_col (e), ' ');