Home
last modified time | relevance | path

Searched refs:strtoint (Results 1 – 25 of 469) sorted by relevance

12345678910>>...19

/dports/games/jfk/jfk-0.1.1/src/lib/
H A Dperson.cc61 else if (id == "curweapon") curweapon = strtoint(value(arg)); in fromstring()
62 else if (id == "weapons") weapons = strtoint(value(arg)); in fromstring()
63 else if (id == "blocked") blocked = strtoint(value(arg)); in fromstring()
64 else if (id == "health") health = strtoint(value(arg)); in fromstring()
65 else if (id == "ammo") ammo[0] = strtoint(value(arg)); in fromstring()
66 else if (id == "score") score = strtoint(value(arg)); in fromstring()
67 else if (id == "deaths") deaths = strtoint(value(arg)); in fromstring()
/dports/cad/zcad/zcad-8b8a693/cad_source/zengine/styles/
H A Duzestylesdim.pas322 group:=strtoint(value);
350 Units.DIMDEC:=strtoint(value);
355 group:=strtoint(value);
370 group:=strtoint(value);
379 group:=strtoint(value);
423 Lines.DIMLWD:=strtoint(value);
427 Lines.DIMLWE:=strtoint(value);
431 Lines.DIMCLRD:=strtoint(value);
435 Lines.DIMCLRE:=strtoint(value);
439 Text.DIMCLRT:=strtoint(value);
H A Duzestyleslayers.pas142 _color:=strtoint(value);
150 self.lineweight:=strtoint(value);
154 if (strtoint(value)and 4)<>0 then
161 if (strtoint(value))=0 then
/dports/games/jfk/jfk-0.1.1/src/server/
H A Dobstacle_s.cc41 else if (id == "type") type = strtoint(value(arg)); in fromstring()
42 else if (id == "n") p.resize(strtoint(value(arg)), point(0.0, 0.0)); in fromstring()
45 size_t pindex = strtoint(id.substr(1, id.length() - 1)); in fromstring()
H A Dweapon_s.cc41 else if (id == "type") type = strtoint(value(arg)); in fromstring()
42 else if (id == "reappear") reappear = strtoint(value(arg)); in fromstring()
H A Ditem_s.cc42 else if (id == "type") type = strtoint(value(arg)); in fromstring()
43 else if (id == "reappear") reappear = strtoint(value(arg)); in fromstring()
/dports/x11-toolkits/plib/plib-1.8.5/src/pui/
H A DpuValue.cxx36 static int strtoint ( const char *str ) in strtoint() function
84 if ( *res_integer != strtoint ( string ) ) in re_eval()
108 integer = strtoint ( res_string ) ; in re_eval()
172 *getIntegerp () = strtoint ( s ) ; in setValue()
/dports/games/openomf/openomf-c36c421/src/console/
H A Dconsole_cmd.c9 int strtoint(char *input, int *output) { in strtoint() function
82 if(strtoint(argv[1], &i)) { in console_cmd_scene()
96 if(strtoint(argv[1], &i)) { in console_cmd_har()
186 if(strtoint(argv[1], &i)) { in console_cmd_renderer()
/dports/security/putty/putty-0.76/contrib/
H A Dkh2reg.py37 def strtoint(s): function
262 keyparams = list(map(strtoint, subfields[1:]))
267 keyparams = list(map(strtoint, subfields[1:]))
290 x = strtoint(Qrest[:bnlen])
291 y = strtoint(Qrest[bnlen:])
297 x = strtoint(Qrest)
/dports/security/putty-nogtk/putty-0.76/contrib/
H A Dkh2reg.py37 def strtoint(s): function
262 keyparams = list(map(strtoint, subfields[1:]))
267 keyparams = list(map(strtoint, subfields[1:]))
290 x = strtoint(Qrest[:bnlen])
291 y = strtoint(Qrest[bnlen:])
297 x = strtoint(Qrest)
/dports/misc/rump/buildrump.sh-b914579/src/external/cddl/osnet/dist/lib/libuutil/common/
H A Duu_strtoint.c42 strtoint(const char *s_arg, uint64_t *out, uint32_t base, int sign) in strtoint() function
199 if (strtoint(s, &val_u, base, 1) == -1) in uu_strtoint()
269 if (strtoint(s, &val, base, 0) == -1) in uu_strtouint()
/dports/devel/libuutil/libuutil-1.0.3/
H A Duu_strtoint.c43 strtoint(const char *s_arg, uint64_t *out, uint32_t base, int sign) in strtoint() function
200 if (strtoint(s, &val_u, base, 1) == -1) in uu_strtoint()
270 if (strtoint(s, &val, base, 0) == -1) in uu_strtouint()
/dports/misc/lifelines/lifelines-3.1.1/reports/
H A Digi-search.ll57 return( le( strtoint( by), sub( thisyear, 110)))
62 if( le( strtoint( md), sub( thisyear, 95))) {
183 set( thisyear, strtoint( year( gettoday())))
190 set( iby, strtoint( by))
/dports/cad/zcad/zcad-8b8a693/cad_source/zengine/fileformats/
H A Duzeffdxf.pas150 case strtoint(s) of
638 byt := strtoint(s);
727 flags:=strtoint(s);
782 byt := strtoint(s);
806 byt:=strtoint(s);
876 byt := strtoint(s);
900 flags:=strtoint(s);
995 byt := strtoint(s);
1166 byt := strtoint(s);
1202 byt := strtoint(s);
[all …]
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/vxf/
H A Dstrtonum.c52 rc_t CC strtoint ( void *data, const VXformInfo *info, in strtoint() function
203 return strtoint ( data, info, rslt, str, argv [ 0 ] . u . data . elem_count ); in strtoint_8()
242 return strtoint ( data, info, rslt, buffer, count ); in strtoint_16()
286 return strtoint ( data, info, rslt, buffer, count ); in strtoint_32()
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/vxf/
H A Dstrtonum.c52 rc_t CC strtoint ( void *data, const VXformInfo *info, in strtoint() function
203 return strtoint ( data, info, rslt, str, argv [ 0 ] . u . data . elem_count ); in strtoint_8()
242 return strtoint ( data, info, rslt, buffer, count ); in strtoint_16()
286 return strtoint ( data, info, rslt, buffer, count ); in strtoint_32()
/dports/databases/postgresql11-client/postgresql-11.14/src/include/common/
H A Dstring.h14 extern int strtoint(const char *pg_restrict str, char **pg_restrict endptr,
/dports/databases/postgresql11-plperl/postgresql-11.14/src/include/common/
H A Dstring.h14 extern int strtoint(const char *pg_restrict str, char **pg_restrict endptr,
/dports/databases/postgresql11-docs/postgresql-11.14/src/include/common/
H A Dstring.h14 extern int strtoint(const char *pg_restrict str, char **pg_restrict endptr,
/dports/databases/postgresql11-contrib/postgresql-11.14/src/include/common/
H A Dstring.h14 extern int strtoint(const char *pg_restrict str, char **pg_restrict endptr,
/dports/databases/postgresql11-plpython/postgresql-11.14/src/include/common/
H A Dstring.h14 extern int strtoint(const char *pg_restrict str, char **pg_restrict endptr,
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/include/common/
H A Dstring.h14 extern int strtoint(const char *pg_restrict str, char **pg_restrict endptr,
/dports/databases/postgresql11-server/postgresql-11.14/src/include/common/
H A Dstring.h14 extern int strtoint(const char *pg_restrict str, char **pg_restrict endptr,
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/include/common/
H A Dstring.h14 extern int strtoint(const char *pg_restrict str, char **pg_restrict endptr,
/dports/databases/postgresql12-server/postgresql-12.9/src/include/common/
H A Dstring.h14 extern int strtoint(const char *pg_restrict str, char **pg_restrict endptr,

12345678910>>...19