HomeSort by: relevance | last modified time | path
    Searched refs:trail (Results 1 - 8 of 8) sorted by relevancy

  /src/games/worms/
worms.c 203 int CO, LI, last, bottom, ch, number, trail; local
223 trail = ' ';
247 if (trail == ' ')
248 trail = '.';
250 trail = ' ';
356 if (trail == ' ')
357 trail = '.';
359 trail = ' ';
518 mvaddch(y1, x1, trail);
  /src/lib/libc/time/
strftime.c 856 int trail; local
859 trail = a % DIVISOR + b % DIVISOR;
860 lead = a / DIVISOR + b / DIVISOR + trail / DIVISOR;
861 trail %= DIVISOR;
862 if (trail < 0 && lead > 0) {
863 trail += DIVISOR;
865 } else if (lead < 0 && trail > 0) {
866 trail -= DIVISOR;
870 if (lead == 0 && trail < 0)
875 pt = _conv(((trail < 0) ? -trail : trail), "%02d", pt, ptlim
    [all...]
zdump.c 1219 int trail; local
1236 trail = timeptr->tm_year % DIVISOR + TM_YEAR_BASE % DIVISOR;
1238 trail / DIVISOR;
1239 trail %= DIVISOR;
1240 if (trail < 0 && lead > 0) {
1241 trail += DIVISOR;
1243 } else if (lead < 0 && trail > 0) {
1244 trail -= DIVISOR;
1248 printf("%d", trail);
1249 else printf("%d%d", lead, ((trail < 0) ? -trail : trail))
    [all...]
  /src/sys/dev/pcmcia/
if_cnwioctl.h 99 struct cnwtrail trail[128]; member in struct:cnwitrail
110 #define SIOCGCNWTRAIL _IOWR('i', 249, struct cnwitrail)/* get trail */
  /src/bin/pax/
pax.h 210 int (*trail) /* returns 0 if a valid trailer, -1 if not */ member in struct:__anon31
ar_subs.c 1266 if ((ret = (*frmt->trail)(hdbuf,in_resync,&cnt)) == 0){
  /src/libexec/makewhatis/
makewhatis.c 747 char *trail; local
750 if ((trail = findwhitespace(sect)) != NULL)
751 *trail++ = '\0';
758 if (trail == NULL) {
763 length = strlen(trail);
764 (void) memmove(to, trail, length + 1);
  /src/sys/external/bsd/drm2/dist/drm/qxl/
qxl_dev.h 446 } trail; member in union:qxl_cursor_cmd::__anon5462

Completed in 21 milliseconds