Home
last modified time | relevance | path

Searched defs:inbuf (Results 1 – 15 of 15) sorted by relevance

/AliOS-Things-master/components/amp/engine/duktape_engine/
A Drepl.c37 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 Dcli.c55 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 Dcli_adapt.c28 int32_t cli_getchar(char *inbuf) in cli_getchar()
A Duart_console.c58 char *inbuf = (char *)buf; in uart_console_read() local
A Dtelnet_console.c59 char *inbuf = (char *)buf; in telnet_console_read() local
/AliOS-Things-master/components/SDL2/src/stdlib/
A DSDL_iconv.c65 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 Drepl.c31 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 Dgun.c83 unsigned char *inbuf; member
161 unsigned char inbuf[SIZE]; /* input buffer */ variable
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/telnetd/
A Dtelnetserver_cli.c57 static int CommandParseLine(char *inbuf) in CommandParseLine()
/AliOS-Things-master/components/SDL2/src/audio/
A DSDL_audiocvt.c487 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 Drpng2-win.c187 static uch inbuf[INBUFSIZE]; variable
A Drpng2-x.c208 static uch inbuf[INBUFSIZE]; variable
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/
A Dtiff2bw.c127 unsigned char *inbuf, *outbuf; in main() local
A Dtiffcp.c1064 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 Dpngtest.c1732 char inbuf[256], outbuf[256]; in test_one_file() local

Completed in 91 milliseconds