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

1 2 3 4 5 6

  /src/tools/compat/
compat_getopt.h 9 #define option __nbcompat_option macro
compat_getopt.h 9 #define option __nbcompat_option macro
compat_getopt.h 9 #define option __nbcompat_option macro
  /src/include/
getopt.h 45 struct option { struct
46 /* name of long option */
50 * whether option takes an argument
53 /* if not NULL, set *flag to val when option found */
61 const struct option *, int *);
getopt.h 45 struct option { struct
46 /* name of long option */
50 * whether option takes an argument
53 /* if not NULL, set *flag to val when option found */
61 const struct option *, int *);
getopt.h 45 struct option { struct
46 /* name of long option */
50 * whether option takes an argument
53 /* if not NULL, set *flag to val when option found */
61 const struct option *, int *);
  /src/usr.bin/find/
option.c 1 /* $NetBSD: option.c,v 1.29 2021/08/09 20:49:10 andvar Exp $ */
38 static char sccsid[] = "from: @(#)option.c 8.2 (Berkeley) 4/16/94";
40 __RCSID("$NetBSD: option.c,v 1.29 2021/08/09 20:49:10 andvar Exp $");
56 static OPTION *option(char *);
59 static OPTION const options[] = {
161 OPTION *p;
169 if ((p = option(opt)) == NULL)
170 errx(1, "%s: unknown option", opt);
181 static OPTION *
182 option(char *name) function in typeref:typename:OPTION *
    [all...]
option.c 1 /* $NetBSD: option.c,v 1.29 2021/08/09 20:49:10 andvar Exp $ */
38 static char sccsid[] = "from: @(#)option.c 8.2 (Berkeley) 4/16/94";
40 __RCSID("$NetBSD: option.c,v 1.29 2021/08/09 20:49:10 andvar Exp $");
56 static OPTION *option(char *);
59 static OPTION const options[] = {
161 OPTION *p;
169 if ((p = option(opt)) == NULL)
170 errx(1, "%s: unknown option", opt);
181 static OPTION *
182 option(char *name) function in typeref:typename:OPTION *
    [all...]
option.c 1 /* $NetBSD: option.c,v 1.29 2021/08/09 20:49:10 andvar Exp $ */
38 static char sccsid[] = "from: @(#)option.c 8.2 (Berkeley) 4/16/94";
40 __RCSID("$NetBSD: option.c,v 1.29 2021/08/09 20:49:10 andvar Exp $");
56 static OPTION *option(char *);
59 static OPTION const options[] = {
161 OPTION *p;
169 if ((p = option(opt)) == NULL)
170 errx(1, "%s: unknown option", opt);
181 static OPTION *
182 option(char *name) function in typeref:typename:OPTION *
    [all...]
  /src/distrib/utils/more/
option.c 1 /* $NetBSD: option.c,v 1.7 2003/10/13 14:34:25 agc Exp $ */
36 static char sccsid[] = "@(#)option.c 8.1 (Berkeley) 6/6/93";
38 __RCSID("$NetBSD: option.c,v 1.7 2003/10/13 14:34:25 agc Exp $");
61 option(argc, argv) function
option.c 1 /* $NetBSD: option.c,v 1.7 2003/10/13 14:34:25 agc Exp $ */
36 static char sccsid[] = "@(#)option.c 8.1 (Berkeley) 6/6/93";
38 __RCSID("$NetBSD: option.c,v 1.7 2003/10/13 14:34:25 agc Exp $");
61 option(argc, argv) function
option.c 1 /* $NetBSD: option.c,v 1.7 2003/10/13 14:34:25 agc Exp $ */
36 static char sccsid[] = "@(#)option.c 8.1 (Berkeley) 6/6/93";
38 __RCSID("$NetBSD: option.c,v 1.7 2003/10/13 14:34:25 agc Exp $");
61 option(argc, argv) function
  /src/lib/lua/syslog/
syslog.c 45 int option; local in function:syslog_openlog
49 option = luaL_checkinteger(L, 2);
51 openlog(ident, option, facility);
syslog.c 45 int option; local in function:syslog_openlog
49 option = luaL_checkinteger(L, 2);
51 openlog(ident, option, facility);
syslog.c 45 int option; local in function:syslog_openlog
49 option = luaL_checkinteger(L, 2);
51 openlog(ident, option, facility);
  /src/sys/arch/emips/include/
sysconf.h 77 const char *option; member in struct:sysinit
sysconf.h 77 const char *option; member in struct:sysinit
sysconf.h 77 const char *option; member in struct:sysinit
  /src/sys/arch/pmax/include/
sysconf.h 82 const char *option; member in struct:sysinit
sysconf.h 82 const char *option; member in struct:sysinit
sysconf.h 82 const char *option; member in struct:sysinit
  /src/tests/net/ipsec/
natt_terminator.c 59 int option; local in function:main
101 * Set the option to tell the kernel that the socket can handle
104 option = UDP_ENCAP_ESPINUDP;
105 e = setsockopt(s, IPPROTO_UDP, UDP_ENCAP, &option, sizeof(option));
natt_terminator.c 59 int option; local in function:main
101 * Set the option to tell the kernel that the socket can handle
104 option = UDP_ENCAP_ESPINUDP;
105 e = setsockopt(s, IPPROTO_UDP, UDP_ENCAP, &option, sizeof(option));
  /src/tests/net/sys/
t_rfc6056.c 54 int s, error, proto, option; local in function:test
65 option = IP_PORTALGO;
69 option = IPV6_PORTALGO;
84 if (setsockopt(s, proto, option, &al, sizeof(al)) == -1)
105 if (setsockopt(s, proto, option, &al, sizeof(al)) == -1)
t_rfc6056.c 54 int s, error, proto, option; local in function:test
65 option = IP_PORTALGO;
69 option = IPV6_PORTALGO;
84 if (setsockopt(s, proto, option, &al, sizeof(al)) == -1)
105 if (setsockopt(s, proto, option, &al, sizeof(al)) == -1)

Completed in 198 milliseconds

1 2 3 4 5 6