text              224 core/gps.c         char text[2][30];
text              234 core/gps.c             fgets(text[1], 15, fp);
text              235 core/gps.c             fgets(text[2], 15, fp);
text              238 core/gps.c             g_d_lat_nav = (strtol (text[1], &endptr, 10 )) / 10000000.0;
text              239 core/gps.c             g_d_lon_nav = (strtol (text[2], &endptr, 10 )) / 10000000.0;
text             1686 core/gps.c             char text[2][30];
text             1695 core/gps.c                 fgets(text[1], 15, fp);
text             1696 core/gps.c                 fgets(text[2], 15, fp);
text             1700 core/gps.c             g_d_lat_nav = (strtol (text[1], &endptr, 10 )) / 10000000.0;
text             1701 core/gps.c             g_d_lon_nav = (strtol (text[2], &endptr, 10 )) / 10000000.0;
text              452 core/gui.c             if( gps_submenu_items[i].text == LANG_MENU_GPS_TRACK_START ) {      //toggle text
text              453 core/gui.c                 gps_submenu_items[i].text = LANG_MENU_GPS_TRACK_STOP;
text              456 core/gui.c                 gps_submenu_items[i].text = LANG_MENU_GPS_TRACK_START;
text              470 core/gui.c             if( gps_submenu_items[i].text == LANG_MENU_GPS_COMPASS_SHOW ) {     //toggle text
text              472 core/gui.c                 gps_submenu_items[i].text = LANG_MENU_GPS_COMPASS_HIDE;
text              475 core/gui.c                 gps_submenu_items[i].text = LANG_MENU_GPS_NAVI_HOME;
text              478 core/gui.c                 gps_submenu_items[i].text = LANG_MENU_GPS_NAVI_SHOW;
text              480 core/gui.c                 gps_submenu_items[i].text = LANG_MENU_GPS_COMPASS_SHOW;
text              491 core/gui.c             if( gps_submenu_items[i].text == LANG_MENU_GPS_NAVI_SHOW ) {         //toggle text
text              494 core/gui.c                     gps_submenu_items[i].text = LANG_MENU_GPS_NAVI_HIDE;
text              497 core/gui.c                     gps_submenu_items[i].text = LANG_MENU_GPS_COMPASS_SHOW; 
text              500 core/gui.c                     gps_submenu_items[i].text = LANG_MENU_GPS_NAVI_HOME;
text              503 core/gui.c                 gps_submenu_items[i].text = LANG_MENU_GPS_NAVI_SHOW;
text              514 core/gui.c             if( gps_submenu_items[i].text == LANG_MENU_GPS_NAVI_HOME ) {         //toggle text
text              517 core/gui.c                     gps_submenu_items[i].text = LANG_MENU_GPS_NAVI_HOME_END;
text              520 core/gui.c                     gps_submenu_items[i].text = LANG_MENU_GPS_COMPASS_SHOW; 
text              523 core/gui.c                     gps_submenu_items[i].text = LANG_MENU_GPS_NAVI_SHOW;
text              526 core/gui.c                 gps_submenu_items[i].text = LANG_MENU_GPS_NAVI_HOME;
text              547 core/gui.c             gps_submenu_items[i].text = LANG_MENU_GPS_TRACK_START;
text              549 core/gui.c     	gps_submenu_items[i].text = LANG_MENU_GPS_NAVI_HOME;
text              551 core/gui.c             gps_submenu_items[i].text = LANG_MENU_GPS_COMPASS_SHOW;
text              705 core/gui.c         return strcmp(lang_str(mi1->text), lang_str(mi2->text));
text              758 core/gui.c                             submenu[mcnt].text = -mi.moduleName;    // LANG string
text              763 core/gui.c                             submenu[mcnt].text = (int)nm;
text              778 core/gui.c             submenu[mcnt].text = LANG_MENU_BACK;
text              924 core/gui.c     static const char* text[TEXT_COUNT];
text              929 core/gui.c         const char *comp = text[comp_text_index];
text             2244 core/gui.c                     root_menu_items[i].text = LANG_MENU_USER_MENU;  // Enable user menu option in root menu 
text             2246 core/gui.c                     root_menu_items[i].text = 0;                    // Disable user menu option in root menu 
text             2300 core/gui.c             text[i++] = &text_raw[index];
text             2321 core/gui.c                 int l = strlen(text[i]);
text             2354 core/gui.c             draw_string(x+((logo_text_width-strlen(text[i])*FONT_WIDTH)>>1), y+i*FONT_HEIGHT+4, text[i], cl);
text               28 core/gui_mbox.c         int             text;
text              119 core/gui_mbox.c             draw_button(mbox_buttons_x + i * (BUTTON_SIZE*FONT_WIDTH+BUTTON_SEP), mbox_buttons_y, BUTTON_SIZE, buttons[mbox_buttons[i]].text, (mbox_button_active == i));
text               52 core/gui_menu.c     while(curr_menu->menu[gui_menu_curr_item].text) {
text               53 core/gui_menu.c         if ( lang_strhash31(curr_menu->menu[gui_menu_curr_item].text) == (unsigned)itemid){
text               58 core/gui_menu.c             if (curr_menu->menu[gui_menu_curr_item].text != LANG_MENU_USER_MENU) {
text              243 core/gui_menu.c     for(n = 0; curr_menu->menu[n].text; n++);
text              808 core/gui_menu.c     xx += rbf_draw_string_len(xx, yy, w-len_space-len_space-len_br1-len_str-len_br2-len_space-symbol_width, lang_str(curr_menu->menu[imenu].text), cl);
text              879 core/gui_menu.c     int text = curr_menu->menu[imenu].text;
text              880 core/gui_menu.c     if (c[0].text != 0)
text              881 core/gui_menu.c         text = c[0].text;
text              890 core/gui_menu.c     xx += rbf_draw_string_len(xx, yy, wid, lang_str(text), cl);
text              961 core/gui_menu.c     gui_menu_draw_text(lang_str(curr_menu->menu[imenu].text),1);
text              980 core/gui_menu.c         for (imenu=gui_menu_top_item, i=0, yy=y; curr_menu->menu[imenu].text && i<num_lines; ++imenu, ++i, yy+=rbf_font_height())
text             1011 core/gui_menu.c                 sprintf(tbuf, "%s%s", lang_str(curr_menu->menu[imenu].text),(conf.menu_symbol_enable)?"":" ->");
text             1015 core/gui_menu.c                 sprintf(tbuf, "%s%s", (conf.menu_symbol_enable)?"":"<- ", lang_str(curr_menu->menu[imenu].text));
text             1026 core/gui_menu.c                 gui_menu_draw_text(lang_str(curr_menu->menu[imenu].text),1);
text             1031 core/gui_menu.c                 if (lang_str(curr_menu->menu[imenu].text)[0])
text             1032 core/gui_menu.c                     sprintf(tbuf," %s ",lang_str(curr_menu->menu[imenu].text));
text             1064 core/gui_menu.c                 xx+=rbf_draw_string_len(xx, yy, w-len_space-symbol_width, lang_str(curr_menu->menu[imenu].text), cl);
text             1072 core/gui_menu.c                 xx+=rbf_draw_string_len(xx, yy, w-len_space-symbol_width, lang_str(curr_menu->menu[imenu].text), cl);
text               55 core/gui_menu.h     int                 text;       // Text
text              891 core/gui_script.c             script_submenu_items[f-1].text = (int)warning;
text              896 core/gui_script.c             script_submenu_items[f-1].text = (int)"No @chdk_version, assuming CHDK 1.3";
text              908 core/gui_script.c         script_submenu_items[i].text = (int)p->desc;
text              923 core/gui_script.c     script_submenu_items[i].text = LANG_MENU_BACK;
text              172 core/gui_user_menu.c         if ( user_submenu_items[x+1].text )
text              184 core/gui_user_menu.c                 conf.user_menu_vars.items[x].var = lang_strhash31(user_submenu_items[x+1].text);    // otherwise save a hash
text              210 core/gui_user_menu.c     user_submenu_items[menu].text = (int)conf.user_menu_vars.items[var].script_title;
text              246 core/gui_user_menu.c                 user_submenu_items[y].text = 0;            
text                3 include/stubs_asm.h     .text
text              479 modules/eyefi.c             popup_eyefi[i].text = (int)(eyefi_buf.c.nets[i].essid);
text              484 modules/eyefi.c         popup_eyefi[i].text = (int)"Cancel";
text              598 modules/eyefi.c                 popup_eyefi[i].text = (int)&(eyefi_buf.a.nets[i].essid);
text              603 modules/eyefi.c             popup_eyefi[i].text = (int)"Cancel";
text              195 modules/games/gui_4wins.c void draw_txt_message(char* text)
text              199 modules/games/gui_4wins.c     w = (strlen(text) + 2) * FONT_WIDTH;
text              204 modules/games/gui_4wins.c     draw_string_justified(x, y + 4, text, cl, 0, w, TEXT_CENTER);
text               86 modules/gui_mpopup.c         draw_string_justified(mpopup_actions_x, y, lang_str(actions[mpopup_actions[i]].text), cl, FONT_WIDTH, mpopup_actions_w*FONT_WIDTH+1, TEXT_LEFT|TEXT_FILL);
text              100 modules/gui_mpopup.c             h=strlen(lang_str(actions[mpopup_actions[i]].text));
text               13 modules/gui_mpopup.h         int                     text;
text              103 modules/gui_tbox.c char *text = 0;                 // Entered text
text              120 modules/gui_tbox.c         text = input_buffer;
text              124 modules/gui_tbox.c         text = text_buf;
text              130 modules/gui_tbox.c     memset(text, '\0', sizeof(char)*(maxsize+1));
text              133 modules/gui_tbox.c         strncpy(text, defaultstr, maxsize);
text              212 modules/gui_tbox.c         draw_string_justified(text_offset_x, text_offset_y, text+offset, MAKE_COLOR(COLOR_BLACK, COLOR_WHITE), 0, fldlen*FONT_WIDTH, TEXT_LEFT|TEXT_FILL);
text              215 modules/gui_tbox.c         draw_char(text_offset_x+fldlen*FONT_WIDTH, text_offset_y, ((strlen(text)-offset)>fldlen) ? '\20' : ' ', MAKE_COLOR(COLOR_GREY, COLOR_RED));
text              297 modules/gui_tbox.c         for (i=cursor; i<strlen(text); i++)
text              299 modules/gui_tbox.c             text[i] = text[i+1];
text              305 modules/gui_tbox.c         for (i=(strlen(text) < maxlen-1)?strlen(text):maxlen-1; i>cursor; i--)
text              307 modules/gui_tbox.c             text[i] = text[i-1];
text              315 modules/gui_tbox.c     if (strlen(text) < maxlen)
text              317 modules/gui_tbox.c         if (text[cursor+1] != '\0')
text              320 modules/gui_tbox.c         text[cursor] = ' ';
text              335 modules/gui_tbox.c         if ((strlen(text) >= MAX_TEXT_WIDTH) && ((cursor-offset) >= MAX_TEXT_WIDTH-1))
text              349 modules/gui_tbox.c         text[cursor] = tstr[curchar];
text              357 modules/gui_tbox.c         if (strlen(text)<maxlen)
text              362 modules/gui_tbox.c                 if (text[cursor+1] != '\0') tbox_move_text(1); //check whether cursor is at the end of the string
text              367 modules/gui_tbox.c             text[cursor] = tstr[curchar];
text              422 modules/gui_tbox.c                 if (text[cursor+1] != '\0') tbox_move_cursor(1);
text              438 modules/gui_tbox.c                 if (text[cursor+1] != '\0') tbox_move_cursor(1);
text              448 modules/gui_tbox.c                 if (offset<(strlen(text)-MAX_TEXT_WIDTH))
text              480 modules/gui_tbox.c                         tbox_on_select(text);   // ok
text              183 modules/module_load.c static void moduleload_error(const char* name, const char* text)
text              189 modules/module_load.c         sprintf(buf, "Fail to load %s: %s", name, text);
text               53 modules/user_menu_edit.c         (curr_menu->menu[n].text != LANG_MENU_USER_MENU) &&
text               54 modules/user_menu_edit.c         (curr_menu->menu[n].text != LANG_MENU_MAIN_TITLE))
text               63 modules/user_menu_edit.c     for(n = 0, m = 0; curr_menu->menu[n].text; n++)
text               72 modules/user_menu_edit.c     for(n = 0; curr_menu->menu[n].text; n++);
text               88 modules/user_menu_edit.c     for (i=1; user_submenu.menu[i].text != 0; i++)
text               90 modules/user_menu_edit.c         if (user_submenu.menu[i].text == curr_menu->menu[n].text)
text              114 modules/user_menu_edit.c             if (!items[i].text)
text              127 modules/user_menu_edit.c     if (!inUserMenu(gui_menu_curr_item) && (curr_menu->menu[gui_menu_curr_item].text != LANG_MENU_BACK))
text              130 modules/user_menu_edit.c         sprintf(msgbuf, lang_str(LANG_USER_MENU_ADD), lang_str(mod_menu_item.text));
text              149 modules/user_menu_edit.c             if (items[c].text == mod_menu_item.text)
text              151 modules/user_menu_edit.c                 for (i = c; items[i].text; i++)
text              185 modules/user_menu_edit.c         sprintf(msgbuf, lang_str(LANG_USER_MENU_DEL), lang_str(mod_menu_item.text));
text              239 modules/user_menu_edit.c     if((*cur_menu_item_indx < (USER_MENU_ITEMS)) && (user_submenu.menu[*cur_menu_item_indx +1].text))
text              254 modules/user_menu_edit.c         if (!items[i].text)   // insert script/module title & full filename in next available spot 
text              266 modules/user_menu_edit.c             items[i].text = (int) conf.user_menu_vars.items[i-1].script_title;
text              270 modules/user_menu_edit.c             sprintf(msgbuf,lang_str(LANG_USER_MENU_ITEM_ADDED), lang_str(items[i].text));
text              468 modules/user_menu_edit.c     xx += rbf_draw_string_len(xx, yy, w-len_space*4, lang_str(curr_menu->menu[imenu].text), cl);
text              484 modules/user_menu_edit.c     int text = curr_menu->menu[imenu].text;
text              485 modules/user_menu_edit.c     if (c[0].text != 0)
text              486 modules/user_menu_edit.c         text = c[0].text;
text              491 modules/user_menu_edit.c     xx += rbf_draw_string_len(xx, yy, wid, lang_str(text), cl);
text              509 modules/user_menu_edit.c         for (imenu=gui_menu_top_item, i=0, yy=y; curr_menu->menu[imenu].text && i<num_lines; ++imenu)
text              533 modules/user_menu_edit.c                     sprintf(msgbuf, "%s%s", lang_str(curr_menu->menu[imenu].text),(conf.menu_symbol_enable)?"":" ->");
text              537 modules/user_menu_edit.c                     sprintf(msgbuf, "%s%s", (conf.menu_symbol_enable)?"":"<- ", lang_str(curr_menu->menu[imenu].text));
text              541 modules/user_menu_edit.c                     gui_draw_text(lang_str(curr_menu->menu[imenu].text),1);
text              546 modules/user_menu_edit.c                     xx+=rbf_draw_string_len(xx, yy, w-len_space-symbol_width, lang_str(curr_menu->menu[imenu].text), cl);
text               70 tools/chdk_dasm.c     char text[128];			/* the disassembled instruction */
text              904 tools/chdk_dasm.c         strcpy(result.text, "Undefined instruction a");  	  goto lUndefined ;
text              906 tools/chdk_dasm.c         strcpy(result.text, "Undefined instruction b"); 	  goto lUndefined ;
text              908 tools/chdk_dasm.c         strcpy(result.text, "Undefined instruction c"); 	  goto lUndefined ;
text              910 tools/chdk_dasm.c         strcpy(result.text, "Undefined instruction d"); 	  goto lUndefined ;
text              912 tools/chdk_dasm.c         strcpy(result.text, "Undefined instruction e");	 	  goto lUndefined ;
text              914 tools/chdk_dasm.c         strcpy(result.text, "Undefined instruction f"); 	  goto lUndefined ;
text              916 tools/chdk_dasm.c         strcpy(result.text, "Undefined instruction g"); 	  goto lUndefined ;
text              918 tools/chdk_dasm.c         strcpy(result.text, "Undefined instruction h"); 	  goto lUndefined ;
text              920 tools/chdk_dasm.c         strcpy(result.text, "Undefined instruction i"); 	  goto lUndefined ;
text              922 tools/chdk_dasm.c         strcpy(result.text, "Undefined instruction j"); 	  goto lUndefined ;
text              924 tools/chdk_dasm.c         strcpy(result.text, "Undefined instruction k"); 	  goto lUndefined ;
text              926 tools/chdk_dasm.c         strcpy(result.text, "Undefined instruction l"); 	  goto lUndefined ;
text              944 tools/chdk_dasm.c         result.text[0] = flagchars[0] = 0;
text              951 tools/chdk_dasm.c     { char * op = result.text;
text              979 tools/chdk_dasm.c     } while ( strlen( result.text ) < 8 ) ;
text             1005 tools/chdk_dasm.c             swiname(result.swinum, op, 128-(op-result.text));
text             1387 tools/chdk_dasm.c                 strcat( instr->text, " \\n\"") ;
text             1396 tools/chdk_dasm.c                     fprintf(outfile,"%s%-40s // rom:%.8x  0x%8.8X", indent, instr->text, addr, w);
text             1398 tools/chdk_dasm.c                 else fprintf(outfile,"%s%s", indent, instr->text);
text              152 tools/elf2flt/elf-arm.c 					    PRINTERR( stderr, "%s is requested from unusual place .text+0x%x\n", reloc_name,locoffset-text.flat_offset);
text              157 tools/elf2flt/elf-arm.c 			      tgt_fulloffset = (text.flat_offset + offs_div0_from_arm);
text               23 tools/elf2flt/elfflt.c struct relevant_section bss, data, rodata, text;
text               63 tools/elf2flt/elfflt.c     if(idx == text.number) 
text               64 tools/elf2flt/elfflt.c           return &text;
text              334 tools/elf2flt/elfflt.c   if (s->st_shndx != text.number) {
text              350 tools/elf2flt/elfflt.c   rela.r_offset = text.size+8;
text              354 tools/elf2flt/elfflt.c   offs_div0_from_arm = text.size;
text              355 tools/elf2flt/elfflt.c   memcpy( flat_buf+text.flat_offset+offs_div0_from_arm, div0_arm, sizeof(div0_arm) );
text              356 tools/elf2flt/elfflt.c   text.size+=sizeof(div0_arm);
text              359 tools/elf2flt/elfflt.c   rv = apply_realloc( &text, &rela, &text, s, -1);
text              363 tools/elf2flt/elfflt.c   if ( s && s->st_shndx == text.number ) {
text              364 tools/elf2flt/elfflt.c 	 offs_divsi3_skip_div0_test = text.flat_offset + s->st_value + 0x114;
text              367 tools/elf2flt/elfflt.c   if ( s && s->st_shndx == text.number ) {
text              368 tools/elf2flt/elfflt.c 	 offs__aeabi_uidiv = text.flat_offset + s->st_value + 0xec;
text              435 tools/elf2flt/elfflt.c   text.size = text.relasize = data.size = data.relasize =
text              438 tools/elf2flt/elfflt.c   bss.number = data.number = rodata.number = text.number = -1;
text              459 tools/elf2flt/elfflt.c       text.number = i;
text              460 tools/elf2flt/elfflt.c       text.offset = shdr.sh_offset;
text              461 tools/elf2flt/elfflt.c       text.size = shdr.sh_size;
text              462 tools/elf2flt/elfflt.c 	  text.base_addr = shdr.sh_addr;
text              464 tools/elf2flt/elfflt.c       text.relaoff = shdr.sh_offset;
text              465 tools/elf2flt/elfflt.c       text.relasize = shdr.sh_size;
text              508 tools/elf2flt/elfflt.c   if(text.size == 0) {
text              513 tools/elf2flt/elfflt.c   if ( (text.relasize + rodata.relasize+ data.relasize) <=0 ) {
text              526 tools/elf2flt/elfflt.c   if (text.size) {
text              527 tools/elf2flt/elfflt.c     text.address = (char *)malloc(text.size);
text              528 tools/elf2flt/elfflt.c     if (!text.address) return ELFFLT_OUTPUT_ERROR;
text              537 tools/elf2flt/elfflt.c   text.name=".text";
text              540 tools/elf2flt/elfflt.c   b_seek_read(text.offset, text.address, text.size);
text              545 tools/elf2flt/elfflt.c     dump_section( text.name, (unsigned char *)text.address, text.size );
text              562 tools/elf2flt/elfflt.c   int flatmainsize = sizeof(flat_hdr)+text.size+div0hack_size+data.size+rodata.size;
text              563 tools/elf2flt/elfflt.c   int flatrelocsize = text.relasize+rodata.relasize+data.relasize;
text              567 tools/elf2flt/elfflt.c   flatmainsize += align4(text.size) + align4(data.size) + align4(rodata.size);
text              586 tools/elf2flt/elfflt.c   text.flat_offset = offset;
text              587 tools/elf2flt/elfflt.c   memcpy( flat_buf+offset, text.address, text.size );
text              588 tools/elf2flt/elfflt.c   DEBUGPRINTF("load .txt to %x (%x->%x)\n",offset,text.size,text.size+align4(text.size));
text              589 tools/elf2flt/elfflt.c   offset+=text.size+div0hack_size+align4(text.size);
text              608 tools/elf2flt/elfflt.c   flat->entry = text.flat_offset;
text              629 tools/elf2flt/elfflt.c   ret = relocate_section( &text);
text               43 tools/elf2flt/elfflt.h extern struct relevant_section bss, data, rodata, text;
text              597 tools/packfi2/deflate.c                 put_byte(s, (s->gzhead->text ? 1 : 0) +
text              110 tools/packfi2/zlib.h     int     text;       /* true if compressed data believed to be text */