Searched refs:parseint (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/usr.sbin/rtprio/ |
| HD | rtprio.c | 49 static int parseint(const char *, const char *); 70 proc = parseint(argv[1], "pid"); in main() 103 rtp.prio = parseint(argv[1], "priority"); in main() 110 proc = parseint(argv[2], "pid"); in main() 127 parseint(const char *str, const char *errname) in parseint() function
|
| /NextBSD/contrib/ntp/lib/isc/win32/ |
| HD | libisc.mak | 164 -@erase "$(INTDIR)\parseint.obj" 288 "$(INTDIR)\parseint.obj" \ 404 -@erase "$(INTDIR)\parseint.obj" 405 -@erase "$(INTDIR)\parseint.sbr" 557 "$(INTDIR)\parseint.sbr" \ 645 "$(INTDIR)\parseint.obj" \ 1675 SOURCE=..\parseint.c 1680 "$(INTDIR)\parseint.obj" : $(SOURCE) "$(INTDIR)" 1687 "$(INTDIR)\parseint.obj" "$(INTDIR)\parseint.sbr" : $(SOURCE) "$(INTDIR)"
|
| HD | libisc.dsp | 426 SOURCE=..\include\isc\parseint.h 710 SOURCE=..\parseint.c
|
| /NextBSD/lib/libc/stdio/ |
| HD | vfwscanf.c | 302 parseint(FILE *fp, wchar_t *buf, int width, int base, int flags, in parseint() function 721 nr = parseint(fp, buf, width, base, flags, locale); in __vfwscanf()
|
| HD | vfscanf.c | 318 parseint(FILE *fp, char * __restrict buf, int width, int base, int flags) in parseint() function 741 nr = parseint(fp, buf, width, base, flags); in __svfscanf()
|
| /NextBSD/contrib/ntp/ |
| HD | CommitLog | 148120 lib/isc/include/isc/parseint.h@1.1 +64 -0 148123 lib/isc/include/isc/parseint.h@1.0 +0 -0 148356 lib/isc/parseint.c@1.1 +72 -0 148359 lib/isc/parseint.c@1.0 +0 -0
|