table             227 lib/strutil/strutil.c str_test_encoding_class (const char *encoding, const char *const *table)
table             235 lib/strutil/strutil.c         for (t = 0; table[t] != NULL; t++)
table             236 lib/strutil/strutil.c             if (g_ascii_strncasecmp (encoding, table[t], strlen (table[t])) == 0)
table             679 src/filemanager/mountlist.c             const char *table = MOUNTED;
table             681 src/filemanager/mountlist.c             fp = setmntent (table, "r");
table             909 src/filemanager/mountlist.c         char *table = "/etc/mnttab";
table             912 src/filemanager/mountlist.c         fp = fopen (table, "r");
table             960 src/filemanager/mountlist.c         const char *table = MNTTAB;
table             967 src/filemanager/mountlist.c         fp = fopen (table, "r");
table            1002 src/filemanager/mountlist.c         const char *table = MNTTAB;
table            1038 src/filemanager/mountlist.c         fp = fopen (table, "r");