table             231 lib/strutil/strutil.c str_test_encoding_class (const char *encoding, const char *const *table)
table             239 lib/strutil/strutil.c         for (t = 0; table[t] != NULL; t++)
table             240 lib/strutil/strutil.c             if (g_ascii_strncasecmp (encoding, table[t], strlen (table[t])) == 0)
table             718 src/filemanager/mountlist.c             const char *table = MOUNTED;
table             720 src/filemanager/mountlist.c             fp = setmntent (table, "r");
table             948 src/filemanager/mountlist.c         char *table = "/etc/mnttab";
table             951 src/filemanager/mountlist.c         fp = fopen (table, "r");
table             999 src/filemanager/mountlist.c         const char *table = MNTTAB;
table            1006 src/filemanager/mountlist.c         fp = fopen (table, "r");
table            1041 src/filemanager/mountlist.c         const char *table = MNTTAB;
table            1077 src/filemanager/mountlist.c         fp = fopen (table, "r");