Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dtc.alloc.c91 typedef unsigned int U_int; typedef
116 U_int ovu_rmagic; /* range magic number */
128 #define RSLOP sizeof (U_int)
152 static U_int nmalloc[NBUCKETS] IZERO_STRUCT;
236 *((U_int *) (((caddr_t) p) + nbytes - RSLOP)) = RMAGIC; in malloc()
330 CHECK(*(U_int *) ((caddr_t) op + op->ov_size + 1 - RSLOP) != RMAGIC, in free()
389 U_int onb; in realloc()
419 if (was_alloced && (onb <= (U_int) (1 << (i + 3))) && in realloc()
420 (onb > (U_int) (1 << (i + 2)))) { in realloc()
424 *((U_int *) (((caddr_t) op) + nbytes - RSLOP)) = RMAGIC; in realloc()
/freebsd/contrib/ntp/ntpd/
H A Dntp_scanner.c515 /* U_int -- assumes is_integer() has returned FALSE */
835 &yylval.U_int); in yylex()
838 &yylval.U_int); in yylex()
841 "U_int cannot be represented: %s", in yylex()
H A Dntp_parser.h501 unsigned U_int;
499 unsigned U_int; global() member
H A Dntp_parser.c593 unsigned U_int;
591 unsigned U_int; global() member