Searched refs:atoi (Results 1 - 25 of 34) sorted by relevance

12

/seL4-refos-master/libs/libmuslc/src/stdlib/
H A Datoi.c4 int atoi(const char *s) function
H A Decvt.c17 *dp = atoi(tmp+i+1)+1;
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dversion.c178 ver_maj = atoi(istr[0]);
179 ver_min = atoi(istr[1]);
180 patch = atoi(istr[2]);
H A Doptions.c1140 iflags.msg_history = negated ? 0 : atoi(op);
1222 iflags.wc_fontsiz_map = atoi(op);
1225 iflags.wc_fontsiz_message = atoi(op);
1228 iflags.wc_fontsiz_text = atoi(op);
1231 iflags.wc_fontsiz_menu = atoi(op);
1234 iflags.wc_fontsiz_status = atoi(op);
1815 inum = atoi(op);
1954 iflags.wc_scroll_amount = negated ? 1 : atoi(op);
1964 iflags.wc_scroll_margin = negated ? 5 : atoi(op);
1985 iflags.wc_tile_width = negated ? 0 : atoi(o
[all...]
H A Dobjnam.c1823 cnt = atoi(bp);
1829 spe = atoi(bp);
1906 spe = atoi(p);
1911 spe = atoi(p);
1927 atoi()
2259 cntf = atoi(fp);
H A Dfiles.c1857 amii_set_text_font( buf+5, atoi( t + 1 ) );
1864 int val = atoi( bufp );
1982 qt_compact_mode = atoi(bufp);
H A Dmkmaze.c363 lev.dlevel = atoi(r->rname.str);
533 int pick = atoi(ep + len);
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dversion.c178 ver_maj = atoi(istr[0]);
179 ver_min = atoi(istr[1]);
180 patch = atoi(istr[2]);
H A Doptions.c1140 iflags.msg_history = negated ? 0 : atoi(op);
1222 iflags.wc_fontsiz_map = atoi(op);
1225 iflags.wc_fontsiz_message = atoi(op);
1228 iflags.wc_fontsiz_text = atoi(op);
1231 iflags.wc_fontsiz_menu = atoi(op);
1234 iflags.wc_fontsiz_status = atoi(op);
1815 inum = atoi(op);
1954 iflags.wc_scroll_amount = negated ? 1 : atoi(op);
1964 iflags.wc_scroll_margin = negated ? 5 : atoi(op);
1985 iflags.wc_tile_width = negated ? 0 : atoi(o
[all...]
H A Dobjnam.c1823 cnt = atoi(bp);
1829 spe = atoi(bp);
1906 spe = atoi(p);
1911 spe = atoi(p);
1927 atoi()
2259 cntf = atoi(fp);
H A Dfiles.c1857 amii_set_text_font( buf+5, atoi( t + 1 ) );
1864 int val = atoi( bufp );
1982 qt_compact_mode = atoi(bufp);
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dsystem.h224 E int FDECL(atoi, (const char *));
249 E int FDECL(atoi, (const char *));
541 # ifdef atoi
542 # undef atoi macro
544 E int FDECL(atoi, (const char *));
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dsystem.h224 E int FDECL(atoi, (const char *));
249 E int FDECL(atoi, (const char *));
541 # ifdef atoi
542 # undef atoi macro
544 E int FDECL(atoi, (const char *));
/seL4-refos-master/libs/libmuslc/include/
H A Dstdlib.h21 int atoi (const char *);
/seL4-refos-master/libs/libmuslc/src/thread/
H A Dsynccall.c108 int tid = atoi(de->d_name);
/seL4-refos-master/libs/libplatsupport/src/plat/pc99/
H A Drtc.c29 return atoi(__DATE__ + 7);
/seL4-refos-master/projects/util_libs/libplatsupport/src/plat/pc99/
H A Drtc.c29 return atoi(__DATE__ + 7);
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/sys/unix/
H A Dunixmain.c410 locknum = atoi(argv[1]);
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/sys/unix/
H A Dunixmain.c410 locknum = atoi(argv[1]);
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/sys/share/
H A Dlev_lex.c1381 { yylval.i = atoi(yytext + 1); return PERCENT; }
1385 { yylval.i=atoi(yytext); return INTEGER; }
H A Dtclib.c229 return atoi(numbuf);
H A Ddgn_lex.c784 { yylval.i=atoi(yytext); return(INTEGER); }
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/sys/share/
H A Dlev_lex.c1381 { yylval.i = atoi(yytext + 1); return PERCENT; }
1385 { yylval.i=atoi(yytext); return INTEGER; }
H A Dtclib.c229 return atoi(numbuf);
H A Ddgn_lex.c784 { yylval.i=atoi(yytext); return(INTEGER); }

Completed in 197 milliseconds

12