HomeSort by relevance Sort by last modified time
    Searched defs:tablename (Results 1 - 5 of 5) sorted by null

  /external/iptables/iptables/
ip6tables-save.c 37 static int for_each_table(int (*func)(const char *tablename))
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) - 1] = '\0'
128 const char *tablename = NULL; local
    [all...]
iptables-save.c 35 static int for_each_table(int (*func)(const char *tablename))
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) - 1] = '\0'
127 const char *tablename = NULL; local
    [all...]
ip6tables-restore.c 59 static struct xtc_handle *create_handle(const char *tablename)
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, curtable) != 0
    [all...]
iptables-restore.c 59 static struct xtc_handle *create_handle(const char *tablename)
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, curtable) != 0)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.test.performance_3.6.0.v20091014.jar 

Completed in 75 milliseconds