Searched refs:strtouv64 (Results 1 – 5 of 5) sorted by relevance
| /freebsd-src/contrib/ntp/include/ |
| H A D | vint64ops.h | 26 extern vint64 strtouv64(char * begp, char ** endp, int base);
|
| /freebsd-src/contrib/ntp/util/ |
| H A D | lsf-times.c | 58 expires = strtouv64(argv[1], &ep, 10); in main()
|
| /freebsd-src/contrib/ntp/libntp/ |
| H A D | vint64ops.c | 24 strtouv64( in strtouv64() function
|
| /freebsd-src/contrib/ntp/ntpd/ |
| H A D | ntp_leapsec.c | 189 pt->head.expire = strtouv64(cp, &ep, 10); in leapsec_load() 195 pt->head.update = strtouv64(cp, &ep, 10); in leapsec_load() 200 ttime = strtouv64(cp, &ep, 10); in leapsec_load()
|
| /freebsd-src/contrib/ntp/ |
| H A D | CommitLog | 2407 Eliminate strtouv64() const warning mess by following strtol() model. 2410 Eliminate strtouv64() const warning mess by following strtol() model. 2504 Eliminate strtouv64() const warning mess by following strtol() model. 5339 Correct const usage of strtouv64 endp argument. 5342 Correct const usage of strtouv64 endp argument. 5345 Correct const usage of strtouv64 endp argument. 5348 Correct const usage of strtouv64 endp argument. 5352 Correct const usage of strtouv64 endp argument.
|