Searched refs:long_val (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/usr.sbin/ppp/
H A Dcommand.c1652 long long_val, param = (long)arg->cmd->args; local
1794 long_val = 0;
1796 long_val = atol(argp);
1797 if (long_val != 40 && long_val != 56 && long_val != 128) {
1819 l->ccp.cfg.mppe.keybits = long_val;
1869 long_val = atol(argp);
1870 if (long_val && long_val < MIN_MR
[all...]
/freebsd-12-stable/contrib/ntp/libntp/
H A Dsnprintf.c1869 long int long_val[] = { local
2109 TEST(long_fmt, long_val);

Completed in 133 milliseconds