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

/freebsd-9.3-release/usr.bin/csup/
H A Dproto.c83 static int proto_escape(struct stream *, const char *);
656 proto_escape(struct stream *wr, const char *s) function
765 rv = proto_escape(wr, s);
774 rv = proto_escape(wr, attr);
782 rv = proto_escape(wr, attr);
811 * Unescape the string, see proto_escape().

Completed in 45 milliseconds