Searched refs:small_buf (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/BerkeleyDB-21/db/os_windows/
H A Dos_getenv.c46 goto small_buf;
80 goto small_buf;
91 goto small_buf;
95 small_buf:
/macosx-10.10.1/text_cmds-88/wc/
H A Dwc.c150 static u_char small_buf[SMALL_BUF_SIZE]; local
151 static u_char *buf = small_buf;
171 if (buf != small_buf) {
175 buf = small_buf;
/macosx-10.10.1/vim-55/src/
H A Dundo.c854 char_u small_buf[100]; local
860 copy = small_buf; /* no malloc()/free() for short strings */
869 if (copy != small_buf)

Completed in 128 milliseconds