| /src/external/bsd/ipf/dist/samples/ |
| userauth.c | 21 fr_info_t *fin = &fra.fra_info; local 22 fr_ip_t *fi = &fin->fin_fi; 37 printf("port %d ", fin->fin_data[0]); 40 printf("port %d ", fin->fin_data[1]);
|
| /src/crypto/external/apache2/openssl/dist/include/internal/ |
| quic_sf_list.h | 45 unsigned int fin; member in struct:sframe_list_st 71 * fin should be set if this is the final frame of the stream. 74 * fin flag (this is an ossl_assert() check so a caller must 79 const unsigned char *data, int fin); 86 * *fin is set if this is the final frame of the stream. 91 * case *fin is set, if the end of the stream is reached. 95 int *fin); 112 * fin is set to 1 if the head frame is also the tail frame. 118 int *fin);
|
| /src/external/bsd/openldap/dist/libraries/librewrite/ |
| rewrite.c | 44 FILE *fin, 56 if ( rewrite_read( fin, info ) != 0 ) { 130 FILE *fin = NULL; local 151 fin = fopen( optarg, "r" ); 152 if ( fin == NULL ) { 189 apply( ( fin ? fin : stdin ), rewriteContext, argv[ optind ] ); 191 if ( fin ) { 192 fclose( fin );
|
| /src/external/bsd/zstd/dist/examples/ |
| streaming_decompression.c | 19 FILE* const fin = fopen_orDie(fname, "rb"); local 39 while ( (read = fread_orDie(buffIn, toRead, fin)) ) { 78 fclose_orDie(fin);
|
| streaming_compression.c | 25 FILE* const fin = fopen_orDie(fname, "rb"); local 58 size_t read = fread_orDie(buffIn, toRead, fin); 97 fclose_orDie(fin);
|
| multiple_streaming_compression.c | 60 FILE* const fin = fopen_orDie(fname, "rb"); local 71 while ( (read = fread_orDie(ress.buffIn, toRead, fin)) ) { 92 fclose_orDie(fin);
|
| streaming_compression_thread_pool.c | 36 FILE* const fin = fopen_orDie(args->fname, "rb"); local 68 size_t read = fread_orDie(buffIn, toRead, fin); 109 fclose_orDie(fin);
|
| /src/external/bsd/zstd/dist/contrib/seekable_format/examples/ |
| seekable_decompression.c | 89 FILE* const fin = fopen_orDie(fname, "rb"); local 97 size_t const initResult = ZSTD_seekable_initFile(seekable, fin); 116 fclose_orDie(fin);
|
| parallel_processing.c | 111 FILE* const fin = fopen_orDie(job->fname, "rb"); local 116 size_t const initResult = ZSTD_seekable_initFile(seekable, fin); 133 fclose(fin); 143 FILE* const fin = fopen_orDie(fname, "rb"); local 148 size_t const initResult = ZSTD_seekable_initFile(seekable, fin); 171 fclose(fin);
|
| seekable_compression.c | 65 FILE* const fin = fopen_orDie(fname, "rb"); local 78 while( (read = fread_orDie(buffIn, toRead, fin)) ) { 99 fclose_orDie(fin);
|
| seekable_decompression_mem.c | 91 FILE* const fin = fopen_orDie(fname, "rb"); local 95 size_t const inSize = fread_orDie(buffIn, MAX_FILE_SIZE, fin); 121 fclose_orDie(fin);
|
| parallel_compression.c | 127 FILE* const fin = fopen_orDie(fname, "rb"); local 134 fseek_orDie(fin, 0, SEEK_END); 135 long int length = ftell_orDie(fin); 136 fseek_orDie(fin, 0, SEEK_SET); 147 size_t inSize = fread_orDie(in, frameSize, fin); 182 fclose_orDie(fin);
|
| /src/usr.bin/rdist/ |
| main.c | 71 FILE *fin = NULL; /* input file pointer */ variable 123 fin = stdin; 215 if (fin == NULL) { 217 if ((fin = fopen("distfile","r")) == NULL) 218 fin = fopen("Distfile", "r"); 220 fin = fopen(distfile, "r"); 221 if (fin == NULL) {
|
| /src/external/bsd/nsd/dist/ |
| verify.c | 418 FILE *fin; local 425 fin = NULL; 490 if ((fin = fdopen(fdin, "w")) == NULL) { 497 setbuf(fin, NULL); 538 if(fin != NULL) { 539 verifier->zone_feed.fh = fin; 593 if(fin != NULL) { 606 if(fin != NULL) { 607 fclose(fin);
|
| /src/usr.bin/mail/ |
| names.c | 253 FILE *fout, *fin; local 367 fin = NULL; 369 fin = Fdopen(f, "ref"); 370 if (fin == NULL) { 376 rewind(fin); 377 while ((c = getc(fin)) != EOF) 383 (void)Fclose(fin); 387 (void)Fclose(fin);
|
| /src/usr.bin/rpcgen/ |
| rpc_util.c | 73 FILE *fin; /* file pointer of current input */ variable
|
| /src/crypto/external/apache2/openssl/dist/test/ |
| quic_stream_test.c | 154 /* Now FIN */ 157 /* Get FIN frame */ 172 /* Read more data; FIN should not be returned any more */ 178 /* Lose FIN frame */ 182 /* Get FIN frame */ 197 /* Read more data; FIN should not be returned any more */ 203 /* Acknowledge fin. */ 343 size_t *readbytes, int *fin) 351 if (!ossl_quic_rstream_get_record(qrs, &record, &rec_len, fin)) 357 *fin = 0 381 int fin = 0; local 482 int r, s, fin = 0, fin_set = 0; local [all...] |
| /src/external/gpl2/rcs/dist/src/ |
| rcsgen.c | 594 RILE *fin; local 595 if (!(fin = Iopen(srcname, "r", (struct stat*)0))) { 599 putdftext(delta, fin, fout, diffmt); 600 Ifclose(fin); 641 register RILE *fin; local 658 fin = finfile; 659 setupcache(fin); 662 cache(fin); 670 while (0 <= (ed = getdiffcmd(fin, false, fout, &dc))) 672 cache(fin); [all...] |
| /src/external/gpl3/binutils/dist/zlib/contrib/minizip/ |
| minizip.c | 182 FILE * fin = FOPEN_FUNC(filenameinzip,"rb"); local 186 if (fin==NULL) 195 size_read = fread(buf,1,size_buf,fin); 197 if (feof(fin)==0) 209 if (fin) 210 fclose(fin); 387 FILE * fin = NULL; local 452 fin = FOPEN_FUNC(filenameinzip,"rb"); 453 if (fin==NULL) 464 size_read = fread(buf,1,size_buf,fin); [all...] |
| /src/external/gpl3/binutils.old/dist/zlib/contrib/minizip/ |
| minizip.c | 190 FILE * fin = FOPEN_FUNC(filenameinzip,"rb"); local 194 if (fin==NULL) 203 size_read = fread(buf,1,size_buf,fin); 205 if (feof(fin)==0) 217 if (fin) 218 fclose(fin); 399 FILE * fin; local 464 fin = FOPEN_FUNC(filenameinzip,"rb"); 465 if (fin==NULL) 476 size_read = fread(buf,1,size_buf,fin); [all...] |
| /src/external/gpl3/gdb.old/dist/zlib/contrib/minizip/ |
| minizip.c | 190 FILE * fin = FOPEN_FUNC(filenameinzip,"rb"); local 194 if (fin==NULL) 203 size_read = fread(buf,1,size_buf,fin); 205 if (feof(fin)==0) 217 if (fin) 218 fclose(fin); 399 FILE * fin; local 464 fin = FOPEN_FUNC(filenameinzip,"rb"); 465 if (fin==NULL) 476 size_read = fread(buf,1,size_buf,fin); [all...] |
| /src/external/gpl3/gdb/dist/zlib/contrib/minizip/ |
| minizip.c | 182 FILE * fin = FOPEN_FUNC(filenameinzip,"rb"); local 186 if (fin==NULL) 195 size_read = fread(buf,1,size_buf,fin); 197 if (feof(fin)==0) 209 if (fin) 210 fclose(fin); 387 FILE * fin = NULL; local 452 fin = FOPEN_FUNC(filenameinzip,"rb"); 453 if (fin==NULL) 464 size_read = fread(buf,1,size_buf,fin); [all...] |
| /src/common/dist/zlib/contrib/minizip/ |
| minizip.c | 184 FILE * fin = FOPEN_FUNC(filenameinzip,"rb"); local 188 if (fin==NULL) 197 size_read = (unsigned long)fread(buf,1,size_buf,fin); 199 if (feof(fin)==0) 211 if (fin) 212 fclose(fin); 389 FILE * fin = NULL; local 454 fin = FOPEN_FUNC(filenameinzip,"rb"); 455 if (fin==NULL) 466 size_read = fread(buf,1,size_buf,fin); [all...] |
| /src/sys/external/bsd/ipf/netinet/ |
| ip_auth.c | 373 /* Parameters: fin(I) - pointer to ipftoken structure */ 381 ipf_auth_check(fr_info_t *fin, u_32_t *passp) 383 ipf_main_softc_t *softc = fin->fin_main_soft; 395 ip = fin->fin_ip; 407 !bcmp((char *)fin, (char *)&fra->fra_info, FI_CSIZE)) { 413 fin->fin_reason = FRB_AUTHFEEDBACK; 421 (fin->fin_flx & FI_FRAG))) { 427 fr->fr_ifa = fin->fin_ifp; 439 fin->fin_fr = fr; 440 fin->fin_flx |= fra->fra_flx 1148 fr_info_t fin; local [all...] |
| /src/crypto/external/apache2/openssl/dist/demos/http3/ |
| ossl-nghttp3.c | 27 int done_recv_fin; /* Received FIN */ 480 * If we already got a FIN for this stream, there is nothing more to 498 /* Stream concluded normally. Pass FIN to HTTP/3 stack. */ 500 /*fin=*/1); 503 "cannot pass FIN to nghttp3: %s (%d)", 544 s->buf_total - s->buf_cur, /*fin=*/0); 572 int ec, fin; local 615 ec = nghttp3_conn_writev_stream(conn->h3conn, &stream_id, &fin, 623 * we let SSL_write_ex2(3) to conclude the stream for us (send FIN) 626 flags = (fin == 0) ? 0 : SSL_WRITE_FLAG_CONCLUDE [all...] |