Searched refs:wild (Results 1 - 13 of 13) sorted by relevance

/freebsd-current/crypto/openssh/openbsd-compat/
H A Dfnmatch.c296 int wild; local
297 /* For '*' wild processing only; suppress 'used before initialization'
363 for (wild = 0; (*pattern == '*') || (*pattern == '?'); ++pattern) {
365 wild = 1;
375 if (wild) {
398 wild = 0;
413 * Begin first wild comparison
441 /* Success; begin a new wild pattern search. */
464 if (wild) {
/freebsd-current/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-current/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-current/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_descriptions.h203 WildAddressDescription wild; member in union:__asan::AddressDescription::AddressDescriptionData::__anon898
221 return data.wild.addr;
236 data.wild.Print();
H A Dasan_descriptions.cpp185 "(wild memory access suspected).\n");
467 data.wild.addr = addr;
468 data.wild.access_size = access_size;
472 Printf("Address %p is a wild pointer inside of access range of size %p.\n",
505 "(wild memory access suspected).\n");
/freebsd-current/usr.sbin/jail/
H A Dconfig.c133 struct cfjails wild; local
146 TAILQ_INIT(&wild);
150 requeue(j, &wild);
169 TAILQ_FOREACH(wj, &wild, tq) {
261 while ((wj = TAILQ_FIRST(&wild))) {
265 TAILQ_REMOVE(&wild, wj, tq);
854 * A non-final "*" component in the wild name matches a single jail
/freebsd-current/contrib/bmake/
H A Ddir.c591 bool wild = false; local
598 wild = true;
605 wild = true;
612 wild = true;
618 return wild && brackets == 0 && braces == 0;
/freebsd-current/sys/contrib/openzfs/module/lua/
H A Dlauxlib.c759 const char *wild; local
763 while ((wild = strstr(s, p)) != NULL) {
764 luaL_addlstring(&b, s, wild - s); /* push prefix */
766 s = wild + l; /* continue after `p' */
/freebsd-current/contrib/lua/src/
H A Dlauxlib.c996 const char *wild; local
998 while ((wild = strstr(s, p)) != NULL) {
999 luaL_addlstring(b, s, wild - s); /* push prefix */
1001 s = wild + l; /* continue after 'p' */
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Dlibzfs_input_check.c120 #define IOC_INPUT_TEST_IMPL(ioc, name, req, opt, err, wild) \
124 lzc_ioctl_test(ioc, name, req, opt, err, wild); \
/freebsd-current/contrib/llvm-project/lld/ELF/Arch/
H A DLoongArch.cpp257 // don't expect significant usage of object ABI v0 in the wild (the old
/freebsd-current/contrib/ntp/ntpd/
H A Dntp_io.c164 volatile u_long packets_ignored; /* packets received on wild card interface */
418 * all wild and specific bindings for NTP_PORT are taken by ntpd
1843 * wild
3932 endpt *wild; local
3934 wild = ANY_INTERFACE_CHOOSE(srcadr);
3958 ep = wild;
3966 if (wild == ep)
/freebsd-current/crypto/openssl/crypto/bn/asm/
H A Dia64-mont.pl250 // hardly represented out in the wild...

Completed in 124 milliseconds