Searched refs:fin (Results 1 - 25 of 87) sorted by relevance

1234

/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/generic/sha/
H A Dsha_driver.c11 FILE *fin; local
15 fin = stdin;
16 sha_stream(&sha_info, fin);
20 fin = fopen(*(++argv), "rb");
21 if (fin == NULL) {
24 sha_stream(&sha_info, fin);
26 fclose(fin);
/macosx-10.9.5/tidy-15.12/tidy/src/
H A Dfileio.c32 FileSource* fin = (FileSource*) sourceData; local
34 if ( fin->unget.size > 0 )
35 bv = tidyBufPopByte( &fin->unget );
37 bv = fgetc( fin->fp );
43 FileSource* fin = (FileSource*) sourceData; local
44 Bool isEOF = ( fin->unget.size == 0 );
46 isEOF = feof( fin->fp ) != 0;
52 FileSource* fin = (FileSource*) sourceData; local
53 tidyBufPutByte( &fin->unget, bv );
58 FileSource* fin local
73 FileSource* fin = (FileSource*) inp->sourceData; local
[all...]
H A Dmappedio.c35 MappedFileSource* fin = (MappedFileSource*) sourceData; local
36 return fin->base[fin->pos++];
41 MappedFileSource* fin = (MappedFileSource*) sourceData; local
42 return (fin->pos >= fin->size);
47 MappedFileSource* fin = (MappedFileSource*) sourceData; local
48 fin->pos--;
53 MappedFileSource* fin; local
57 fin
83 MappedFileSource* fin = (MappedFileSource*) inp->sourceData; local
176 MappedFileSource* fin = NULL; local
239 MappedFileSource* fin = (MappedFileSource*) inp->sourceData; local
266 HANDLE fin = CreateFileA( filnam, GENERIC_READ, FILE_SHARE_READ, NULL, local
[all...]
/macosx-10.9.5/bind9-45.100/bind9/doc/misc/
H A Dsort-options.pl21 my $fin = "";
25 $fin = $_;
46 $result = ${result}.${fin};
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/tools/
H A Dfixhbline10 set fail [catch {set fin [open $appscript r]}]
17 if {[gets $fin ipPath] < 0} {
25 close $fin
40 fcopy $fin $fout
42 close $fin
60 fcopy $fin $fout
62 close $fin
/macosx-10.9.5/KerberosHelper-148/Source/
H A DLKDCHelper-stubs.c55 #define MACHRETRYLOOP_BEGIN(kr, retry, err, fin) for (;;) {
56 #define MACHRETRYLOOP_END(kr, retry, err, fin) \
64 goto fin; \
69 goto fin; \
78 MACHRETRYLOOP_BEGIN(kr, retry, err, fin);
80 MACHRETRYLOOP_END(kr, retry, err, fin);
82 fin:
92 MACHRETRYLOOP_BEGIN(kr, retry, err, fin);
94 MACHRETRYLOOP_END(kr, retry, err, fin);
96 fin
[all...]
H A DLKDCHelper.c52 goto fin;
56 fin:
69 goto fin;
78 fin:
91 goto fin;
95 fin:
114 if (0 != error) { goto fin; }
126 fin:
151 goto fin;
159 goto fin;
[all...]
H A DLKDCHelper-main.c176 goto fin;
182 goto fin;
189 goto fin;
195 goto fin;
201 goto fin;
207 goto fin;
213 goto fin;
216 fin:
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/librewrite/
H A Drewrite.c42 FILE *fin,
54 if ( rewrite_read( fin, info ) != 0 ) {
128 FILE *fin = NULL; local
149 fin = fopen( optarg, "r" );
150 if ( fin == NULL ) {
187 apply( ( fin ? fin : stdin ), rewriteContext, argv[ optind ] );
189 if ( fin ) {
190 fclose( fin );
41 apply( FILE *fin, const char *rewriteContext, const char *arg ) argument
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSMacOSX/
H A Dhelper-stubs.c84 #define MACHRETRYLOOP_BEGIN(kr, retry, err, fin) \
87 #define MACHRETRYLOOP_END(kr, retry, err, fin) \
94 goto fin; \
98 { LogMsg("%s: %d 0x%X (%s)", __func__, (err), (err), mDNSHelperError(err)); goto fin; }
119 MACHRETRYLOOP_BEGIN(kr, retry, err, fin);
121 MACHRETRYLOOP_END(kr, retry, err, fin);
123 fin:
135 MACHRETRYLOOP_BEGIN(kr, retry, err, fin);
137 MACHRETRYLOOP_END(kr, retry, err, fin);
138 fin
[all...]
H A Dhelper.c124 goto fin;
128 fin:
129 debug("fin");
154 if (!authorized(&token)) { *err = kmDNSHelperNotAuthorized; goto fin; }
196 fin:
215 if (!authorized(&token)) { *err = kmDNSHelperNotAuthorized; goto fin; }
326 fin:
564 if (!authorized(&token)) goto fin;
578 goto fin;
584 goto fin;
[all...]
/macosx-10.9.5/man-16/man/src/
H A Dmakemsg.c41 FILE *fin, *foh, *foc; local
48 #define getbuf if (fgets (buf, sizeof(buf), fin) == NULL) {\
71 fin = fopen (infile, "r");
72 if (!fin) {
112 while (fgets (buf, sizeof(buf), fin) != NULL) {
171 fclose (fin);
/macosx-10.9.5/xnu-2422.115.4/bsd/netinet6/
H A Dnd6_send.c81 const char *fin; variable
113 fin = &buffer[SYSCTL_CGA_PARAMETERS_BUFFER_SIZE];
115 fin = &buffer[req->oldlen];
122 if (&oldp[sizeof (cfg.cga_prepare)] <= fin)
127 if (&oldp[sizeof (u16)] < fin) {
133 if (&oldp[iov->iov_len] < fin)
137 if (oldp > fin) {
169 fin = &buffer[req->newlen];
173 if (&newp[sizeof (cfg.cga_prepare)] <= fin)
178 if (&newp[sizeof (u16)] < fin) {
[all...]
/macosx-10.9.5/pam_modules-138/modules/pam_mount/
H A Dpam_mount.c93 goto fin;
98 goto fin;
105 goto fin;
112 goto fin;
118 goto fin;
136 goto fin;
155 goto fin;
200 fin:
259 goto fin;
271 goto fin;
[all...]
/macosx-10.9.5/shell_cmds-175/which/
H A Dwhich.c107 struct stat fin; local
111 stat(candidate, &fin) == 0 &&
112 S_ISREG(fin.st_mode) &&
114 (fin.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH)) != 0)) {
/macosx-10.9.5/zlib-53/zlib/contrib/minizip/
H A Dminizip.c176 FILE * fin = fopen64(filenameinzip,"rb"); local
179 if (fin==NULL)
188 size_read = (int)fread(buf,1,size_buf,fin);
190 if (feof(fin)==0)
202 if (fin)
203 fclose(fin);
385 FILE * fin; local
450 fin = fopen64(filenameinzip,"rb");
451 if (fin==NULL)
462 size_read = (int)fread(buf,1,size_buf,fin);
[all...]
/macosx-10.9.5/tidy-15.12/tidy/console/
H A Dtab2space.c206 static Stream *ReadFile(FILE *fin) argument
209 Stream *in = NewStream(fin);
266 FILE *fin, *fout; local
307 fin = fopen(infile, "rb");
312 fin = stdin;
328 if (fin)
330 in = ReadFile(fin);
332 if (fin != stdin)
333 fclose(fin);
/macosx-10.9.5/pam_modules-138/modules/pam_uwtmp/
H A Dpam_uwtmp.c144 goto fin;
154 goto fin;
159 fin:
/macosx-10.9.5/lukemftp-13.92.1/tnftp/src/
H A Dfetch.c510 FILE *volatile fin; local
518 fin = fout = NULL;
582 fin = fopen(decodedpath, "r");
583 if (fin == NULL) {
587 if (fstat(fileno(fin), &sb) == 0) {
592 if (lseek(fileno(fin), restart_point, SEEK_SET) < 0) {
756 fin = fdopen(s, "r+");
771 fprintf(fin, "GET %s HTTP/1.0\r\n", path);
773 fprintf(fin, "Pragma: no-cache\r\n");
775 fprintf(fin, "GE
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/test/scr016/src/com/sleepycat/db/test/
H A DEncryptTest.java109 FileInputStream fin = new FileInputStream(f);
111 fin.read(buf, 0, (int)f.length());
112 fin.close();
/macosx-10.9.5/zsh-60/zsh/Src/Modules/
H A Dzpty.c49 int fin; member in struct:ptycmd
419 p->fin = 0;
482 if (cmd->read != -1 || cmd->fin)
486 cmd->fin = 1;
577 if (cmd->fin)
639 return cmd->fin + 1;
661 if (cmd->fin)
668 return (all ? 0 : cmd->fin + 1);
731 if (p->fin)
765 return p->fin;
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/generic/
H A DjkPitchCmd.c87 int debut,fin,ancrage; member in struct:bidon
453 static void extension_zone(int accrochage,int debut,int fin,int to,short *tableau) argument
498 for (trame=accrochage;trame<fin;)
501 for (i=1;i<=AVANCE && trame+i <= fin; i++)
503 trier( m = minimum(trame+AVANCE , fin) ,avant,normal);
537 for (trame=l->debut;trame<l->fin;)
539 for (; trame<=l->fin && tableau[trame];trame++);
540 for (avant=trame; trame<=l->fin && !tableau[trame];trame++);
541 while ( avant > l->debut && trame<l->fin &&
544 if (avant > l->debut && trame<l->fin
546 int debut,fin,i; local
556 point_accrochage(int debut,int fin,int *accrochage,int To_Moyenne) argument
[all...]
/macosx-10.9.5/Heimdal-323.92.1/appl/ftp/ftp/
H A Dftp.c674 FILE *fin, *dout = 0; local
713 fin = stdin;
716 fin = popen (local + 1, lmode);
717 if (fin == NULL) {
726 fin = fopen (local, lmode);
727 if (fin == NULL) {
734 if (fstat (fileno (fin), &st) < 0 || !S_ISREG(st.st_mode)) {
737 fclose (fin);
748 (*closefunc) (fin);
760 rc = fseek (fin, (lon
[all...]
/macosx-10.9.5/pam_modules-138/common/
H A DCommon.c639 goto fin;
644 goto fin;
650 goto fin;
654 goto fin;
657 goto fin;
668 goto fin;
672 goto fin;
675 goto fin;
679 fin:
/macosx-10.9.5/mail_cmds-29/mail/
H A Dnames.c305 FILE *fout, *fin; local
405 fin = NULL;
407 fin = Fdopen(f, "r");
408 if (fin == NULL) {
414 rewind(fin);
415 while ((c = getc(fin)) != EOF)
421 (void)Fclose(fin);
425 (void)Fclose(fin);

Completed in 424 milliseconds

1234