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

  /src/crypto/external/bsd/netpgp/dist/src/lib/
bufgap.c 133 FILE *filep; local
137 filep = NULL;
138 if (f != NULL && (filep = fopen(f, "r")) == NULL) {
145 (void) fstat(fileno(filep), &s);
149 (size_t)s.st_size, filep);
150 (void) fclose(filep);
503 bufgap_write(bufgap_t *bp, FILE *filep)
505 if (fwrite(bp->buf, sizeof(char), (size_t)bp->abc, filep) != (size_t)bp->abc) {
508 if (fwrite(&BEFSUB(bp, bp->bbc), sizeof(char), (size_t)bp->bbc, filep) != (size_t)bp->bbc) {
  /src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
bufgap.c 122 FILE *filep; local
126 filep = NULL;
127 if (f != NULL && (filep = fopen(f, "r")) == NULL) {
134 (void) fstat(fileno(filep), &s);
138 (size_t)s.st_size, filep);
139 (void) fclose(filep);
492 bufgap_write(bufgap_t *bp, FILE *filep)
494 if (fwrite(bp->buf, sizeof(char), (size_t)bp->abc, filep) != (size_t)bp->abc) {
497 if (fwrite(&BEFSUB(bp, bp->bbc), sizeof(char), (size_t)bp->bbc, filep) != (size_t)bp->bbc) {
  /src/external/ibm-public/postfix/dist/src/tls/
tls_certkey.c 466 char **filep; local
471 for (filep = files->argv; ret == 0 && *filep; ++filep) {
472 st.source = *filep;
478 more = filep[1] ? PEM_LOAD_READ_MORE : PEM_LOAD_READ_LAST;
  /src/usr.bin/sdiff/
sdiff.c 984 struct fileline *filep; local
986 filep = SIMPLEQ_FIRST(&delqhead);
987 enqueue(filep->line, '<', NULL);
989 free(filep);
  /src/external/gpl3/binutils/dist/bfd/
ecofflink.c 345 bool filep;
409 && (*tail)->filep
429 n->filep = true;
462 n->filep = false;
1542 if (! l->filep)
2524 if (! l->filep)
344 bool filep; member in struct:shuffle
  /src/external/gpl3/binutils.old/dist/bfd/
ecofflink.c 345 bool filep;
409 && (*tail)->filep
429 n->filep = true;
462 n->filep = false;
1542 if (! l->filep)
2526 if (! l->filep)
344 bool filep; member in struct:shuffle
  /src/external/gpl3/gdb/dist/bfd/
ecofflink.c 335 bool filep;
399 && (*tail)->filep
419 n->filep = true;
452 n->filep = false;
1532 if (! l->filep)
2516 if (! l->filep)
333 bool filep; member in struct:shuffle
  /src/external/gpl3/gdb.old/dist/bfd/
ecofflink.c 335 bool filep;
399 && (*tail)->filep
419 n->filep = true;
452 n->filep = false;
1532 if (! l->filep)
2516 if (! l->filep)
333 bool filep; member in struct:shuffle
  /src/external/bsd/libarchive/dist/libarchive/
archive_read_support_format_iso9660.c 1844 struct file_info *file, *filep; local
1899 for (filep = parent; filep != NULL; filep = filep->parent) {
1900 if (filep->offset == offset) {

Completed in 62 milliseconds