Home
last modified time | relevance | path

Searched refs:wild (Results 1 – 25 of 35) sorted by relevance

12

/freebsd/crypto/openssh/openbsd-compat/
H A Dfnmatch.c296 int wild; in fnmatch() local
363 for (wild = 0; (*pattern == '*') || (*pattern == '?'); ++pattern) { in fnmatch()
365 wild = 1; in fnmatch()
375 if (wild) { in fnmatch()
398 wild = 0; in fnmatch()
464 if (wild) { in fnmatch()
/freebsd/crypto/openssh/regress/
H A Dkrl.sh138 $SSHKEYGEN $OPTS -kf $OBJ/krl-serial-wild -s NONE $OBJ/revoked-serials \
140 $SSHKEYGEN $OPTS -kf $OBJ/krl-keyid-wild -s NONE $OBJ/revoked-keyid \
191 check_krl $f $OBJ/krl-serial-wild $SERIAL_WRESULT "$TAG"
192 check_krl $f $OBJ/krl-keyid-wild $KEYID_WRESULT "$TAG"
211 $OBJ/krl-serial-wild $OBJ/krl-keyid-wild; do
/freebsd/tests/sys/netinet/
H A Dsocket_afinet.c529 } wild[] = { in ATF_TC_BODY() local
551 _Static_assert(nitems(wild) == nitems(loop), "EDOOFUS"); in ATF_TC_BODY()
552 for (u_int af = 0; af < nitems(wild); af++) { in ATF_TC_BODY()
561 s = socket(wild[af].sa.sa_family, tests[i].type, 0); in ATF_TC_BODY()
563 sa = tests[i].wild1 ? &wild[af].sa : &loop[af].sa; in ATF_TC_BODY()
575 memcpy(&su, tests[i].wild2 ? &wild[af] : &loop[af], in ATF_TC_BODY()
599 bind_connected_port_test(const atf_tc_t *tc, int domain, int type, bool wild, in bind_connected_port_test() argument
670 if (wild) { in bind_connected_port_test()
704 bool wild; in ATF_TC_BODY() member
735 tests[i].type, tests[i].wild, tests[i].unpriv); in ATF_TC_BODY()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_descriptions.h201 WildAddressDescription wild; member
219 return data.wild.addr; in Address()
234 data.wild.Print();
H A Dasan_descriptions.cpp475 data.wild.addr = addr; in AddressDescription()
476 data.wild.access_size = access_size; in AddressDescription()
/freebsd/share/dtrace/
H A Dretval31 * The name can be a full function name or a wild card name. The
32 * caller is responsible for handling the escaping of wild cards.
/freebsd/bin/sh/tests/parser/
H A Dno-space2.02 # This conflicts with ksh extended patterns but occurs in the wild.
/freebsd/usr.sbin/jail/
H A Dconfig.c135 struct cfjails wild; in load_config() local
148 TAILQ_INIT(&wild); in load_config()
152 requeue(j, &wild); in load_config()
174 TAILQ_FOREACH(wj, &wild, tq) { in load_config()
275 while ((wj = TAILQ_FIRST(&wild))) { in load_config()
279 TAILQ_REMOVE(&wild, wj, tq); in load_config()
871 * A non-final "*" component in the wild name matches a single jail in wild_jail_match()
/freebsd/contrib/bmake/
H A Ddir.c606 bool wild = false; in Dir_HasWildcards() local
613 wild = true; in Dir_HasWildcards()
620 wild = true; in Dir_HasWildcards()
627 wild = true; in Dir_HasWildcards()
633 return wild && brackets == 0 && braces == 0; in Dir_HasWildcards()
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlauxlib.c760 const char *wild; in luaL_gsub() local
764 while ((wild = strstr(s, p)) != NULL) { in luaL_gsub()
765 luaL_addlstring(&b, s, wild - s); /* push prefix */ in luaL_gsub()
767 s = wild + l; /* continue after `p' */ in luaL_gsub()
/freebsd/contrib/lua/src/
H A Dlauxlib.c1005 const char *wild; in luaL_addgsub() local
1007 while ((wild = strstr(s, p)) != NULL) { in luaL_addgsub()
1008 luaL_addlstring(b, s, wild - s); /* push prefix */ in luaL_addgsub()
1010 s = wild + l; /* continue after 'p' */ in luaL_addgsub()
/freebsd/bin/sh/tests/expansion/
H A Dtrim9.02 # POSIX does not specify these but they occasionally occur in the wild.
/freebsd/contrib/file/src/
H A Dfuncs.c698 static const char wild[] = "?*+{"; in check_regex() local
703 if (strchr(wild, oc) != NULL && strchr(wild, c) != NULL) { in check_regex()
/freebsd/crypto/openssl/doc/man7/
H A Dossl_store-file.pod40 determinism (for example, there are keys out in the wild that are
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Dlibzfs_input_check.c116 #define IOC_INPUT_TEST_IMPL(ioc, name, req, opt, err, wild) \ argument
120 lzc_ioctl_test(ioc, name, req, opt, err, wild); \
/freebsd/contrib/ntp/ntpd/
H A Dntp_io.c3962 endpt *wild; local
3964 wild = ANY_INTERFACE_CHOOSE(srcadr);
3988 ep = wild;
3997 if (wild == ep) {
/freebsd/sys/netinet/
H A Dudp_usrreq.c1352 struct sockaddr_in wild = { in udp_send() local
1357 error = in_pcbbind(inp, &wild, V_udp_bind_all_fibs ? in udp_send()
/freebsd/share/examples/ppp/
H A Dppp.conf.sample49 # can't predict what their IP will be either, take a wild guess at
152 # Take a wild guess at an IP number and let the other side decide
/freebsd/contrib/openbsm/
H A Daclocal.m4538 # actually supported "in the wild" to an acceptable degree.
1080 # in the wild :-( We should find a proper way to deprecate it ...
/freebsd/contrib/ntp/sntp/
H A Daclocal.m4608 # actually supported "in the wild" to an acceptable degree.
1102 # in the wild :-( We should find a proper way to deprecate it ...
/freebsd/contrib/ntp/sntp/libevent/
H A Daclocal.m4548 # actually supported "in the wild" to an acceptable degree.
1042 # in the wild :-( We should find a proper way to deprecate it ...
/freebsd/contrib/libevent/
H A Daclocal.m4530 # actually supported "in the wild" to an acceptable degree.
1029 # in the wild :-( We should find a proper way to deprecate it ...
/freebsd/contrib/ntp/
H A Daclocal.m4608 # actually supported "in the wild" to an acceptable degree.
1102 # in the wild :-( We should find a proper way to deprecate it ...
/freebsd/contrib/tcp_wrappers/
H A DCHANGES449 of the wild card patterns supported by the access control files.
/freebsd/share/dict/
H A Dweb2a16406 deuces wild
27323 half-wild
28811 hog-wild
49829 savage-wild
58896 stark-wild
73452 wild-acting
73453 wild-aimed
73454 wild-billowing
73455 wild-blooded
73456 wild-booming
[all …]

12