Home
last modified time | relevance | path

Searched refs:wild (Results 1 – 25 of 34) 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/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.c133 struct cfjails wild; in load_config() local
146 TAILQ_INIT(&wild); in load_config()
150 requeue(j, &wild); in load_config()
172 TAILQ_FOREACH(wj, &wild, tq) { in load_config()
272 while ((wj = TAILQ_FIRST(&wild))) { in load_config()
276 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.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.c683 static const char wild[] = "?*+{"; in check_regex() local
688 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.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.c1352 struct sockaddr_in wild = { in udp_send()
1357 error = in_pcbbind(inp, &wild, V_udp_bind_all_fibs ? in udp_send()
1351 struct sockaddr_in wild = { udp_send() local
/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/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/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