Home
last modified time | relevance | path

Searched refs:endcomment (Results 1 – 2 of 2) sorted by relevance

/openbsd/usr.bin/signify/
H A Dzsig.c38 uint8_t *endcomment; member
119 h->endcomment = p; in readgz_header()
204 len = h.endcomment-h.comment; in zverify()
228 copy_blocks(fdout, fdin, p, h.endcomment, bufsize, bufend); in zverify()
/openbsd/usr.bin/rpcgen/
H A Drpc_scan.c57 #define endcomment(where) (where[-1] == '*' && where[0] == '/') macro
190 if (endcomment(where)) {