Searched defs:tablename (Results 1 - 6 of 6) sorted by relevance

/external/iptables/iptables/
H A Dip6tables-save.c37 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 Diptables-save.c35 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 Dip6tables-restore.c59 static struct xtc_handle *create_handle(const char *tablename) argument
63 handle = ip6tc_init(tablename);
68 handle = ip6tc_init(tablename);
74 tablename);
189 const char *tablename = NULL; local
232 tablename = optarg;
288 if (tablename != NULL && strcmp(tablename, table) != 0)
446 if (tablename != NULL && strcmp(tablename, curtabl
[all...]
H A Diptables-restore.c59 static struct xtc_handle *create_handle(const char *tablename) argument
63 handle = iptc_init(tablename);
68 handle = iptc_init(tablename);
73 "table '%s'\n", prog_name, tablename);
189 const char *tablename = NULL; local
232 tablename = optarg;
288 if (tablename && (strcmp(tablename, table) != 0))
446 if (tablename && (strcmp(tablename, curtabl
[all...]
/external/iptables/libiptc/
H A Dlibiptc.c1279 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 Dorg.eclipse.test.performance_3.6.0.v20091014.jarMETA-INF/MANIFEST.MF plugin.properties about.html scripts/cs.sh scripts/derby. ...

Completed in 122 milliseconds