/freebsd/sys/dev/syscons/warp/ |
H A D | warp_saver.c | 56 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 D | blacklistctl.c | 71 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 D | mediatek,star-emac.yaml | 4 $id: http://devicetree.org/schemas/net/mediatek,star-emac.yaml# 7 title: MediaTek STAR Ethernet MAC Controller
|
/freebsd/sys/tools/ |
H A D | vnode_if.awk | 68 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 D | C.c | 465 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 D | v3_utl.c | 745 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 D | t_awk.sh | 166 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 D | varmod-select-words.mk | 22 STAR= * 29 mod-squarebrackets-0-star-at \ 56 mod-squarebrackets-0-star-at: 174 @echo 'LIST:[$${STAR}]="${LIST:[${STAR}]}"'
|
/freebsd/contrib/less/ |
H A D | regexp.c | 90 #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 D | spkrtest.sh | 65 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 D | web2a | 1206 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 D | coresight-cti.yaml | 13 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 D | arm,coresight-cti.yaml | 13 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 D | Makefile | 12 star \
|
/freebsd/sys/modules/syscons/star/ |
H A D | Makefile | 1 .PATH: ${SRCTOP}/sys/dev/syscons/star
|
/freebsd/usr.bin/mail/ |
H A D | list.c | 112 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 D | MCAsmLexer.cpp | 97 case AsmToken::Star: OS << "Star"; break; in dump()
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | OperatorKinds.def | 64 OVERLOADED_OPERATOR(Star , "*" , star , true , true , false)
|
/freebsd/sys/contrib/device-tree/Bindings/arm/bcm/ |
H A D | brcm,ns2.yaml | 7 title: Broadcom North Star 2 (NS2)
|
/freebsd/contrib/one-true-awk/ |
H A D | b.c | 47 #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 D | saver | 91 star) defaultitem="c $msg_star" ;; 177 saver_to_set="star" ;;
|
/freebsd/tools/tools/net80211/scripts/mesh/ |
H A D | topology.star | 3 # Script for creating a mesh in star topology.
|
/freebsd/usr.bin/indent/tests/ |
H A D | comments.0.stdout | 26 * Old indent unnecessarily removed the star comment continuation on
|
H A D | comments.0 | 23 * Old indent unnecessarily removed the star comment continuation on the next line.
|
/freebsd/contrib/llvm-project/clang/lib/Format/ |
H A D | BreakableToken.cpp | 505 // 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()
|