OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bufgap_tell
(Results
1 - 6
of
6
) sorted by relevancy
/src/crypto/external/bsd/netpgp/dist/src/lib/
bufgap.h
79
int64_t
bufgap_tell
(bufgap_t *, int, int);
ssh2pgp.c
244
off =
bufgap_tell
(&bg, BGFromBOF, BGByte);
265
bufgap_delete(&bg, (uint64_t)
bufgap_tell
(&bg, BGFromEOF, BGByte));
307
if (ok &&
bufgap_tell
(&bg, BGFromEOF, BGByte) > 0) {
308
printf("%"PRIi64" bytes left\n",
bufgap_tell
(&bg, BGFromEOF, BGByte));
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.h
79
int64_t
bufgap_tell
(bufgap_t *, int, int);
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);
libverify.c
2683
off =
bufgap_tell
(&bg, BGFromBOF, BGByte);
2698
bufgap_delete(&bg, (uint64_t)
bufgap_tell
(&bg, BGFromEOF, BGByte));
2739
if (ok &&
bufgap_tell
(&bg, BGFromEOF, BGByte) > 0) {
2740
printf("%"PRIi64" bytes left\n",
bufgap_tell
(&bg, BGFromEOF, BGByte));
Completed in 27 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026