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

/freebsd-11-stable/contrib/mdocml/
H A Ddba.c238 * Return a pointer to a temporary copy of instr with inbyte prepended.
241 prepend(const char *instr, char inbyte) argument
252 *outstr = inbyte;
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_ripencc.c1889 int inbyte
1894 if (inbyte < 0 || inbyte > 0xFF) return;
1896 newbyte = (unsigned char)(inbyte);

Completed in 161 milliseconds