Searched refs:atouint (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/external/bsd/ntp/dist/tests/libntp/
H A Datouint.c1 /* $NetBSD: atouint.c,v 1.2 2020/05/25 20:47:36 christos Exp $ */
23 TEST_ASSERT_TRUE(atouint(str, &actual));
31 TEST_ASSERT_FALSE(atouint(str, &actual));
38 TEST_ASSERT_FALSE(atouint(str, &actual));
45 TEST_ASSERT_FALSE(atouint(str, &actual));
52 TEST_ASSERT_FALSE(atouint(str, &actual));
H A DMakefile.am29 test-atouint \
95 $(srcdir)/run-atouint.c \
165 atouint.c \
166 run-atouint.c \
169 $(srcdir)/run-atouint.c: $(srcdir)/atouint.c $(std_unity_list)
H A DMakefile.in92 test-atouint$(EXEEXT) test-authkeys$(EXEEXT) \
187 am_test_atouint_OBJECTS = atouint.$(OBJEXT) run-atouint.$(OBJEXT) \
538 ./$(DEPDIR)/atoint.Po ./$(DEPDIR)/atouint.Po \
551 ./$(DEPDIR)/run-atouint.Po ./$(DEPDIR)/run-authkeys.Po \
1153 $(srcdir)/run-atouint.c $(srcdir)/run-authkeys.c \
1232 atouint.c \
1233 run-atouint.c \
1594 test-atouint$(EXEEXT): $(test_atouint_OBJECTS) $(test_atouint_DEPENDENCIES) $(EXTRA_test_atouint_DEPENDENCIES)
1595 @rm -f test-atouint
[all...]
/netbsd-current/external/bsd/ntp/dist/libntp/
H A Datouint.c1 /* $NetBSD: atouint.c,v 1.9 2020/05/25 20:47:24 christos Exp $ */
11 * atouint() - convert an ascii string representing a whole base 10
19 atouint( function
H A DMakefile.in169 atoint.c atolfp.c atouint.c audio.c authkeys.c authreadkeys.c \
224 atoint.$(OBJEXT) atolfp.$(OBJEXT) atouint.$(OBJEXT) \
255 atoint.c atolfp.c atouint.c audio.c authkeys.c authreadkeys.c \
303 ./$(DEPDIR)/atouint.Po ./$(DEPDIR)/audio.Po \
782 atouint.c \
1052 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atouint.Po@am__quote@ # am--include-marker
1338 -rm -f ./$(DEPDIR)/atouint.Po
1492 -rm -f ./$(DEPDIR)/atouint.Po
H A DMakefile.am152 atouint.c \
/netbsd-current/external/bsd/ntp/lib/libntp/
H A DMakefile20 atouint.c \
/netbsd-current/external/bsd/ntp/dist/include/
H A Dntp_stdlib.h173 extern int atouint (const char *, u_long *);
/netbsd-current/external/bsd/ntp/dist/ntpq/
H A Dntpq.c1856 if (!atouint(&str[1], &ul)) {
1875 if (!atouint(str, &argp->uval)) {
2312 return (atouint(str, val));
H A Dntpq-subs.c3865 if (atouint(val, &ul))
3906 atouint(pvdc->v.str, &ul);
3914 atouint(pvdc->v.str, &ul);
/netbsd-current/external/bsd/ntp/dist/ntpdc/
H A Dntpdc.c1425 if (!atouint(str, &argp->uval)) {

Completed in 293 milliseconds