Searched refs:stars (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/sys/dev/syscons/star/
H A Dstar_saver.c63 static u_short stars[NUM_STARS][2]; local
81 stars[i][0] =
83 stars[i][1] = 0;
87 sc_vtb_putc(&scp->scr, stars[cell][0],
88 sc->scr_map[pattern[stars[cell][1]]],
90 if ((stars[cell][1]+=(random()%4)) >= sizeof(pattern)-1) {
91 stars[cell][0] = random() % (scp->xsize*scp->ysize);
92 stars[cell][1] = 0;
/freebsd-13-stable/contrib/bc/tests/
H A Dall.sh79 stars="***********************************************************************"
80 printf '%s\n' "$stars"
122 printf '\n%s\n' "$stars"
/freebsd-13-stable/usr.sbin/bsdconfig/console/
H A Dsaver177 "c $msg_star") # A "twinkling stars" effect
179 "d $msg_warp") # A "stars warping" effect
/freebsd-13-stable/sbin/camcontrol/
H A Dprogress.c126 * stars should contain at least
130 static const char stars[] = local
198 (int)starc, stars, (int)(barlength - starc), "",
/freebsd-13-stable/contrib/tnftp/src/
H A Dprogressbar.c157 * stars should contain at least
160 static const char stars[] = local
231 * the number of stars won't exceed the buffer size
239 "|%.*s%*s|", i, stars, (int)(barlength - i), "");
/freebsd-13-stable/usr.bin/patch/
H A Dpatch.c763 const char *stars = (diff_type >= NEW_CONTEXT_DIFF ? " ****" : ""); local
771 fprintf(rejfp, "*** 0%s\n", stars);
773 fprintf(rejfp, "*** %ld%s\n", oldfirst, stars);
776 oldlast, stars);

Completed in 146 milliseconds