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             702 src/filemanager/mountlist.c             const char *table = MOUNTED;
table             704 src/filemanager/mountlist.c             fp = setmntent (table, "r");
table             932 src/filemanager/mountlist.c         char *table = "/etc/mnttab";
table             935 src/filemanager/mountlist.c         fp = fopen (table, "r");
table             983 src/filemanager/mountlist.c         const char *table = MNTTAB;
table             990 src/filemanager/mountlist.c         fp = fopen (table, "r");
table            1025 src/filemanager/mountlist.c         const char *table = MNTTAB;
table            1061 src/filemanager/mountlist.c         fp = fopen (table, "r");