Home
last modified time | relevance | path

Searched refs:star (Results 1 – 25 of 146) sorted by relevance

123456

/netbsd-src/external/bsd/tmux/dist/
H A Dcmd-find-window.c51 const char *star = "*"; in cmd_find_window_exec() local
60 star = ""; in cmd_find_window_exec()
79 suffix, s, suffix, star, s, star, suffix, star, s, star); in cmd_find_window_exec()
83 suffix, s, suffix, star, s, star); in cmd_find_window_exec()
87 suffix, s, suffix, star, s, star); in cmd_find_window_exec()
92 suffix, star, s, star, suffix, star, s, star); in cmd_find_window_exec()
100 suffix, star, s, star); in cmd_find_window_exec()
104 suffix, star, s, star); in cmd_find_window_exec()
/netbsd-src/external/bsd/unbound/dist/testdata/
H A Dsubnet_prezero.crpl38 www.example.com. IN CNAME star.c10r.example.com.
55 www.example.com. IN CNAME star.c10r.example.com.
100 star.c10r.example.com. IN A
102 star.c10r.example.com. IN A 1.2.3.6
117 star.c10r.example.com. IN A
119 star.c10r.example.com. IN A 1.2.3.6
146 www.example.com. IN CNAME star.c10r.example.com.
147 star.c10r.example.com. IN A 1.2.3.6
/netbsd-src/external/gpl2/groff/dist/font/devlj4/generate/
H A Dwingdings.map146 -1 F0AA u2726 # Black four pointed star
147 -1 F0AB u2605 # Black star
148 -1 F0AC u2736 # Six pointed black star
149 -1 F0AD u2734 # Eight pointed black star
150 -1 F0AE u2739 # Twelve pointed black star
151 -1 F0AF u2735 # Eight pointed pinwheel star
154 -1 F0B2 u2727 # White four pointed star
157 -1 F0B5 u272A # Circled white star
158 -1 F0B6 u2730 # Shadowed white star
/netbsd-src/external/bsd/blocklist/bin/
H A Dblocklistctl.c71 star(char *buf, size_t len, int val) in star() function
151 star(mbuf, sizeof(mbuf), c.c_lmask), in main()
152 star(pbuf, sizeof(pbuf), c.c_port)); in main()
163 star(mbuf, sizeof(mbuf), c.c_nfail), buf); in main()
/netbsd-src/external/ibm-public/postfix/dist/examples/chroot-setup/
H A DIRIX54 Received: from star.win.or.jp (star.win.or.jp [202.26.20.3])
8 by star.win.or.jp (8.9.1+CL.3.10/8.9.1) id GAA26589;
18 Message-ID: <86u31g3w9x.fsf@star.ayamura.org>
H A DIRIX64 Received: from star.win.or.jp (star.win.or.jp [202.26.20.3])
8 by star.win.or.jp (8.9.1+CL.3.10/8.9.1) id GAA26589;
18 Message-ID: <86u31g3w9x.fsf@star.ayamura.org>
/netbsd-src/usr.bin/ctags/
H A DC.c472 int star; /* '*' flag */ in skip_comment() local
474 for (star = 0; GETC(!=, EOF);) in skip_comment()
478 star = YES; in skip_comment()
481 if (commenttype == '*' && star) in skip_comment()
496 star = NO; in skip_comment()
/netbsd-src/usr.bin/make/unit-tests/
H A Dvarmod-select-words.mk29 mod-squarebrackets-0-star-at \
56 mod-squarebrackets-0-star-at:
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/x509v3/
H A Dv3_utl.c734 const unsigned char *star = 0; in valid_star() local
751 if (star != NULL || (state & LABEL_IDNA) != 0 || dots) in valid_star()
760 star = &p[i]; in valid_star()
789 return star; in valid_star()
797 const unsigned char *star = NULL; in equal_wildcard() local
804 star = valid_star(pattern, pattern_len, flags); in equal_wildcard()
805 if (star == NULL) in equal_wildcard()
808 return wildcard_match(pattern, star - pattern, in equal_wildcard()
809 star + 1, (pattern + pattern_len) - star - 1, in equal_wildcard()
/netbsd-src/external/gpl2/gmake/dist/
H A Dcommands.c48 char *at, *percent, *star, *less; in set_file_variables() local
110 star = file->stem; in set_file_variables()
132 DEFINE_VARIABLE ("*", 1, star); in set_file_variables()
/netbsd-src/external/mit/xorg/include/xbitmaps/
H A DMakefile15 right_ptr right_ptrmsk root_weave scales sipb star starMask \
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Darray.cc68 bool star = false; in match_subscript() local
89 star = true; in match_subscript()
91 if (!star && init) in match_subscript()
93 else if (!star) in match_subscript()
110 if (star) in match_subscript()
122 star = true; in match_subscript()
137 if (star && ar->start[i] == NULL) in match_subscript()
147 if (star) in match_subscript()
169 if (star) in match_subscript()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DOperatorPrecedence.cpp71 case tok::star: return prec::Multiplicative; in getBinOpPrecedence()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Darray.c68 bool star = false; in match_subscript() local
89 star = true; in match_subscript()
91 if (!star && init) in match_subscript()
93 else if (!star) in match_subscript()
110 if (star) in match_subscript()
122 star = true; in match_subscript()
140 if (star) in match_subscript()
162 if (star) in match_subscript()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/scripts/
H A Dmake_graph.py162 tm = tick_mark.star
195 tm = tick_mark.star
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/scripts/
H A Dmake_graph.py162 tm = tick_mark.star
195 tm = tick_mark.star
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DTokenAnnotator.cpp308 CurrentToken->isOneOf(tok::star, tok::amp, tok::caret); in parseParens()
325 Prev->isOneOf(tok::star, tok::amp, tok::ampamp) && in parseParens()
357 Tok->isOneOf(tok::star, tok::amp, tok::ampamp)) in parseParens()
1041 if (CurrentToken->isOneOf(tok::star, tok::amp)) in consumeToken()
1049 tok::star, tok::arrow, tok::amp, tok::ampamp)) in consumeToken()
1459 Previous->isOneOf(tok::star, tok::amp, tok::ampamp) && in modifyContext()
1481 Previous && Previous->isOneOf(tok::star, tok::amp); in modifyContext()
1624 } else if (Current.isOneOf(tok::star, tok::amp, tok::ampamp)) { in determineTokenType()
1924 Tok.Next->isUnaryOperator() || Tok.Next->isOneOf(tok::amp, tok::star); in rParenEndsCast()
2366 Next->Next && Next->Next->isOneOf(tok::star, tok::amp, tok::ampamp)) { in isFunctionDeclarationName()
[all …]
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_format.inc369 bool *star) {
371 *star = true;
374 *star = false;
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common_interceptors_format.inc374 bool *star) {
376 *star = true;
379 *star = false;
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common_interceptors_format.inc367 bool *star) {
369 *star = true;
372 *star = false;
/netbsd-src/games/quiz/datfiles/
H A Dindex31 /usr/share/games/quiz.db/trek:star:trek
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/gr/
H A Dnouveau_nvkm_engine_gr_gf100.c1661 u32 star, temp; in gf100_gr_init_csdata() local
1664 star = nvkm_rd32(device, falcon + 0x01c4); in gf100_gr_init_csdata()
1666 if (temp > star) in gf100_gr_init_csdata()
1667 star = temp; in gf100_gr_init_csdata()
1668 nvkm_wr32(device, falcon + 0x01c0, 0x01000000 + star); in gf100_gr_init_csdata()
1678 star += 4; in gf100_gr_init_csdata()
1691 nvkm_wr32(device, falcon + 0x01c4, star + 4); in gf100_gr_init_csdata()
/netbsd-src/games/warp/
H A Dwarp.doc44 * Star @ Inhabited star
152 Pirates turn inhabited star systems into uninhabited ones. Even Friendly
158 you shoot over one adjacent star. The Enterprise's phasers will shoot over
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dxml.d2199 star!(checkMisc)(s); in checkDocument()
2354 star!(checkMisc)(s); in checkProlog()
2355 opt!(seq!(checkDocTypeDecl,star!(checkMisc)))(s); in checkProlog()
2488 star!(seq!(checkSpace,checkAttribute))(s); in checkTag()
2691 star!(f)(s); in plus()
2694 void star(alias f)(ref string s) in star() function
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dxml.d2190 star!(checkMisc)(s); in checkDocument()
2345 star!(checkMisc)(s); in checkProlog()
2346 opt!(seq!(checkDocTypeDecl,star!(checkMisc)))(s); in checkProlog()
2479 star!(seq!(checkSpace,checkAttribute))(s); in checkTag()
2682 star!(f)(s); in plus()
2685 void star(alias f)(ref string s) in star() function

123456