/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/games/worms/ |
worms.c | 203 int CO, LI, last, bottom, ch, number, trail; local in function:main 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 | 846 int trail; local in function:_yconv 849 trail = a % DIVISOR + b % DIVISOR; 850 lead = a / DIVISOR + b / DIVISOR + trail / DIVISOR; 851 trail %= DIVISOR; 852 if (trail < 0 && lead > 0) { 853 trail += DIVISOR; 855 } else if (lead < 0 && trail > 0) { 856 trail -= DIVISOR; 860 if (lead == 0 && trail < 0) 865 pt = _conv(((trail < 0) ? -trail : trail), "%02d", pt, ptlim [all...] |
zdump.c | 1223 int trail; local in function:dumptime 1240 trail = timeptr->tm_year % DIVISOR + TM_YEAR_BASE % DIVISOR; 1242 trail / DIVISOR; 1243 trail %= DIVISOR; 1244 if (trail < 0 && lead > 0) { 1245 trail += DIVISOR; 1247 } else if (lead < 0 && trail > 0) { 1248 trail -= DIVISOR; 1252 printf("%d", trail); 1253 else printf("%d%d", lead, ((trail < 0) ? -trail : trail)) [all...] |
/src/bin/pax/ |
pax.h | 210 int (*trail) /* returns 0 if a valid trailer, -1 if not */ member in struct:__anon7bda4eac0208
|
/src/libexec/makewhatis/ |
makewhatis.c | 747 char *trail; local in function:manpreprocess 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::__anon314d145b060a
|