| /src/external/bsd/ipf/dist/lib/ |
| optvalue.c | 13 u_32_t getoptbyname(optname) 14 char *optname; 19 if (!strcasecmp(optname, io->on_name))
|
| v6optvalue.c | 14 u_32_t getv6optbyname(optname) 15 char *optname; 21 if (!strcasecmp(optname, io->on_name))
|
| 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/external/bsd/less/dist/ |
| 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...] |
| 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;
|
| /src/external/gpl3/gdb/dist/gnulib/import/ |
| setsockopt.c | 35 rpl_setsockopt (int fd, int level, int optname, const void *optval, socklen_t optlen) 48 && (optname == SO_RCVTIMEO || optname == SO_SNDTIMEO)) 53 r = setsockopt (sock, level, optname, optval, sizeof (int)); 57 r = setsockopt (sock, level, optname, optval, optlen);
|
| /src/external/gpl3/gdb.old/dist/gnulib/import/ |
| setsockopt.c | 35 rpl_setsockopt (int fd, int level, int optname, const void *optval, socklen_t optlen) 48 && (optname == SO_RCVTIMEO || optname == SO_SNDTIMEO)) 53 r = setsockopt (sock, level, optname, optval, sizeof (int)); 57 r = setsockopt (sock, level, optname, optval, optlen);
|
| /src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| socket_wrapper.h | 48 int swrap_getsockopt(int s, int level, int optname, void *optval, socklen_t *optlen); 49 int swrap_setsockopt(int s, int level, int optname, const void *optval, socklen_t optlen); 94 #define getsockopt(s,level,optname,optval,optlen) swrap_getsockopt(s,level,optname,optval,optlen) 99 #define setsockopt(s,level,optname,optval,optlen) swrap_setsockopt(s,level,optname,optval,optlen)
|
| /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/gpl3/gcc.old/dist/libphobos/libdruntime/core/internal/ |
| parseoptions.d | 124 Parses an individual option `optname` value from a provided string `str`. 133 optname = name of the option to parse 140 bool rt_parseOption(T)(const(char)[] optname, ref inout(char)[] str, ref T res, const(char)[] errName) 142 return parse(optname, str, res, errName); 170 bool parse(T : size_t)(const(char)[] optname, ref inout(char)[] str, ref T res, const(char)[] errName, bool mayHaveSuffix = false) 212 return parseError("value with unit type M, K or B", optname, str, "with suffix"); 216 return overflowedError(optname, str); 230 return parseError("a number", optname, str, errName); 239 return overflowedError(optname, str); 243 return parseError("a number " ~ T.max.stringof ~ " or below", optname, str[0 .. i], errName) [all...] |
| /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/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/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/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/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/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/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/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/external/gpl3/gdb/dist/sim/frv/ |
| options.c | 81 check_pow2 (address_word value, char *argname, char *optname, SIM_DESC sd) 86 argname, optname);
|
| /src/external/gpl3/gdb.old/dist/sim/frv/ |
| options.c | 81 check_pow2 (address_word value, char *argname, char *optname, SIM_DESC sd) 86 argname, 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/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...] |