Home
last modified time | relevance | path

Searched refs:U_int (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/tcsh/
HDtc.alloc.c91 typedef unsigned int U_int; typedef
116 U_int ovu_rmagic; /* range magic number */
128 #define RSLOP sizeof (U_int)
148 static U_int nmalloc[NBUCKETS] IZERO_STRUCT;
232 *((U_int *) (((caddr_t) p) + nbytes - RSLOP)) = RMAGIC; in malloc()
326 CHECK(*(U_int *) ((caddr_t) op + op->ov_size + 1 - RSLOP) != RMAGIC, in free()
382 U_int onb; in realloc()
412 if (was_alloced && (onb <= (U_int) (1 << (i + 3))) && in realloc()
413 (onb > (U_int) (1 << (i + 2)))) { in realloc()
417 *((U_int *) (((caddr_t) op) + nbytes - RSLOP)) = RMAGIC; in realloc()
/NextBSD/contrib/ntp/ntpd/
HDntp_scanner.c825 &yylval.U_int); in yylex()
828 &yylval.U_int); in yylex()
HDntp_parser.h444 unsigned U_int; member
HDntp_parser.c530 unsigned U_int; member