Home
last modified time | relevance | path

Searched refs:file (Results 1 – 25 of 873) sorted by relevance

12345678910>>...35

/AliOS-Things-master/components/lwip/lwip2.0.0/apps/httpd/
A Dfs.c81 file->len = f->len; in fs_open()
90 file->state = fs_state_init(file, name); in fs_open()
105 fs_close_custom(file); in fs_close()
109 fs_state_free(file, file->state); in fs_close()
111 LWIP_UNUSED_ARG(file); in fs_close()
124 if(file->index == file->len) { in fs_read_async()
141 read = file->len - file->index; in fs_read_async()
146 MEMCPY(buffer, (file->data + file->index), read); in fs_read_async()
147 file->index += read; in fs_read_async()
157 if (file != NULL) { in fs_is_file_ready()
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/tools/
A Dpngfix.c1003 if (file->file != NULL) in file_end()
1044 file->file = NULL; in file_init()
1061 if (file->file == NULL) in file_init()
1229 getpos(struct file *file) in getpos() argument
1325 skip_12(struct file *file) in skip_12() argument
1594 chunk->file = file; in chunk_init()
1774 struct file *file = idat->file; in IDAT_end() local
1804 idat->file = file; in IDAT_init()
2015 struct file * file; member
2285 struct file *file = zlib->file; in zlib_advance() local
[all …]
A Dchkfmt44 cp "$file" "$file".orig
46 if cmp -s "$file".orig "$file"
48 rm "$file".orig
84 while read file
86 case "$file" in
107 sed -e "s/$vers/a.b.cc/g" "$file" >"$file".$$
109 cp "$file" "$file".$$
111 splt="`fold -$line_length "$file".$$ | diff -c "$file".$$ -`"
112 rm "$file".$$
116 echo "$file: lines too long"
[all …]
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/httpd/makefsdata/
A Dmakefsdata8 while($file = <FILES>) {
11 if($file =~ /(CVS|~)/) {
15 chop($file);
18 if($file =~ /404/) {
24 if($file =~ /\.html$/) {
42 unless($file =~ /\.plain$/ || $file =~ /cgi/) {
45 system("cp $file /tmp/file");
52 $file =~ s/\.//;
53 $fvar = $file;
79 push(@files, $file);
[all …]
/AliOS-Things-master/components/SDL2/src/gfx/
A Dmissing197 test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
199 touch $file
201 test -z "$file" || exec >$file
206 chmod +x $file
272 test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
274 touch $file
276 test -z "$file" || exec >$file
292 test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
296 file=`sed -n '
303 test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
[all …]
/AliOS-Things-master/components/SDL2/src/gfx/Test/
A Dmissing197 test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
199 touch $file
201 test -z "$file" || exec >$file
206 chmod +x $file
272 test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
274 touch $file
276 test -z "$file" || exec >$file
292 test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
296 file=`sed -n '
303 test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/minizip/
A Dunzip.h198 extern int ZEXPORT unzClose OF((unzFile file));
205 extern int ZEXPORT unzGetGlobalInfo OF((unzFile file,
242 extern int ZEXPORT unzLocateFile OF((unzFile file,
265 unzFile file,
269 unzFile file,
279 unzFile file,
283 unzFile file,
393 extern z_off_t ZEXPORT unztell OF((unzFile file));
395 extern ZPOS64_T ZEXPORT unztell64 OF((unzFile file));
400 extern int ZEXPORT unzeof OF((unzFile file));
[all …]
/AliOS-Things-master/components/py_engine/external/unzip/internal/
A Dunzip.h149 extern int ZEXPORT unzClose OF((unzFile file));
156 extern int ZEXPORT unzGetGlobalInfo OF((unzFile file,
163 extern int ZEXPORT unzGetGlobalComment OF((unzFile file,
175 extern int ZEXPORT unzGoToFirstFile OF((unzFile file));
181 extern int ZEXPORT unzGoToNextFile OF((unzFile file));
188 extern int ZEXPORT unzLocateFile OF((unzFile file,
209 unzFile file,
213 unzFile file,
305 extern z_off_t ZEXPORT unztell OF((unzFile file));
310 extern int ZEXPORT unzeof OF((unzFile file));
[all …]
/AliOS-Things-master/components/SDL2/src/audio/
A DSDL_wave.c344 if (file->trunchint == TruncVeryStrict || file->trunchint == TruncStrict) { in MS_ADPCM_CalculateSampleFrames()
367 file->sampleframes = WaveAdjustToFactValue(file, file->sampleframes); in MS_ADPCM_CalculateSampleFrames()
749 if (file->trunchint == TruncVeryStrict || file->trunchint == TruncStrict) { in IMA_ADPCM_CalculateSampleFrames()
786 file->sampleframes = WaveAdjustToFactValue(file, file->sampleframes); in IMA_ADPCM_CalculateSampleFrames()
1155 if ((file->trunchint == TruncVeryStrict || file->trunchint == TruncStrict)) { in LAW_Init()
1341 if ((file->trunchint == TruncVeryStrict || file->trunchint == TruncStrict)) { in PCM_Init()
1700 if (file->facthint == FactStrict && file->fact.status == -1) { in WaveCheckFormat()
1715 if (file->facthint == FactStrict && file->fact.status <= 0) { in WaveCheckFormat()
1935 … if (file->fact.status == 1 || file->facthint == FactIgnore || file->facthint == FactNoHint) { in WaveLoad()
2100 WaveFile file; in SDL_LoadWAV_RW() local
[all …]
/AliOS-Things-master/components/littlevgl/scripts/
A Dclang-formatter.sh1 clang-format-7 -style=file ../src/lv_core/*.c -i
2 clang-format-7 -style=file ../src/lv_draw/*.c -i
3 clang-format-7 -style=file ../src/lv_hal/*.c -i
4 clang-format-7 -style=file ../src/lv_misc/*.c -i
5 clang-format-7 -style=file ../src/lv_objx/*.c -i
6 clang-format-7 -style=file ../src/lv_themes/*.c -i
8 clang-format-7 -style=file ../src/lv_core/*.h -i
9 clang-format-7 -style=file ../src/lv_draw/*.h -i
10 clang-format-7 -style=file ../src/lv_hal/*.h -i
11 clang-format-7 -style=file ../src/lv_misc/*.h -i
[all …]
/AliOS-Things-master/components/py_engine/external/unzip/src/
A Dgzlib.c229 gzFile file; in gzbuffer()
254 gzFile file; in gzrewind()
276 gzFile file; in gzseek64()
352 gzFile file; in gzseek()
364 gzFile file; in gztell64()
381 gzFile file; in gztell()
391 gzFile file; in gzoffset64()
414 gzFile file; in gzoffset()
424 gzFile file; in gzeof()
442 gzFile file; in gzerror()
[all …]
A Dgzclose.c11 int ZEXPORT gzclose(file) in gzclose() argument
12 gzFile file; in gzclose()
17 if (file == NULL)
19 state = (gz_statep)file;
21 return state->mode == GZ_READ ? gzclose_r(file) : gzclose_w(file);
23 return gzclose_r(file);
/AliOS-Things-master/components/cli/src/iobox/
A Dtouch.c12 static int touch_do(const char *file) in touch_do() argument
16 fd = open(file, O_WRONLY | O_CREAT); in touch_do()
18 aos_cli_printf("open %s failed - %s\n", file, strerror(errno)); in touch_do()
33 char *file = argv[index]; in touch_main() local
36 file = get_realpath(file, abspath, sizeof(abspath)); in touch_main()
37 if (!file) { in touch_main()
42 if (access(file, F_OK)) in touch_main()
43 ret |= touch_do(file); in touch_main()
47 ALIOS_CLI_CMD_REGISTER(touch_main, touch, create empty file);
A Dcat.c22 char *file = argv[index]; in cat_main() local
28 file = get_realpath(file, abspath, sizeof(abspath)); in cat_main()
29 if (!file) { in cat_main()
34 ret = stat(file, &s); in cat_main()
36 aos_cli_printf("stat %s failed - %s\n", file, strerror(errno)); in cat_main()
40 fd = open(file, O_RDONLY); in cat_main()
42 aos_cli_printf("open %s failed - %s\n", file, strerror(errno)); in cat_main()
52 aos_cli_printf("read %s failed - %s\n", file, strerror(errno)); in cat_main()
58 aos_cli_printf("write %s failed - %s\n", file, strerror(errno)); in cat_main()
73 ALIOS_CLI_CMD_REGISTER(cat_main, cat, read file);
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Dcompile47 file=$1
48 case $file in
68 file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
71 file=`cygpath -m "$file" || echo "$file"`
74 file=`winepath -w "$file" || echo "$file"`
87 lib_path=$file
148 set x "$@" -Fo"$file"
161 set x "$@" -I"$file"
166 set x "$@" -I"$file"
209 set x "$@" -Tp"$file"
[all …]
A Dar-lib47 file=$1
48 case $file in
66 file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
69 file=`cygpath -m "$file" || echo "$file"`
72 file=`winepath -w "$file" || echo "$file"`
107 Members may be specified in a file named with @FILE.
148 archive=$file
204 $AR -NOLOGO -REMOVE:"$file" "$archive" || exit $?
222 $AR -NOLOGO -EXTRACT:"$file" "$archive" || exit $?
248 set x "$@" "@$file"
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A Dcompile47 file=$1
48 case $file in
68 file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
71 file=`cygpath -m "$file" || echo "$file"`
74 file=`winepath -w "$file" || echo "$file"`
87 lib_path=$file
148 set x "$@" -Fo"$file"
161 set x "$@" -I"$file"
166 set x "$@" -I"$file"
209 set x "$@" -Tp"$file"
[all …]
/AliOS-Things-master/components/SDL2/src/image/
A Dcompile47 file=$1
48 case $file in
68 file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
71 file=`cygpath -m "$file" || echo "$file"`
74 file=`winepath -w "$file" || echo "$file"`
87 lib_path=$file
148 set x "$@" -Fo"$file"
161 set x "$@" -I"$file"
166 set x "$@" -I"$file"
209 set x "$@" -Tp"$file"
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/config/
A Dcompile47 file=$1
48 case $file in
68 file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
71 file=`cygpath -m "$file" || echo "$file"`
74 file=`winepath -w "$file" || echo "$file"`
87 lib_path=$file
148 set x "$@" -Fo"$file"
161 set x "$@" -I"$file"
166 set x "$@" -I"$file"
209 set x "$@" -Tp"$file"
[all …]
/AliOS-Things-master/components/mbedtls/library/
A Ddebug.c115 debug_send_line( ssl, level, file, line, str ); in mbedtls_debug_print_msg()
119 const char *file, int line, in mbedtls_debug_print_ret() argument
138 debug_send_line( ssl, level, file, line, str ); in mbedtls_debug_print_ret()
155 debug_send_line( ssl, level, file, line, str ); in mbedtls_debug_print_buf()
197 const char *file, int line, in mbedtls_debug_print_ecp() argument
215 const char *file, int line, in mbedtls_debug_print_mpi() argument
236 debug_send_line( ssl, level, file, line, str ); in mbedtls_debug_print_mpi()
273 debug_send_line( ssl, level, file, line, str ); in mbedtls_debug_print_mpi()
290 debug_send_line( ssl, level, file, line, in debug_print_pk()
311 debug_send_line( ssl, level, file, line, in debug_print_pk()
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/test/
A Dminigzip.c38 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY) argument
54 # define fileno(file) file->__file argument
171 FILE *file; member
319 fclose(gz->file);
458 char *file; in file_compress()
479 perror(file);
489 unlink(file);
497 char *file; in file_uncompress()
513 strcpy(buf, file);
536 perror(file);
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/
A Dgzlib.c317 gzFile file; in gzbuffer()
344 gzFile file; in gzrewind()
367 gzFile file; in gzseek64()
444 gzFile file; in gzseek()
456 gzFile file; in gztell64()
473 gzFile file; in gztell()
483 gzFile file; in gzoffset64()
506 gzFile file; in gzoffset()
516 gzFile file; in gzeof()
533 gzFile file; in gzerror()
[all …]
A Dgzclose.c11 int ZEXPORT gzclose(file) in gzclose() argument
12 gzFile file; in gzclose()
17 if (file == NULL)
19 state = (gz_statep)file;
21 return state->mode == GZ_READ ? gzclose_r(file) : gzclose_w(file);
23 return gzclose_r(file);
/AliOS-Things-master/components/py_engine/engine/lib/littlefs/
A Dlfs1.c1340 file->head = entry.d.u.file.head; in lfs1_file_opencfg()
1341 file->size = entry.d.u.file.size; in lfs1_file_opencfg()
1520 file->head = file->block; in lfs1_file_flush()
1521 file->size = file->pos; in lfs1_file_flush()
1587 if (file->pos >= file->size) { in lfs1_file_read()
1601 file->pos, &file->block, &file->off); in lfs1_file_read()
1643 if ((file->flags & LFS1_O_APPEND) && file->pos < file->size) { in lfs1_file_write()
1644 file->pos = file->size; in lfs1_file_write()
1652 if (!(file->flags & LFS1_F_WRITING) && file->pos > file->size) { in lfs1_file_write()
1655 file->pos = file->size; in lfs1_file_write()
[all …]
/AliOS-Things-master/components/py_engine/engine/tools/autobuild/
A Dremove_old_firmware.py27 for file in all_files:
30 file,
39 boards[board][(date, version)].append(file)
57 for file in all_files:
58 print(file, file in remove)
62 for file in remove:
63 file = str(file, "ascii")
64 print("remove:", file)
66 p = subprocess.run(["ssh", ssh_machine, "/bin/rm", file], capture_output=True)

Completed in 54 milliseconds

12345678910>>...35