Home
last modified time | relevance | path

Searched full:star (Results 1 – 25 of 157) sorted by relevance

1234567

/freebsd/sys/dev/syscons/warp/
H A Dwarp_saver.c56 static int star[STARS]; variable
74 p = (star[k] / scrw) * bpsl + (star[k] % scrw); in warp_update()
82 star[k] += i; in warp_update()
83 if (star[k] > scrw*scrh) in warp_update()
84 star[k] -= scrw*scrh; in warp_update()
85 p = (star[k] / scrw) * bpsl + (star[k] % scrw); in warp_update()
142 /* randomize the star field */ in warp_init()
144 star[i] = random() % (scrw * scrh); in warp_init()
/freebsd/contrib/blocklist/bin/
H A Dblacklistctl.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()
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dmediatek,star-emac.yaml4 $id: http://devicetree.org/schemas/net/mediatek,star-emac.yaml#
7 title: MediaTek STAR Ethernet MAC Controller
/freebsd/sys/tools/
H A Dvnode_if.awk68 star = "*";
70 star = "";
72 printc(ind"ASSERT_VI_UNLOCKED("star"a->a_"arg", \""uname" "pos" ("arg")\");");
75 printc(ind"ASSERT_VOP_LOCKED(" star "a->a_"arg", \""uname" "pos" ("arg")\");");
77 printc(ind"ASSERT_VOP_UNLOCKED(" star "a->a_"arg", \""uname" "pos" ("arg")\");");
79 printc(ind"ASSERT_VOP_ELOCKED(" star "a->a_"arg", \""uname" "pos" ("arg")\");");
/freebsd/usr.bin/ctags/
H A DC.c465 int star; /* '*' flag */ in skip_comment() local
467 for (star = 0; GETC(!=, EOF);) in skip_comment()
471 star = true; in skip_comment()
474 if (star && t == '*') in skip_comment()
483 star = false; in skip_comment()
/freebsd/crypto/openssl/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()
798 * there must be at least two dots after the star. 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()
/freebsd/contrib/netbsd-tests/usr.bin/awk/
H A Dt_awk.sh166 atf_set "descr" "Test awk(1) with single character regex star RS"
178 atf_set "descr" "Test awk(1) with two characters regex star RS"
190 atf_set "descr" "Test awk(1) with regex two star RS"
/freebsd/contrib/bmake/unit-tests/
H A Dvarmod-select-words.mk22 STAR= *
29 mod-squarebrackets-0-star-at \
56 mod-squarebrackets-0-star-at:
174 @echo 'LIST:[$${STAR}]="${LIST:[${STAR}]}"'
/freebsd/contrib/less/
H A Dregexp.c90 #define STAR 10 /* node Match this (simple) thing 0 or more times. */ macro
110 * STAR,PLUS '?', and complex '*' and '+', are implemented as circular
112 * per match) are implemented with STAR and PLUS for speed
154 #define SIMPLE 02 /* Simple enough to be STAR/PLUS operand. */
429 reginsert(STAR, ret);
951 case STAR:
965 min = (OP(scan) == STAR) ? 0 : 1;
1183 case STAR:
1184 p = "STAR";
/freebsd/usr.sbin/spkrtest/
H A Dspkrtest.sh65 startrek "Opening bars of the theme from Star Trek Classic" off \
106 title="opening bars of the theme from Star Trek Classic"
/freebsd/share/dict/
H A Dweb2a1206 all-star
1590 amylum star
1842 aniseed star
2752 A star
6533 blue star grass
6795 bog star
9805 carbon star
12198 clock star
13415 comparison star
14790 cross-star
[all …]
/freebsd/sys/contrib/device-tree/Bindings/arm/
H A Dcoresight-cti.yaml13 a star topology via the Cross Trigger Matrix (CTM), which is not programmable.
25 CTIs are interconnected in a star topology via the CTM, using a number of
27 described in the DEVID register. The star topology is not required to be
H A Darm,coresight-cti.yaml13 a star topology via the Cross Trigger Matrix (CTM), which is not programmable.
24 CTIs are interconnected in a star topology via the CTM, using a number of
26 described in the DEVID register. The star topology is not required to be
/freebsd/sys/modules/syscons/
H A DMakefile12 star \
/freebsd/sys/modules/syscons/star/
H A DMakefile1 .PATH: ${SRCTOP}/sys/dev/syscons/star
/freebsd/usr.bin/mail/
H A Dlist.c112 int tok, beg, mc, star, other, valdot, colmod, colresult; in markall() local
123 star = 0; in markall()
130 if (star) { in markall()
218 star++; in markall()
229 if (star) { in markall()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMCAsmLexer.cpp97 case AsmToken::Star: OS << "Star"; break; in dump()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOperatorKinds.def64 OVERLOADED_OPERATOR(Star , "*" , star , true , true , false)
/freebsd/sys/contrib/device-tree/Bindings/arm/bcm/
H A Dbrcm,ns2.yaml7 title: Broadcom North Star 2 (NS2)
/freebsd/contrib/one-true-awk/
H A Db.c47 #define UNARY case STAR: case PLUS: case QUEST:
52 unary (STAR, PLUS, QUEST): left is child, right is null
233 p1 = op2(CAT, op2(STAR, op2(ALL, NIL, NIL), NIL), p); in mkdfa()
234 /* put ALL STAR in front of reg. exp. */ in mkdfa()
553 case STAR: in first()
579 case STAR: in follow()
1070 case STAR: in unary()
1072 return (unary(op2(STAR, np, NIL))); in unary()
1276 case '*': return STAR; in relex()
1433 return STAR; in relex()
/freebsd/usr.sbin/bsdconfig/console/
H A Dsaver91 star) defaultitem="c $msg_star" ;;
177 saver_to_set="star" ;;
/freebsd/tools/tools/net80211/scripts/mesh/
H A Dtopology.star3 # Script for creating a mesh in star topology.
/freebsd/usr.bin/indent/tests/
H A Dcomments.0.stdout26 * Old indent unnecessarily removed the star comment continuation on
H A Dcomments.023 * Old indent unnecessarily removed the star comment continuation on the next line.
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DBreakableToken.cpp505 // Align decorations with the column of the star on the first line, in BreakableBlockComment()
531 // If the last line is empty, the closing "*/" will have a star. in BreakableBlockComment()
546 // Empty last line means that we already have a star as a part of the in BreakableBlockComment()
550 // Align the star in the last '*/' with the stars on the previous lines. in BreakableBlockComment()
561 // The first line already excludes the star. in BreakableBlockComment()
562 // The last line excludes the star if LastLineNeedsDecoration is false. in BreakableBlockComment()
563 // For all other lines, adjust the line to exclude the star and in BreakableBlockComment()
718 // the lines except for the last one, where the star in "*/" acts as a in insertBreak()

1234567