HomeSort by: relevance | last modified time | path
    Searched defs:optname (Results 1 - 25 of 33) sorted by relevancy

1 2

  /src/external/bsd/ipf/dist/lib/
optname.c 1 /* $NetBSD: optname.c,v 1.2 2012/07/22 14:27:36 darrenr Exp $ */
8 * Id: optname.c,v 1.1.1.2 2012/07/22 13:44:39 darrenr Exp $
14 u_32_t optname(cp, sp, linenum) function
  /src/crypto/external/apache2/openssl/dist/Configurations/platform/
VMS.pm 33 sub optname { return $_[1] } subroutine
34 sub opt { return $_[0]->optname($_[1]) . $_[0]->optext() }
  /src/crypto/external/bsd/openssl/dist/Configurations/platform/
VMS.pm 33 sub optname { return $_[1] } subroutine
34 sub opt { return $_[0]->optname($_[1]) . $_[0]->optext() }
  /src/external/bsd/less/dist/
option.c 70 char *optname; local
105 optname = NULL;
124 optname = ++s;
181 if (optname == NULL)
188 printopt = optname;
189 lc = ASCII_IS_LOWER(optname[0]);
190 o = findopt_name(&optname, NULL, &err);
191 s = optname;
192 optname = NULL;
option.h 50 struct optname struct
53 struct optname *onext; /* List of synonymous option names */
61 struct optname *onames; /* Long (GNU-style) option name */
opttbl.c 95 static struct optname a_optname = { "search-skip-screen", NULL };
96 static struct optname b_optname = { "buffers", NULL };
97 static struct optname B__optname = { "auto-buffers", NULL };
98 static struct optname c_optname = { "clear-screen", NULL };
99 static struct optname d_optname = { "dumb", NULL };
100 static struct optname D__optname = { "color", NULL };
101 static struct optname e_optname = { "quit-at-eof", NULL };
102 static struct optname f_optname = { "force", NULL };
103 static struct optname F__optname = { "quit-if-one-screen", NULL };
105 static struct optname g_optname = { "hilite-search", NULL }
799 char *optname = *p_optname; local
    [all...]
  /src/external/bsd/ntp/dist/libntp/lib/isc/win32/
