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

/freebsd-current/sys/dev/syscons/star/
H A Dstar_saver.c61 static u_short stars[NUM_STARS][2]; local
79 stars[i][0] =
81 stars[i][1] = 0;
85 sc_vtb_putc(&scp->scr, stars[cell][0],
86 sc->scr_map[pattern[stars[cell][1]]],
88 if ((stars[cell][1]+=(random()%4)) >= sizeof(pattern)-1) {
89 stars[cell][0] = random() % (scp->xsize*scp->ysize);
90 stars[cell][1] = 0;
/freebsd-current/contrib/bc/tests/
H A Dall.sh123 stars="***********************************************************************"
124 printf '%s\n' "$stars"
247 printf '\n%s\n' "$stars"
/freebsd-current/usr.sbin/bsdconfig/console/
H A Dsaver176 "c $msg_star") # A "twinkling stars" effect
178 "d $msg_warp") # A "stars warping" effect
/freebsd-current/sbin/camcontrol/
H A Dprogress.c124 * stars should contain at least
128 static const char stars[] = local
196 (int)starc, stars, (int)(barlength - starc), "",
/freebsd-current/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-current/usr.bin/patch/
H A Dpatch.c768 const char *stars = (diff_type >= NEW_CONTEXT_DIFF ? " ****" : ""); local
776 fprintf(rejfp, "*** 0%s\n", stars);
778 fprintf(rejfp, "*** %ld%s\n", oldfirst, stars);
781 oldlast, stars);
/freebsd-current/contrib/kyua/utils/process/
H A Dexecutor_pid_test.cpp37 3. Run some more tests. If the stars align, the bug is not fixed yet, and

Completed in 247 milliseconds