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 688 src/filemanager/mountlist.c const char *table = MOUNTED; table 690 src/filemanager/mountlist.c fp = setmntent (table, "r"); table 918 src/filemanager/mountlist.c char *table = "/etc/mnttab"; table 921 src/filemanager/mountlist.c fp = fopen (table, "r"); table 969 src/filemanager/mountlist.c const char *table = MNTTAB; table 976 src/filemanager/mountlist.c fp = fopen (table, "r"); table 1013 src/filemanager/mountlist.c const char *table = MNTTAB; table 1049 src/filemanager/mountlist.c fp = fopen (table, "r");