Searched refs:USIZE (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/binutils/bfd/hosts/
H A Di386sco.h5 #define UPAGES USIZE
/freebsd-9.3-release/bin/ed/
H A Dundo.c34 #define USIZE 100 /* undo stack size */ macro
47 (ustack = (undo_t *) malloc((usize = USIZE) * sizeof(undo_t))) == NULL) {
55 (t = (undo_t *) realloc(ustack, (usize += USIZE) * sizeof(undo_t))) != NULL) {

Completed in 92 milliseconds