Home
last modified time | relevance | path

Searched refs:zputhex (Results 1 – 6 of 6) sorted by relevance

/dports/comms/zssh/zssh-1.5c/lrzsz-0.12.20/src/
H A Dzm.c97 static void zputhex __P ((int c, char *pos));
393 zputhex(type & 0x7f ,s+4); in zshhdr()
399 zputhex(*hdr,s+len); in zshhdr()
404 zputhex(crc>>8,s+len); in zshhdr()
405 zputhex(crc,s+len+2); in zshhdr()
903 zputhex(int c, char *pos) in zputhex() function
/dports/comms/lrzsz/lrzsz-0.12.20/src/
H A Dzm.c97 static void zputhex __P ((int c, char *pos));
393 zputhex(type & 0x7f ,s+4); in zshhdr()
399 zputhex(*hdr,s+len); in zshhdr()
404 zputhex(crc>>8,s+len); in zshhdr()
405 zputhex(crc,s+len+2); in zshhdr()
903 zputhex(int c, char *pos) in zputhex() function
/dports/comms/bforce-kst/bforce-0.22.8.kst7/source/bforce/
H A Dprot_zmmisc.c83 static int zputhex(int c);
530 if( (rc = zputhex(type)) < 0 ) return(rc); in zshhdr()
535 if( (rc = zputhex(*hdr & 0377)) < 0 ) in zshhdr()
541 if( (rc = zputhex((crc>>8)&0377)) < 0 ) return(rc); in zshhdr()
542 if( (rc = zputhex((crc )&0377)) < 0 ) return(rc); in zshhdr()
1077 static int zputhex(int c) in zputhex() function
/dports/net/freebsd-uucp/freebsd-uucp-r1_07_4/uucp/uucico/
H A Dprotz.c491 static char *zputhex P((char *p, int ch));
1911 p = zputhex (p, ihdrtype);
1916 p = zputhex (p, achdrval[i]);
1921 p = zputhex (p, (char) crc);
2305 zputhex(p, ch) in zputhex() function
/dports/comms/zssh/zssh-1.5c/lrzsz-0.12.20/
H A DChangeLog599 zsbh32,zsda32,zrdat32,zrbhdr32,zrhhdr,zputhex,zgethex,
/dports/comms/lrzsz/lrzsz-0.12.20/
H A DChangeLog599 zsbh32,zsda32,zrdat32,zrbhdr32,zrhhdr,zputhex,zgethex,