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             700 src/filemanager/mountlist.c             const char *table = MOUNTED;
table             702 src/filemanager/mountlist.c             fp = setmntent (table, "r");
table             930 src/filemanager/mountlist.c         char *table = "/etc/mnttab";
table             933 src/filemanager/mountlist.c         fp = fopen (table, "r");
table             981 src/filemanager/mountlist.c         const char *table = MNTTAB;
table             988 src/filemanager/mountlist.c         fp = fopen (table, "r");
table            1023 src/filemanager/mountlist.c         const char *table = MNTTAB;
table            1059 src/filemanager/mountlist.c         fp = fopen (table, "r");