/src/sbin/fsck/ |
progress.c | 102 * stars should contain at least sizeof(buf) - BAROVERHEAD 105 static const char stars[] = local in function:progress_bar 132 "|%.*s%*s| ", i, stars, barlength - i, "");
|
/src/usr.bin/ftp/ |
progressbar.c | 151 * stars should contain at least 154 static const char stars[] = local in function:progressmeter 225 * the number of stars won't exceed the buffer size 233 "|%.*s%*s|", i, stars, (int)(barlength - i), "");
|
/src/sbin/raidctl/ |
raidctl.c | 1163 const char stars[] = "****************************************" variable in typeref:typename:const char[] 1185 snprintf(string,max_strlen,"%s",stars+offset);
|
/src/usr.bin/patch/ |
patch.c | 714 const char *stars = (diff_type >= NEW_CONTEXT_DIFF ? " ****" : ""); local in function:abort_context_hunk 722 fprintf(rejfp, "*** 0%s\n", stars); 724 fprintf(rejfp, "*** %ld%s\n", oldfirst, stars); 727 oldlast, stars);
|
/src/games/trek/ |
trek.h | 61 short stars; /* number of stars in this quadrant */ member in struct:quad 249 int kills; /* number of stars killed */
|