| /OK3568_Linux_fs/kernel/arch/powerpc/boot/ |
| H A D | wrapper | 37 ofile=zImage 94 ofile="$1" 273 tmp="$ofile" 435 rm -f "$ofile" 437 $uboot_version -d "$vmz" "$ofile" 444 rm -f "$ofile" 454 $uboot_version -d "$vmz":"$real_rd":"$dtb" "$ofile" 496 ${CROSS}ld -m $format -T $lds $text_start $pie $nodl -o "$ofile" $map \ 502 base=0x`${CROSS}nm "$ofile" | grep ' _start$' | cut -d' ' -f1` 503 entry=`${CROSS}objdump -f "$ofile" | grep '^start address ' | cut -d' ' -f3` [all …]
|
| /OK3568_Linux_fs/kernel/drivers/scsi/aic7xxx/aicasm/ |
| H A D | aicasm_symbol.c | 328 aic_print_file_prologue(FILE *ofile) in aic_print_file_prologue() argument 331 if (ofile == NULL) in aic_print_file_prologue() 334 fprintf(ofile, in aic_print_file_prologue() 353 aic_print_reg_dump_types(FILE *ofile) in aic_print_reg_dump_types() argument 355 if (ofile == NULL) in aic_print_reg_dump_types() 358 fprintf(ofile, in aic_print_reg_dump_types() 382 aic_print_reg_dump_end(FILE *ofile, FILE *dfile, in aic_print_reg_dump_end() argument 420 fprintf(ofile, in aic_print_reg_dump_end() 460 symtable_dump(FILE *ofile, FILE *dfile) in symtable_dump() argument 532 aic_print_file_prologue(ofile); in symtable_dump() [all …]
|
| H A D | aicasm.c | 89 FILE *ofile; variable 187 if ((ofile = fopen(optarg, "w")) == NULL) { in main() 294 if (ofile != NULL) in main() 358 fprintf(ofile, in output_code() 365 fprintf(ofile, "static const uint8_t seqprog[] = {\n"); in output_code() 370 fprintf(ofile, "%s\t0x%02x, 0x%02x, 0x%02x, 0x%02x", in output_code() 385 fprintf(ofile, "\n};\n\n"); in output_code() 394 fprintf(ofile, in output_code() 400 fprintf(ofile, in output_code() 417 fprintf(ofile, in output_code() [all …]
|
| H A D | aicasm_symbol.h | 205 void symtable_dump(FILE *ofile, FILE *dfile);
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | clang-wrapper.py | 49 ofile = None variable 62 if ofile: 64 os.remove(ofile) 75 global ofile 76 ofile = args[i+1]
|
| H A D | gcc-wrapper.py | 66 ofile = None variable 79 if ofile: 81 os.remove(ofile) 92 global ofile 93 ofile = args[i+1]
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | sox.c | 140 #define ofile files[file_count - 1] macro 220 if (ofile->ft) { in cleanup() 221 if (!success && ofile->ft->io_type == lsx_io_file) { /* If we failed part way through */ in cleanup() 223 if (!stat(ofile->ft->filename, &st) && in cleanup() 225 unlink(ofile->ft->filename); in cleanup() 227 sox_close(ofile->ft); /* Assume we can unlink a file before closing it. */ in cleanup() 229 free(ofile->filename); in cleanup() 230 free(ofile); in cleanup() 644 len = *isamp? sox_write(ofile->ft, ibuf, *isamp) : 0; in output_flow() 645 output_samples += len / ofile->ft->signal.channels; in output_flow() [all …]
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | compile | 264 ofile= 279 ofile=$2 301 if test -z "$ofile" || test -z "$cfile"; then 332 test "$cofile" = "$ofile" || mv "$cofile" "$ofile" 334 test "${cofile}bj" = "$ofile" || mv "${cofile}bj" "$ofile"
|
| H A D | configure | 34093 ofile='$ofile' 34923 cfgfile=${ofile}T 35456 mv -f "$cfgfile" "$ofile" || 35457 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") 35458 chmod +x "$ofile"
|
| /OK3568_Linux_fs/kernel/tools/bpf/ |
| H A D | bpf_jit_disasm.c | 265 char *ofile = NULL; in main() local 277 ofile = optarg; in main() 301 if (!ofile) { in main() 306 ofd = open(ofile, O_WRONLY | O_CREAT | O_TRUNC, DEFFILEMODE); in main() 308 fprintf(stderr, "Could not open file %s for writing: ", ofile); in main() 316 fprintf(stderr, "Could not write data to %s: ", ofile); in main()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/perl/files/ |
| H A D | 0001-CheckLib.pm-do-not-attempt-to-run-a-cross-executable.patch | 22 unlink $ofile if -e $ofile;
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/tools/iqConverTer/include/ |
| H A D | iqconverter.h | 125 std::string ofile; variable
|
| /OK3568_Linux_fs/buildroot/support/scripts/ |
| H A D | br2-external | 34 trap "error 'unexpected error while generating ${ofile}\n'" ERR
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/ |
| H A D | RkAiqCalibDbV2.cpp | 360 std::ofstream ofile(jsfile); in calibproj2json() local 361 if (ofile.fail()) { in calibproj2json() 375 ofile << json_buff; in calibproj2json() 393 std::ofstream ofile(jsfile); in calib2json() local 394 if (ofile.fail()) { in calib2json() 408 ofile << json_buff; in calib2json()
|
| /OK3568_Linux_fs/kernel/sound/core/oss/ |
| H A D | pcm_oss.c | 2855 struct snd_pcm_oss_file ofile; in snd_pcm_oss_poll() local 2856 memset(&ofile, 0, sizeof(ofile)); in snd_pcm_oss_poll() 2857 ofile.streams[SNDRV_PCM_STREAM_CAPTURE] = pcm_oss_file->streams[SNDRV_PCM_STREAM_CAPTURE]; in snd_pcm_oss_poll() 2859 snd_pcm_oss_set_trigger(&ofile, PCM_ENABLE_INPUT); in snd_pcm_oss_poll()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/binutils/binutils/ |
| H A D | 0009-Use-libtool-2.4.patch | 1783 - mv -f "$cfgfile" "$ofile" || 1941 …"$as_me:${as_lineno-$LINENO}: WARNING: Unable to substitute extended shell functions in $ofile" >&5 1942 +$as_echo "$as_me: WARNING: Unable to substitute extended shell functions in $ofile" >&2;} 1946 + mv -f "$cfgfile" "$ofile" || 1947 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") 1948 chmod +x "$ofile" 3707 - mv -f "$cfgfile" "$ofile" || 3865 …"$as_me:${as_lineno-$LINENO}: WARNING: Unable to substitute extended shell functions in $ofile" >&5 3866 +$as_echo "$as_me: WARNING: Unable to substitute extended shell functions in $ofile" >&2;} 3870 + mv -f "$cfgfile" "$ofile" || [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/nasm/nasm/ |
| H A D | 0002-Add-debug-prefix-map-option.patch | 199 nasm_write(filename, 18, ofile);
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/tools/iqConverTer/src/ |
| H A D | iqconverter.cpp | 23 : ifile(std::string(xml)), ofile(std::string(json)), calibv1(nullptr) { in IQConverter() 43 if (0 != RkAiqCalibDbV2::calibproj2json(ofile.c_str(), &calibproj)) { in convert() 44 printf("convert %s to %s failed!\n", ifile.c_str(), ofile.c_str()); in convert()
|
| /OK3568_Linux_fs/external/xserver/m4/ |
| H A D | libtool.m4 | 219 ofile=libtool 687 AC_MSG_NOTICE([creating $ofile]) 724 cfgfile=${ofile}T 784 mv -f "$cfgfile" "$ofile" || 785 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") 786 chmod +x "$ofile" 788 [cat <<_LT_EOF >> "$ofile" 802 ofile='$ofile'], [])
|
| /OK3568_Linux_fs/recovery/ |
| HD | rootfs.cpio.gz | 107070100A8AEB0000041ED0000000000000000000000116841B48100000000000000FD0000000200000000000000000000000200000000.07070100A8B07C000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000900000000.gitkeep07070100A8B07D000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000B00000000.skip_fsck07070100A8AEB10000A1FF0000000000000000000000016841B0B600000007000000FD0000000200000000000000000000000400000000binusr/bin07070100A8B07E000081A400000000000000000000000168412635000001CC000000FD0000000200000000000000000000001100000000busybox. ... |