Home
last modified time | relevance | path

Searched refs:wild (Results 1 – 25 of 33) 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.sh139 $SSHKEYGEN $OPTS -kf $OBJ/krl-serial-wild -s NONE $OBJ/revoked-serials \
141 $SSHKEYGEN $OPTS -kf $OBJ/krl-keyid-wild -s NONE $OBJ/revoked-keyid \
192 check_krl $f $OBJ/krl-serial-wild $SERIAL_WRESULT "$TAG"
193 check_krl $f $OBJ/krl-keyid-wild $KEYID_WRESULT "$TAG"
212 $OBJ/krl-serial-wild $OBJ/krl-keyid-wild; do
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_descriptions.h203 WildAddressDescription wild; member
221 return data.wild.addr; in Address()
236 data.wild.Print();
H A Dasan_descriptions.cpp467 data.wild.addr = addr; in AddressDescription()
468 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.c133 struct cfjails wild; in load_config() local
146 TAILQ_INIT(&wild); in load_config()
150 requeue(j, &wild); in load_config()
169 TAILQ_FOREACH(wj, &wild, tq) { in load_config()
261 while ((wj = TAILQ_FIRST(&wild))) { in load_config()
265 TAILQ_REMOVE(&wild, wj, tq); in load_config()
/freebsd/contrib/bmake/
H A Ddir.c603 bool wild = false; in Dir_HasWildcards() local
610 wild = true; in Dir_HasWildcards()
617 wild = true; in Dir_HasWildcards()
624 wild = true; in Dir_HasWildcards()
630 return wild && brackets == 0 && braces == 0; in Dir_HasWildcards()
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlauxlib.c759 const char *wild; in luaL_gsub() local
763 while ((wild = strstr(s, p)) != NULL) { in luaL_gsub()
764 luaL_addlstring(&b, s, wild - s); /* push prefix */ in luaL_gsub()
766 s = wild + l; /* continue after `p' */ in luaL_gsub()
/freebsd/contrib/lua/src/
H A Dlauxlib.c996 const char *wild; in luaL_addgsub() local
998 while ((wild = strstr(s, p)) != NULL) { in luaL_addgsub()
999 luaL_addlstring(b, s, wild - s); /* push prefix */ in luaL_addgsub()
1001 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/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.c120 #define IOC_INPUT_TEST_IMPL(ioc, name, req, opt, err, wild) \ argument
124 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.c1303 struct sockaddr_in wild = { in udp_send() local
1309 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/openpam/
H A Daclocal.m4585 # actually supported "in the wild" to an acceptable degree.
1108 # in the wild :-( We should find a proper way to deprecate it ...
/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/file/
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/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