HomeSort by relevance Sort by last modified time
    Searched full:opt_source (Results 1 - 9 of 9) sorted by null

  /external/icu/icu4c/source/samples/coll/
coll.cpp 58 char * opt_source = "abc"; variable
74 {"-source", OptSpec::STRING, &opt_source},
147 u_unescape(opt_source, source, 100);
257 fprintf(stdout, "Comparing source=%s and target=%s\n", opt_source,
  /external/icu/icu4c/source/samples/strsrch/
strsrch.cpp 62 char * opt_source = "International Components for Unicode"; variable
82 {"-source", OptSpec::STRING, &opt_source},
236 u_unescape(opt_source, source, 100);
300 opt_source);
  /external/iptables/iptables/
xshared.h 16 OPT_SOURCE = 1 << 1,
nft-ipv6.c 345 if (!(cs->options & OPT_SOURCE))
xtables-eb.c 238 #define OPT_SOURCE 0x40
1047 ebt_check_option2(&flags, OPT_SOURCE);
    [all...]
nft-ipv4.c 399 if (!(cs->options & OPT_SOURCE))
ip6tables.c     [all...]
iptables.c     [all...]
xtables.c 902 set_option(&cs->options, OPT_SOURCE,
    [all...]

Completed in 272 milliseconds