Home
last modified time | relevance | path

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

1234567

/netbsd/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/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/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/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/usr.bin/make/unit-tests/
H A Dvarmod-select-words.mk27 mod-squarebrackets: mod-squarebrackets-0-star-at \
34 mod-squarebrackets-0-star-at:
/netbsd/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/crypto/external/bsd/openssl/dist/crypto/x509/
H A Dv3_utl.c745 const unsigned char *star = 0; in valid_star() local
763 if (star != NULL || (state & LABEL_IDNA) != 0 || dots) in valid_star()
772 star = &p[i]; in valid_star()
802 return star; in valid_star()
810 const unsigned char *star = NULL; in equal_wildcard() local
817 star = valid_star(pattern, pattern_len, flags); in equal_wildcard()
818 if (star == NULL) in equal_wildcard()
821 return wildcard_match(pattern, star - pattern, in equal_wildcard()
822 star + 1, (pattern + pattern_len) - star - 1, in equal_wildcard()
/netbsd/external/bsd/cron/dist/
H A Dentry.c493 int qmark, star; in get_range() local
495 qmark = star = FALSE; in get_range()
501 star = TRUE; in get_range()
520 if (!star) { in get_range()
/netbsd/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/external/mit/xorg/include/xbitmaps/
H A DMakefile15 right_ptr right_ptrmsk root_weave scales sipb star starMask \
/netbsd/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()
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/external/apache2/llvm/dist/clang/lib/Basic/
H A DOperatorPrecedence.cpp71 case tok::star: return prec::Multiplicative; in getBinOpPrecedence()
/netbsd/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/external/gpl3/gcc/dist/libstdc++-v3/scripts/
H A Dmake_graph.py162 tm = tick_mark.star
195 tm = tick_mark.star
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/scripts/
H A Dmake_graph.py162 tm = tick_mark.star
195 tm = tick_mark.star
/netbsd/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()
1481 Previous && Previous->isOneOf(tok::star, tok::amp); in modifyContext()
1624 } else if (Current.isOneOf(tok::star, tok::amp, tok::ampamp)) { in determineTokenType()
2923 Left.Previous->isOneOf(tok::star, tok::amp, tok::ampamp)) in spaceRequiredBetween()
2926 if (Right.is(tok::star) && Left.is(tok::l_paren)) in spaceRequiredBetween()
2928 if (Left.is(tok::star) && Right.isOneOf(tok::star, tok::amp, tok::ampamp)) in spaceRequiredBetween()
2930 if (Right.isOneOf(tok::star, tok::amp, tok::ampamp)) { in spaceRequiredBetween()
[all …]
/netbsd/games/quiz/datfiles/
H A Dindex31 /usr/share/games/quiz.db/trek:star:trek
/netbsd/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common_interceptors_format.inc367 bool *star) {
369 *star = true;
372 *star = false;
/netbsd/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/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common_interceptors_format.inc367 bool *star) {
369 *star = true;
372 *star = false;
/netbsd/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/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/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

1234567