Searched refs:atoi_err (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/crypto/openssh/
H A Dmisc.h95 const char *atoi_err(const char *, int *);
H A Dssh_namespace.h61 #define atoi_err Fssh_atoi_err macro
H A Dservconf.c1667 if ((errstr = atoi_err(arg, &value)) != NULL)
2044 if ((errstr = atoi_err(arg, &value)) != NULL)
H A Dreadconf.c1491 if ((errstr = atoi_err(arg, &value)) != NULL) {
2333 if ((errstr = atoi_err(arg + 9,
H A Dmisc.c2414 atoi_err(const char *nptr, int *val) function

Completed in 193 milliseconds