ret               123 core/chdk-dir.c         int ret = close(dir->fd);
ret               126 core/chdk-dir.c         return ret;
ret              1407 core/conf.c        int ret = CONF_EMPTY;
ret              1416 core/conf.c            ret = CONF_VALUE;
ret              1431 core/conf.c                                ret = CONF_VALUE;
ret              1435 core/conf.c                                ret = CONF_VALUE;
ret              1439 core/conf.c                                ret = CONF_VALUE;
ret              1447 core/conf.c                        ret = CONF_INT_PTR;
ret              1451 core/conf.c                        ret = CONF_CHAR_PTR;
ret              1457 core/conf.c                        ret = CONF_OSD_POS;
ret              1463 core/conf.c        return ret;
ret              1486 core/conf.c        int ret = CONF_EMPTY, len, len2;
ret              1490 core/conf.c        if (id == 999) return ret;
ret              1505 core/conf.c                                ret = CONF_VALUE;
ret              1509 core/conf.c                                ret = CONF_VALUE;
ret              1513 core/conf.c                                ret = CONF_VALUE;
ret              1525 core/conf.c                        ret = CONF_INT_PTR;
ret              1536 core/conf.c                        ret = CONF_CHAR_PTR;
ret              1545 core/conf.c                        ret = CONF_OSD_POS;
ret              1551 core/conf.c        if (ret != CONF_EMPTY)
ret              1561 core/conf.c        return ret;
ret               160 core/raw.c         int ret = 0;
ret               165 core/raw.c             ret = libdng->write_dng(rawadr, altrawadr);
ret               173 core/raw.c                 ret = 1;
ret               186 core/raw.c         return ret;
ret                40 core/remotecap.c     int ret = (PTP_CHDK_CAPTURE_RAW | PTP_CHDK_CAPTURE_DNGHDR);
ret                42 core/remotecap.c     ret |= PTP_CHDK_CAPTURE_JPG;
ret                44 core/remotecap.c     ret |= PTP_CHDK_CAPTURE_CRAW;
ret                47 core/remotecap.c     return ret;
ret                51 lib/lang/lang.c     char *ret = langbuf + lbpointer;
ret                54 lib/lang/lang.c         return ret;
ret               464 lib/lua/lapi.c   const char *ret;
ret               467 lib/lua/lapi.c   ret = luaO_pushvfstring(L, fmt, argp);
ret               469 lib/lua/lapi.c   return ret;
ret               474 lib/lua/lapi.c   const char *ret;
ret               479 lib/lua/lapi.c   ret = luaO_pushvfstring(L, fmt, argp);
ret               482 lib/lua/lapi.c   return ret;
ret               170 lib/lua/loadlib.c static const char *errorfromcode (NSObjectFileImageReturnCode ret) {
ret               171 lib/lua/loadlib.c   switch (ret) {
ret               194 lib/lua/loadlib.c   NSObjectFileImageReturnCode ret;
ret               200 lib/lua/loadlib.c   ret = NSCreateObjectFileImageFromFile(path, &img);
ret               201 lib/lua/loadlib.c   if (ret == NSObjectFileImageSuccess) {
ret               208 lib/lua/loadlib.c   lua_pushstring(L, errorfromcode(ret));
ret                88 modules/bitvector.c     int ret = 0;
ret                93 modules/bitvector.c         ret |= (bv_getbit(bm, bitpos + i) << i);
ret                96 modules/bitvector.c     return ret;
ret              1282 modules/cpuinfo_v7.c     unsigned ret = 0, l2a = 0;
ret              1350 modules/cpuinfo_v7.c         ret = 1;
ret              1353 modules/cpuinfo_v7.c         ret = l2a;
ret              1355 modules/cpuinfo_v7.c     return ret;
ret              1359 modules/cpuinfo_v7.c     unsigned ret = 0, f;
ret              1422 modules/cpuinfo_v7.c         ret = 1;
ret              1424 modules/cpuinfo_v7.c     return ret;
ret               204 modules/edgeoverlay.c         int ret = fread(edgebuf->ptr,edgebuf->ptrLen,1,fd);
ret               207 modules/edgeoverlay.c         if( (ret == 1) && (ret2 == 1) )
ret               115 modules/file_shelter.c     int ret = -1;
ret               118 modules/file_shelter.c         ret = fread(buf, 1, size, fd);
ret               120 modules/file_shelter.c         if (ret == size) {
ret               121 modules/file_shelter.c             ret = 0;
ret               124 modules/file_shelter.c             ret = 1;
ret               127 modules/file_shelter.c     return ret;
ret               132 modules/file_shelter.c     int ret = -1;
ret               135 modules/file_shelter.c         ret = read(fd, buf, size);
ret               137 modules/file_shelter.c         if (ret == size) {
ret               138 modules/file_shelter.c             ret = 0;
ret               141 modules/file_shelter.c             ret = 1;
ret               144 modules/file_shelter.c     return ret;
ret               149 modules/file_shelter.c     int ret = 0;
ret               160 modules/file_shelter.c                     ret = 1;
ret               172 modules/file_shelter.c     return ret;
ret               177 modules/file_shelter.c     int ret = 0;
ret               188 modules/file_shelter.c                     ret = 1;
ret               200 modules/file_shelter.c     return ret;
ret               205 modules/file_shelter.c     int ret = -1;
ret               208 modules/file_shelter.c         ret = fwrite(buf, 1, size, fd);
ret               210 modules/file_shelter.c         if (ret == size) {
ret               211 modules/file_shelter.c             ret = 0;
ret               214 modules/file_shelter.c             ret = 1;
ret               217 modules/file_shelter.c     return ret;
ret               222 modules/file_shelter.c     int ret = -1;
ret               225 modules/file_shelter.c         ret = write(fd, buf, size);
ret               227 modules/file_shelter.c         if (ret == size) {
ret               228 modules/file_shelter.c             ret = 0;
ret               231 modules/file_shelter.c             ret = 1;
ret               234 modules/file_shelter.c     return ret;
ret               686 modules/file_shelter.c     int ret = 0;
ret               702 modules/file_shelter.c                 ret |= 0x40000000;
ret               710 modules/file_shelter.c                 ret |= mkdir_if_not_exist(buf)?0x20000000:0;
ret               723 modules/file_shelter.c                 ret |= 0x40000000;
ret               735 modules/file_shelter.c                 return ret + 3;
ret               742 modules/file_shelter.c                     ret |= 0x10000000;
ret               755 modules/file_shelter.c                     ret |= 0x08000000;
ret               763 modules/file_shelter.c                         ret |= 0x04000000;
ret               769 modules/file_shelter.c                             ret |= 0x02000000;
ret               798 modules/file_shelter.c             ret += 4;
ret               803 modules/file_shelter.c     return ret;
ret              2316 modules/luascript.c     int ret = 1;
ret              2337 modules/luascript.c                 lua_pushnumber(L, configVal.pos.y); ret++;
ret              2341 modules/luascript.c                     ret = argc-1;
ret              2350 modules/luascript.c     return ret;
ret                73 platform/a540/debug.c   volatile int ret = 0;
ret                79 platform/a540/debug.c     ret = 1;
ret                82 platform/a540/debug.c   return ret;
ret                74 platform/a550/debug.c   volatile int ret = 0;
ret                80 platform/a550/debug.c     ret = 1;
ret                83 platform/a550/debug.c   return ret;
ret               234 platform/generic/filewrite.c         int ret = _Close(fd);
ret               237 platform/generic/filewrite.c         return ret;
ret               584 platform/generic/wrappers.c     int ret = _closedir(d);
ret               589 platform/generic/wrappers.c     return ret;
ret               607 platform/generic/wrappers.c         void *ret;
ret               616 platform/generic/wrappers.c         ret = _OpenFastDir(name);
ret               621 platform/generic/wrappers.c         return ret;
ret               634 platform/generic/wrappers.c         void *ret;
ret               643 platform/generic/wrappers.c         ret = _opendir(name);
ret               648 platform/generic/wrappers.c         return ret;
ret              1811 platform/generic/wrappers.c     unsigned char ret = -1;
ret              1817 platform/generic/wrappers.c         ret = attr;
ret              1819 platform/generic/wrappers.c     return ret;
ret                34 tools/elf2flt/elf-arm.c   int ret = b_seek_read(strtaboff + sym->st_name, symbuf, sizeof(symbuf));
ret                35 tools/elf2flt/elf-arm.c   if (ret > 0) { symname=symbuf; symbuf[sizeof(symbuf)-1]=0; }
ret               226 tools/elf2flt/elf-arm.c   int ret = b_seek_read(strtaboff + sym->st_name, symbuf, sizeof(symbuf));
ret               227 tools/elf2flt/elf-arm.c   if (ret > 0) { symname=symbuf; symbuf[sizeof(symbuf)-1]=0; }
ret                82 tools/elf2flt/elfflt.c   int ret;
ret                87 tools/elf2flt/elfflt.c     ret = b_seek_read(a, (char *)&s, sizeof(s));
ret                88 tools/elf2flt/elfflt.c     if (ret < 0) return NULL;
ret                92 tools/elf2flt/elfflt.c       ret = b_seek_read(strtaboff + s.st_name, name, sizeof(name));
ret                94 tools/elf2flt/elfflt.c       if (ret < 0) return NULL;
ret               146 tools/elf2flt/elfflt.c   int ret;
ret               162 tools/elf2flt/elfflt.c     ret = b_seek_read(a, (char *)&rela, rel_size);
ret               165 tools/elf2flt/elfflt.c     if (ret < 0) return ELFFLT_INPUT_ERROR;
ret               175 tools/elf2flt/elfflt.c     ret = b_seek_read((symtaboff +
ret               178 tools/elf2flt/elfflt.c     if (ret < 0) return ELFFLT_INPUT_ERROR;
ret               180 tools/elf2flt/elfflt.c     ret = b_seek_read( strtaboff + s.st_name, name, sizeof(name));
ret               182 tools/elf2flt/elfflt.c     if (ret < 0) return ELFFLT_INPUT_ERROR;
ret               205 tools/elf2flt/elfflt.c       ret = apply_import( base_sect, &rela, importidx, &s);
ret               206 tools/elf2flt/elfflt.c       if (ret != ELFFLT_OK) return ret;
ret               217 tools/elf2flt/elfflt.c       ret = apply_realloc( base_sect, &rela, tgtsect, &s, relidx /*addr - symsect->address*/);
ret               218 tools/elf2flt/elfflt.c       if (ret != ELFFLT_OK) return ret;
ret               230 tools/elf2flt/elfflt.c   int ret;
ret               235 tools/elf2flt/elfflt.c     ret = b_seek_read(a, (char *)&s, sizeof(s));
ret               236 tools/elf2flt/elfflt.c     if (ret < 0) return ;
ret               240 tools/elf2flt/elfflt.c     ret = b_seek_read(strtaboff + s.st_name, name, sizeof(name)-2);
ret               391 tools/elf2flt/elfflt.c   int ret;
ret               394 tools/elf2flt/elfflt.c   ret = b_seek_read( 0, (char *)&ehdr, sizeof(ehdr));
ret               395 tools/elf2flt/elfflt.c   if (ret != sizeof(ehdr)) return ELFFLT_INPUT_ERROR;
ret               407 tools/elf2flt/elfflt.c   ret = b_seek_read( shdrptr, (char *)&shdr, sizeof(shdr));
ret               408 tools/elf2flt/elfflt.c   if (ret != sizeof(shdr)) return ELFFLT_INPUT_ERROR;
ret               417 tools/elf2flt/elfflt.c   ret = b_seek_read( ehdr.e_shoff + shdrsize * ehdr.e_shstrndx,
ret               419 tools/elf2flt/elfflt.c   if (ret != sizeof(strtable)) return ELFFLT_INPUT_ERROR;
ret               443 tools/elf2flt/elfflt.c     ret = b_seek_read( shdrptr, (char *)&shdr, sizeof(shdr));
ret               445 tools/elf2flt/elfflt.c     if (ret != sizeof(shdr)) { PRINTERR(stderr, "input error at %s:%d :loaded%d",__FILE__,__LINE__,ret);return ELFFLT_INPUT_ERROR;}
ret               450 tools/elf2flt/elfflt.c     ret = b_seek_read( nameptr, name, sizeof(name));
ret               451 tools/elf2flt/elfflt.c     if (ret != sizeof(name)) {PRINTERR(stderr, "input error at %s:%d",__FILE__,__LINE__); return ELFFLT_INPUT_ERROR;}
ret               629 tools/elf2flt/elfflt.c   ret = relocate_section( &text);
ret               630 tools/elf2flt/elfflt.c   if(ret != ELFFLT_OK)
ret               631 tools/elf2flt/elfflt.c       return ret;  
ret               632 tools/elf2flt/elfflt.c   ret = relocate_section( &rodata);
ret               633 tools/elf2flt/elfflt.c   if(ret != ELFFLT_OK)
ret               634 tools/elf2flt/elfflt.c       return ret;
ret               635 tools/elf2flt/elfflt.c   ret = relocate_section( &data);
ret               636 tools/elf2flt/elfflt.c   if(ret != ELFFLT_OK)
ret               637 tools/elf2flt/elfflt.c       return ret;
ret              8356 tools/finsig_dryos.c     int ret = 0;
ret              8414 tools/finsig_dryos.c                 ret = 1;
ret              8442 tools/finsig_dryos.c     return ret;
ret              6361 tools/finsig_vxworks.c     int ret = 0;
ret              6412 tools/finsig_vxworks.c             ret = 1;
ret              6438 tools/finsig_vxworks.c     return ret;