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

/freebsd-9.3-release/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)
148 static U_int nmalloc[NBUCKETS] IZERO_STRUCT;
232 *((U_int *) (((caddr_t) p) + nbytes - RSLOP)) = RMAGIC;
326 CHECK(*(U_int *) ((caddr_t) op + op->ov_size + 1 - RSLOP) != RMAGIC,
382 U_int onb;
412 if (was_alloced && (onb <= (U_int) (1 << (i + 3))) &&
413 (onb > (U_int) (1 << (i + 2)))) {
417 *((U_int *) (((caddr_
[all...]
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Dntp_scanner.c505 /* U_int -- assumes is_integer() has returned FALSE */
825 &yylval.U_int);
828 &yylval.U_int);
831 "U_int cannot be represented: %s",
H A Dntp_parser.h454 unsigned U_int; member in union:YYSTYPE
H A Dntp_parser.c540 unsigned U_int; member in union:YYSTYPE

Completed in 138 milliseconds