HomeSort by relevance Sort by last modified time
    Searched full:optname (Results 1 - 25 of 49) sorted by null

1 2

  /external/icu4c/tools/toolutil/
pkg_genc.h 19 writeCCode(const char *filename, const char *destdir, const char *optName, const char *optFilename, char *outFilePath);
  /external/iproute2/include/
xt-internal.h 22 /* optname to check revision support of match */
25 /* optname to check revision support of match */
  /system/extras/tests/bionic/libc/common/
test_udp.c 48 const char* optName = argv[1]+1;
52 switch (optName[0]) {
54 udpPort = atoi(optName+1);
66 if (inet_aton(optName+1, &si_other.sin_addr) == 0)
  /external/ppp/pppd/plugins/radius/
config.c 31 static OPTION *find_option(char *optname, unsigned int type)
37 if (!strcmp(config_options[i].name, optname) &&
267 char *rc_conf_str(char *optname)
271 option = find_option(optname, OT_STR);
274 fatal("rc_conf_str: unkown config option requested: %s", optname);
278 int rc_conf_int(char *optname)
282 option = find_option(optname, OT_INT|OT_AUO);
285 fatal("rc_conf_int: unkown config option requested: %s", optname);
289 SERVER *rc_conf_srv(char *optname)
293 option = find_option(optname, OT_SRV)
    [all...]