Searched defs:inbuf (Results 1 – 15 of 15) sorted by relevance
/AliOS-Things-master/components/amp/engine/duktape_engine/ |
A D | repl.c | 37 char inbuf[REPL_INBUF_SIZE]; member 52 static int32_t repl_getchar(char *inbuf) in repl_getchar() 182 static void repl_handle_input(void *inbuf) in repl_handle_input() 214 char *inbuf = g_repl->inbuf; in repl_history_input() local 328 static int32_t repl_get_input(char *inbuf, uint32_t *bp) in repl_get_input()
|
/AliOS-Things-master/components/cli/src/ |
A D | cli.c | 55 char inbuf[CLI_INBUF_SIZE]; member 159 int32_t cli_handle_input(char *inbuf) in cli_handle_input() 292 static void cli_tab_complete(char *inbuf, uint32_t *idx) in cli_tab_complete() 338 static char *find_last(char *inbuf, uint32_t *idx) in find_last() 387 static void cli_tab_complete_path(char *inbuf, uint32_t *idx) in cli_tab_complete_path() 597 char *inbuf = cli_console_inbuf; in cli_history_input() local 719 static int32_t cli_get_input(char *inbuf, uint32_t size) in cli_get_input()
|
A D | cli_adapt.c | 28 int32_t cli_getchar(char *inbuf) in cli_getchar()
|
A D | uart_console.c | 58 char *inbuf = (char *)buf; in uart_console_read() local
|
A D | telnet_console.c | 59 char *inbuf = (char *)buf; in telnet_console_read() local
|
/AliOS-Things-master/components/SDL2/src/stdlib/ |
A D | SDL_iconv.c | 65 const char **inbuf, size_t * inbytesleft, in SDL_iconv() 249 const char **inbuf, size_t * inbytesleft, in SDL_iconv() 865 SDL_iconv_string(const char *tocode, const char *fromcode, const char *inbuf, in SDL_iconv_string()
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/repl/ |
A D | repl.c | 31 int aos_repl_read(char *inbuf, uint32_t expected_length, uint32_t *recv_size) in aos_repl_read()
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/examples/ |
A D | gun.c | 83 unsigned char *inbuf; member 161 unsigned char inbuf[SIZE]; /* input buffer */ variable
|
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/telnetd/ |
A D | telnetserver_cli.c | 57 static int CommandParseLine(char *inbuf) in CommandParseLine()
|
/AliOS-Things-master/components/SDL2/src/audio/ |
A D | SDL_audiocvt.c | 487 const float *inbuf, const int inbuflen, in SDL_ResampleAudio() 1150 const float *inbuf = (const float *) _inbuf; in SDL_ResampleAudioStream_SRC() local 1233 const float *inbuf = (const float *) _inbuf; in SDL_ResampleAudioStream() local
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/gregbook/ |
A D | rpng2-win.c | 187 static uch inbuf[INBUFSIZE]; variable
|
A D | rpng2-x.c | 208 static uch inbuf[INBUFSIZE]; variable
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/ |
A D | tiff2bw.c | 127 unsigned char *inbuf, *outbuf; in main() local
|
A D | tiffcp.c | 1064 tdata_t inbuf; in DECLAREcpFunc() local 1127 tdata_t inbuf; in DECLAREcpFunc() local
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/ |
A D | pngtest.c | 1732 char inbuf[256], outbuf[256]; in test_one_file() local
|
Completed in 91 milliseconds