Searched refs:strtoll (Results 26 - 50 of 69) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/
H A Dupnphttp.c257 h->req_RangeStart = strtoll(p+6, &colon, 10);
1405 id = strtoll(object, NULL, 10);
1453 id = strtoll(object, NULL, 10);
1506 id = strtoll(object, NULL, 10);
1578 id = strtoll(object, &saveptr, 10);
1809 id = strtoll(object, NULL, 10);
H A Dinotify.c551 detailID = strtoll(id, NULL, 10);
627 detailID = strtoll(result[i], NULL, 10);
H A Dtivo_commands.c729 detailItem = strtoll(basename(val), NULL, 10);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/
H A Dinotify.c541 detailID = strtoll(result[1], NULL, 10);
620 detailID = strtoll(result[i], NULL, 10);
H A Dscanner.c61 objectID = strtoll(strrchr(result[1], '$')+1, NULL, 16) + 1;
103 detailID = strtoll(result2[1], NULL, 10);
H A Dalbumart.c355 ret = strtoll(result[1], NULL, 10);
H A Dmetadata.c146 detailID = strtoll(result[1], NULL, 10);
182 album_art ? strtoll(album_art, NULL, 10) : 0);
H A Dtivo_commands.c686 detailItem = strtoll(basename(val), NULL, 10);
H A Dupnphttp.c1389 id = strtoll(object, NULL, 10);
1595 id = strtoll(object, NULL, 10);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dwavenc.c118 time_reference = strtoll(tmp_tag->value, NULL, 10);
130 umidpart = strtoll(umidpart_str, NULL, 16);
H A Dftp.c379 s->filesize = strtoll(&res[4], NULL, 10);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dwav.c78 time_reference = strtoll(tmp_tag->value, NULL, 10);
90 umidpart = strtoll(umidpart_str, NULL, 16);
H A Dhttp.c456 s->chunksize = strtoll(line, NULL, 16);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-common/
H A Dstrlst.c497 ret = (uint32_t) strtoll(value, &end, 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-common/
H A Dstrlst.c497 ret = (uint32_t) strtoll(value, &end, 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Dmisc.c162 intval = strtoll(str, &end, 10);
H A DDAAP2SQL.c760 llval = strtoll((const char *)val, &end, 10);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Dexpr.c43 #define STRTOL(s, e, b) strtoll(s, e, b)
H A Dtest.c489 r = strtoll(s, &p, 10);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dhcp6/
H A Dlease_token.l206 <S_IAID>{number} {client6_info.iaidinfo.iaid = strtoll(yytext, NULL, 10);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/dhcp6/
H A Dlease_token.l206 <S_IAID>{number} {client6_info.iaidinfo.iaid = strtoll(yytext, NULL, 10);
H A Dserver6_token.c1289 { sfyylval.num = strtoll(sfyytext, NULL, 10); return NUMBER; }
1294 { sfyylval.snum = strtoll(sfyytext, NULL, 10); return SIGNEDNUMBER; }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/replace/test/
H A Dtestsuite.c521 printf("test: strtoll\n");
523 #define TEST_STRTOLL(str,base,res,diff,errnoo) TEST_STRTO_X(int64_t, "%lld", strtoll,str,base,res,diff,errnoo)
614 printf("success: strtoll\n");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/pregen/
H A DDAAP2SQL.c760 llval = strtoll((const char *)val, &end, 10);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/Documentation/vm/
H A Dpage-types.c734 n = strtoll(str, NULL, 0);

Completed in 171 milliseconds

123