Searched +defs:save +defs:buffer (Results  1 – 5 of 5) sorted by relevance
| /minix3/usr.bin/telnet/ | 
| H A D | tn3270.c | 113 DataToNetwork(char *buffer,	/* where the data is */  in DataToNetwork()194     char	*buffer,		/* where the data is */  in DataToTerminal()
 233     int save = ring_full_count(&netiring);  in Push3270()  local
 
 | 
| /minix3/sys/dev/stbi/ | 
| H A D | stb_image.c | 691 unsigned char *stbi_load_from_memory(stbi_uc const *buffer, int len, int *x, int *y, int *comp, int…  in stbi_load_from_memory()744 float *stbi_loadf_from_memory(stbi_uc const *buffer, int len, int *x, int *y, int *comp, int req_co…  in stbi_loadf_from_memory()
 762 int stbi_is_hdr_from_memory(stbi_uc const *buffer, int len)  in stbi_is_hdr_from_memory()
 845 static void start_mem(stbi *s, uint8 const *buffer, int len)  in start_mem()
 918 static int getn(stbi *s, stbi_uc *buffer, int n)  in getn()
 2073 unsigned char *stbi_jpeg_load_from_memory(stbi_uc const *buffer, int len, int *x, int *y, int *comp…  in stbi_jpeg_load_from_memory()
 2133 int stbi_jpeg_test_memory(stbi_uc const *buffer, int len)  in stbi_jpeg_test_memory()
 2140 int stbi_jpeg_info_from_memory(stbi_uc const *buffer, int len, int *x, int *y, int *comp)  in stbi_jpeg_info_from_memory()
 2512 char *stbi_zlib_decode_malloc_guesssize(const char * buffer, int len, int initial_size, int *outlen)  in stbi_zlib_decode_malloc_guesssize()
 2528 char *stbi_zlib_decode_malloc(char const *buffer, int len, int *outlen)  in stbi_zlib_decode_malloc()
 [all …]
 
 | 
| /minix3/external/bsd/byacc/dist/ | 
| H A D | reader.c | 692 trim_blanks(char *buffer)  in trim_blanks()738     char *save = cptr;  in more_curly()  local
 762 save_param(int k, char *buffer, int name, int type2)  in save_param()
 1732 parse_id(char *p, char **save)  in parse_id()
 1752 parse_int(char *p, int *save)  in parse_int()
 
 | 
| /minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ | 
| H A D | CGCleanup.cpp | 35 DominatingValue<RValue>::saved_type::save(CodeGenFunction &CGF, RValue rv) {  in save()  function in DominatingValue::saved_type204   char *buffer = allocate(EHFilterScope::getSizeForNumFilters(numFilters));  in pushFilter()  local
 220   char *buffer = allocate(EHCatchScope::getSizeForNumHandlers(numHandlers));  in pushCatch()  local
 
 | 
| /minix3/external/bsd/nvi/dist/motif_l/ | 
| H A D | m_vi.c | 1307 static	void	f_copy( String *buffer, int *len )  in f_copy()1323 static	void	f_paste(int widget, int buffer, int length)  in f_paste()
 1379     char	*start, *end, save;  in __vi_set_word_at_caret()  local
 
 |