Searched defs:tablename (Results 1 - 6 of 6) sorted by relevance
/external/iptables/iptables/ |
H A D | ip6tables-save.c | 37 static int for_each_table(int (*func)(const char *tablename)) argument 41 char tablename[XT_TABLE_MAXNAMELEN+1]; local 47 while (fgets(tablename, sizeof(tablename), procfile)) { 48 if (tablename[strlen(tablename) - 1] != '\n') 50 "Badly formed tablename `%s'\n", 51 tablename); 52 tablename[strlen(tablename) 61 do_output(const char *tablename) argument 128 const char *tablename = NULL; local [all...] |
H A D | iptables-save.c | 35 static int for_each_table(int (*func)(const char *tablename)) argument 39 char tablename[XT_TABLE_MAXNAMELEN+1]; local 45 while (fgets(tablename, sizeof(tablename), procfile)) { 46 if (tablename[strlen(tablename) - 1] != '\n') 48 "Badly formed tablename `%s'\n", 49 tablename); 50 tablename[strlen(tablename) 59 do_output(const char *tablename) argument 127 const char *tablename = NULL; local [all...] |
H A D | ip6tables-restore.c | 62 static struct xtc_handle *create_handle(const char *tablename) argument 66 handle = ip6tc_init(tablename); 71 handle = ip6tc_init(tablename); 77 tablename); 192 const char *tablename = NULL; local 238 tablename = optarg; 300 if (tablename != NULL && strcmp(tablename, table) != 0) 458 if (tablename != NULL && strcmp(tablename, curtabl [all...] |
H A D | iptables-restore.c | 62 static struct xtc_handle *create_handle(const char *tablename) argument 66 handle = iptc_init(tablename); 71 handle = iptc_init(tablename); 76 "table '%s'\n", prog_name, tablename); 192 const char *tablename = NULL; local 238 tablename = optarg; 300 if (tablename && (strcmp(tablename, table) != 0)) 458 if (tablename && (strcmp(tablename, curtabl [all...] |
/external/iptables/libiptc/ |
H A D | libiptc.c | 1279 alloc_handle(const char *tablename, unsigned int size, unsigned int num_rules) argument 1290 strcpy(h->info.name, tablename); 1296 strcpy(h->entries->name, tablename); 1309 TC_INIT(const char *tablename) argument 1320 if (strlen(tablename) >= TABLE_MAXNAMELEN) { 1337 strcpy(info.name, tablename);
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
H A D | org.eclipse.test.performance_3.6.0.v20091014.jar | META-INF/MANIFEST.MF plugin.properties about.html scripts/cs.sh scripts/derby. ... |
Completed in 112 milliseconds