Home
last modified time | relevance | path

Searched refs:strtoq (Results 1 – 25 of 26) sorted by relevance

12

/mirbsd/src/lib/libc/stdlib/
Dstrtoll.c147 __weak_alias(strtoq, strtoll);
150 strtoq(const char *nptr, char **endptr, int base) in strtoq() function
DMakefile.inc87 MLINKS+=strtol.3 strtoll.3 strtol.3 strtoq.3 strtol.3 strtoimax.3
/mirbsd/src/usr.bin/cmp/
Dcmp.c120 skip1 = argc > 2 ? strtoq(argv[2], NULL, 0) : 0; in main()
121 skip2 = argc == 4 ? strtoq(argv[3], NULL, 0) : 0; in main()
/mirbsd/src/lib/libc/include/
Dnamespace.h8 #define strtoq _strtoq macro
/mirbsd/src/lib/libc/stdio/
Dvfscanf.c205 ccfn = (u_quad_t (*)(const char *, char **, int))strtoq; in VFSCANF()
211 ccfn = (u_quad_t (*)(const char *, char **, int))strtoq; in VFSCANF()
294 ccfn = (u_quad_t (*)(const char *, char **, int))strtoq; in VFSCANF()
/mirbsd/src/include/
Dstdlib.h251 quad_t strtoq(const char *, char **, int);
/mirbsd/src/usr.sbin/rmt/
Drmt.c125 orval = lseek(tape, strtoq(count, NULL, 0), atoi(pos)); in main()
/mirbsd/src/bin/dd/
Dargs.c406 num = strtoq(val, &expr, 0); in get_off()
/mirbsd/src/usr.bin/ftp/
Dutil.c563 size = strtoq(cp, &ep, 10); in remotesize()
Dcmds.c1951 nrestart_point = strtoq(argv[1], &ep, 10); in restart()
/mirbsd/src/gnu/usr.bin/perl/
Dperl.h4401 # define Strtol strtoq
Dconfig_h.SH2555 * This symbol, if defined, indicates that the strtoq routine is
Dconfigure.com4022 $! Check for strtoq
DChanges3945 We lied about strtoq way back in #8120
/mirbsd/src/gnu/usr.bin/perl/NetWare/
Dconfig_H.wc2197 * This symbol, if defined, indicates that the strtoq routine is
/mirbsd/src/gnu/usr.bin/perl/wince/
Dconfig_H.ce2478 * This symbol, if defined, indicates that the strtoq routine is
/mirbsd/src/gnu/usr.bin/perl/win32/
Dconfig_H.vc2531 * This symbol, if defined, indicates that the strtoq routine is
Dconfig_H.bc2531 * This symbol, if defined, indicates that the strtoq routine is
Dconfig_H.gc2531 * This symbol, if defined, indicates that the strtoq routine is
Dconfig_H.vc642531 * This symbol, if defined, indicates that the strtoq routine is
/mirbsd/src/gnu/usr.bin/perl/plan9/
Dconfig.plan92594 * This symbol, if defined, indicates that the strtoq routine is
Dconfig_h.sample2541 * This symbol, if defined, indicates that the strtoq routine is
/mirbsd/src/gnu/usr.bin/perl/Porting/
Dconfig_H2840 * This symbol, if defined, indicates that the strtoq routine is
DGlossary2067 indicates to the C program that the strtoq() routine is available.
/mirbsd/src/distrib/lists/htman/htmi/
Dmi5392 ./man3/strtoq.htm

12