| /netbsd/src/bin/dd/ |
| D | args.c | 236 in.dbsz = out.dbsz = strsuftoll("block size", arg, 1, UINT_MAX); in f_bs() 243 cbsz = strsuftoll("conversion record size", arg, 1, UINT_MAX); in f_cbs() 250 cpy_cnt = strsuftoll("block count", arg, 0, LLONG_MAX); in f_count() 261 files_cnt = (u_int)strsuftoll("file count", arg, 0, UINT_MAX); in f_files() 273 in.dbsz = strsuftoll("input block size", arg, 1, UINT_MAX); in f_ibs() 312 out.dbsz = strsuftoll("output block size", arg, 1, UINT_MAX); in f_obs() 326 out.offset = strsuftoll("seek blocks", arg, 0, LLONG_MAX); in f_seek() 333 in.offset = strsuftoll("skip blocks", arg, 0, LLONG_MAX); in f_skip() 340 progress = strsuftoll("progress blocks", arg, 0, LLONG_MAX); in f_progress()
|
| /netbsd/src/usr.bin/vndcompress/ |
| D | main.c | 73 O->blocksize = strsuftoll("block size", optarg, in main() 101 O->checkpoint_blocks = strsuftoll("checkpoint blocks", in main() 112 O->length = strsuftoll("length", optarg, in main() 119 O->end_block = strsuftoll("end block", optarg, in main() 137 O->window_size = strsuftoll("window size", optarg, in main()
|
| D | vndcompress.c | 418 strsuftoll("block size", argv[2], MIN_BLOCKSIZE, in compress_init()
|
| /netbsd/src/usr.sbin/makefs/ |
| D | makefs.c | 162 strsuftoll("free block percentage", in main() 166 strsuftoll("free blocks", in main() 180 strsuftoll("free file percentage", in main() 184 strsuftoll("free files", in main() 199 strsuftoll("minimum size", optarg, 1LL, LLONG_MAX); in main() 211 strsuftoll("maximum size", optarg, 1LL, LLONG_MAX); in main() 216 strsuftoll("offset", optarg, 0LL, LLONG_MAX); in main() 238 strsuftoll("size", optarg, 1LL, LLONG_MAX); in main() 243 (int)strsuftoll("sector size", optarg, in main() 407 *(type *)options[i].value = (type)strsuftoll(options[i].desc, val, \ in set_option_var()
|
| /netbsd/src/sbin/tunefs/ |
| D | tunefs.c | 154 maxbpg = strsuftoll( in main() 160 avgfilesize = strsuftoll("average file size", optarg, in main() 165 avgfpdir = strsuftoll( in main() 171 logfilesize = strsuftoll("journal log file size", in main() 176 minfree = strsuftoll("minimum percentage of free space", in main() 216 secsize = strsuftoll("physical sector size", in main()
|
| /netbsd/src/lib/libc/stdlib/ |
| D | Makefile.inc | 15 reallocarr.c reallocarray.c seed48.c setenv.c srand48.c strsuftoll.c \ 60 strfmon.3 strsuftoll.3 strtod.3 strtoi.3 strtol.3 strtou.3 strtoul.3 \ 103 MLINKS+=strsuftoll.3 strsuftollx.3
|
| D | strsuftoll.c | 93 __weak_alias(strsuftoll, _strsuftoll) in __weak_alias() argument 119 strsuftoll(const char *desc, const char *val, in __weak_alias()
|
| /netbsd/src/usr.bin/progress/ |
| D | progress.c | 103 buffersize = (size_t) strsuftoll("buffer size", optarg, in main() 114 filesize = strsuftoll("input size", optarg, 0, in main()
|
| /netbsd/src/usr.sbin/fssconfig/ |
| D | fssconfig.c | 152 fss.fss_csize = strsuftoll("cluster size", argv[3], 0, INT_MAX); in config() 156 bssize = strsuftoll("bs size", argv[4], 0, LLONG_MAX); in config()
|
| /netbsd/src/usr.bin/rump_allserver/ |
| D | rump_allserver.c | 212 flen = strsuftoll("-d size", in main() 234 foffset = strsuftoll("-d offset", value, in main()
|
| /netbsd/src/lib/librumpuser/ |
| D | configure.ac | 29 AC_CHECK_FUNCS([kqueue chflags strsuftoll setprogname getprogname \
|
| D | rumpuser_config.h.in | 90 /* Define to 1 if you have the `strsuftoll' function. */
|
| /netbsd/src/include/ |
| D | stdlib.h | 345 long long strsuftoll(const char *, const char *, long long, long long);
|
| /netbsd/src/tools/compat/ |
| D | configure.ac | 235 strcasecmp strncasecmp strndup strnlen strsep strsuftoll strtoi \ 249 AC_CHECK_DECLS([strsuftoll, mi_vector_hash],,,[#include <stdlib.h>])
|
| D | Makefile | 26 strsep.c strsuftoll.c strtoll.c \
|
| D | compat_defs.h | 613 long long strsuftoll(const char *, const char *, long long, long long);
|
| D | nbtool_config.h.in | 357 /* Define to 1 if you have the declaration of `strsuftoll', and to 0 if you 702 /* Define to 1 if you have the `strsuftoll' function. */
|
| D | configure | 5513 ac_fn_c_check_decl "$LINENO" "strsuftoll" "ac_cv_have_decl_strsuftoll" "#include <stdlib.h>
|
| /netbsd/src/usr.bin/audio/record/ |
| D | record.c | 113 bufsize = strsuftoll("read buffer size", optarg, in main()
|
| /netbsd/src/usr.bin/audio/play/ |
| D | play.c | 99 bufsize = strsuftoll("write buffer size", optarg, in main()
|
| /netbsd/src/external/gpl3/gcc/ |
| D | README.gcc12 | 84 …adding -fno-stack-protector to strsuftoll.c, citrus_module.c, and blake2_prov.c, respectively, wor…
|
| /netbsd/src/lib/libc/include/ |
| D | namespace.h | 692 #define strsuftoll _strsuftoll macro
|
| /netbsd/src/doc/ |
| D | HACKS | 1002 file lib/libc/stdlib/strsuftoll.c : 1.10 1010 With GCC 12, strsuftoll() triggers an stack protector issue
|
| /netbsd/src/usr.sbin/makemandb/ |
| D | nostem.txt | 3926 strsuftoll
|
| /netbsd/src/distrib/sets/lists/comp/ |
| D | mi | 10945 ./usr/share/man/cat3/strsuftoll.0 comp-c-catman .cat 19470 ./usr/share/man/html3/strsuftoll.html comp-c-htmlman html 28031 ./usr/share/man/man3/strsuftoll.3 comp-c-man .man
|