net.c 225 int optname; local
249 optname = IPV6_RECVPKTINFO;
251 optname = IPV6_PKTINFO;
254 if (setsockopt(s, IPPROTO_IPV6, optname, (const char *) &on,
  /src/external/gpl3/gcc/dist/gcc/fortran/
options.cc 619 static const char * const optname[] = { "all", "bounds", "array-temps", local
637 for (n = 0; optname[n] != NULL; n++)
639 if (optname[n] && strncmp (optname[n], arg, pos) == 0)
647 else if (optname[n] && pos > 3 && startswith (arg, "no-")
648 && strncmp (optname[n], arg+3, pos-3) == 0)
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
options.cc 602 static const char * const optname[] = { "all", "bounds", "array-temps", local
620 for (n = 0; optname[n] != NULL; n++)
622 if (optname[n] && strncmp (optname[n], arg, pos) == 0)
630 else if (optname[n] && pos > 3 && startswith (arg, "no-")
631 && strncmp (optname[n], arg+3, pos-3) == 0)
  /src/lib/libperfuse/
perfuse.c 92 char *optname; local
95 for ((optname = strtok_r(opts, ",", &last));
96 optname != NULL;
97 (optname = strtok_r(NULL, ",", &last))) {
98 if (strcmp(optname, "enable_access") == 0)
101 if (strcmp(optname, "disable_access") == 0)
104 if (strcmp(optname, "enable_creat") == 0)
107 if (strcmp(optname, "disable_creat") == 0)
  /src/usr.bin/config/
mkmakefile.c 232 const char *optname; local
253 optname = intern(line);
254 if (!DEFINED_OPTION(optname)) {
256 optname);
260 if ((option = ht_lookup(opttab, optname)) == NULL)
261 option = ht_lookup(fsopttab, optname);
  /src/external/bsd/ntp/dist/libntp/lib/isc/unix/
net.c 328 int optname; local
352 optname = IPV6_RECVPKTINFO;
354 optname = IPV6_PKTINFO;
357 if (setsockopt(s, IPPROTO_IPV6, optname, &on, sizeof(on)) < 0) {
  /src/external/mpl/bind/dist/lib/isc/
net.c 272 int optname; local
289 optname = IPV6_RECVPKTINFO;
291 optname = IPV6_PKTINFO;
294 if (setsockopt(s, IPPROTO_IPV6, optname, &on, sizeof(on)) < 0) {
  /src/sys/arch/evbarm/armadaxp/
armadaxp_machdep.c 591 char optname[9]; local
598 strlcpy(optname, "ethaddr", sizeof(optname));
602 snprintf(optname, sizeof(optname),
606 if (get_bootconf_option(boot_args, optname,
616 char optname[9]; local
623 strlcpy(optname, "ethaddr", sizeof(optname));
627 snprintf(optname, sizeof(optname)
    [all...]
  /src/sys/compat/linux/common/
linux_socketcall.h 153 syscallarg(int) optname; member in struct:linux_sys_setsockopt_args
163 syscallarg(int) optname; member in struct:linux_sys_getsockopt_args
  /src/sys/compat/linux32/common/
linux32_socketcall.h 90 syscallarg(int) optname; member in struct:linux32_sys_setsockopt_args
98 syscallarg(int) optname; member in struct:linux32_sys_getsockopt_args
  /src/crypto/dist/ipsec-tools/src/racoon/
privsep.c 93 int optname; member in struct:sockopt_args
662 if (sockopt_args.optname !=
669 sockopt_args.optname);
681 sockopt_args.optname,
1229 privsep_setsockopt(int s, int level, int optname, const void *optval,
1238 if ((err = setsockopt(s, level, optname, optval, optlen)) == 0 ||
1263 sockopt_args.optname = optname;
  /src/external/bsd/flex/dist/src/
scanopt.c 506 const char *optname = "";
516 optname = optchar;
519 optname = s->argv[s->index];
529 optname);
534 optname);
538 optname);
542 optname);
557 * optname will point to str + 2
560 static int matchlongopt (char *str, char **optname, int *optlen, char **arg, int *arglen)
564 *optname = *arg = NULL
505 const char *optname = ""; local
612 const char *optname; local
660 char *optname = NULL, *optarg = NULL, *pstart; local
    [all...]
  /src/external/mit/libuv/dist/src/unix/
udp.c 676 int optname; local
693 optname = IP_ADD_MEMBERSHIP;
696 optname = IP_DROP_MEMBERSHIP;
704 optname,
722 int optname; local
740 optname = IPV6_ADD_MEMBERSHIP;
743 optname = IPV6_DROP_MEMBERSHIP;
751 optname,
777 int optname; local
798 optname = IP_ADD_SOURCE_MEMBERSHIP
823 int optname; local
    [all...]
  /src/external/mit/libuv/dist/src/win/
udp.c 555 int optname; local
583 optname = IP_ADD_MEMBERSHIP;
586 optname = IP_DROP_MEMBERSHIP;
594 optname,
608 int optname; local
638 optname = IPV6_ADD_MEMBERSHIP;
641 optname = IPV6_DROP_MEMBERSHIP;
649 optname,
665 int optname; local
693 optname = IP_ADD_SOURCE_MEMBERSHIP
718 int optname; local
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/isc/unix/
net.c 298 int optname; local
317 optname = IPV6_RECVPKTINFO;
319 optname = IPV6_PKTINFO;
322 if (setsockopt(s, IPPROTO_IPV6, optname, &on, sizeof(on)) < 0) {
  /src/sys/netinet/
tcp_usrreq.c 266 int level, optname, optval; local
269 optname = sopt->sopt_name;
297 switch (optname) {
387 switch (optname) {
  /src/usr.sbin/sysinst/
configmenu.c 94 const char *optname; member in struct:configinfo
193 const char *optname, *setting; local
195 optname = config->optname;
199 "%-30s %40s" : "%-50s %-10s", msg_string(optname), setting);
  /src/sys/netinet6/
ip6_output.c 1307 int level, optname; local
1313 optname = sopt->sopt_name;
1320 switch (optname) {
1345 switch (optname) {
1389 switch (optname) {
1571 error = ip6_pcbopt(optname,
1589 error = ip6_pcbopt(optname,
1608 switch (optname) {
1677 error = ip6_pcbopt(optname, optbuf, optbuflen,
1746 switch (optname) {
1967 int level, optname; local
    [all...]
  /src/external/cddl/osnet/dist/cmd/dtrace/
dtrace.c 1168 char *optname; member in struct:__anon8956
1183 if (dtrace_getopt(g_dtp, bufs[i].optname, &bufs[i].val) == -1)
1184 fatal("couldn't get option %s", bufs[i].optname);
1188 if (dtrace_getopt(g_dtp, rates[i].optname, &rates[i].val) == -1)
1189 fatal("couldn't get option %s", rates[i].optname);
1202 (void) dtrace_getopt(g_dtp, bufs[i].optname, &nsize);
1229 (void) dtrace_getopt(g_dtp, rates[i].optname, &nval);

Completed in 52 milliseconds

1 2