HomeSort by: relevance | last modified time | path
    Searched defs:bufgap_tell (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/bsd/netpgp/dist/src/lib/
bufgap.c 380 bufgap_tell(bufgap_t *bp, int whence, int type) function
390 (void) fprintf(stderr, "weird whence in bufgap_tell\n");
419 off = bufgap_tell(bp, BGFromBOF, BGChar);
490 off = bufgap_tell(bp, BGFromBOF, BGChar);
  /src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
bufgap.c 369 bufgap_tell(bufgap_t *bp, int whence, int type) function
379 (void) fprintf(stderr, "weird whence in bufgap_tell\n");
408 off = bufgap_tell(bp, BGFromBOF, BGChar);
479 off = bufgap_tell(bp, BGFromBOF, BGChar);

Completed in 23 milliseconds