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

  /src/external/bsd/libpcap/dist/
pcap-new.c 183 HANDLE filehandle; local
222 filehandle = FindFirstFile(name, &filedata);
224 if (filehandle == INVALID_HANDLE_VALUE)
285 FindClose(filehandle);
319 FindClose(filehandle);
334 FindClose(filehandle);
353 FindClose(filehandle);
364 while (FindNextFile(filehandle, &filedata) != 0);
372 FindClose(filehandle);
  /src/usr.sbin/rpc.lockd/
lockd_lock.c 96 nfs_fhandle_t filehandle; /* NFS filehandle */ member in struct:file_lock
158 fhcmp(&newfl->filehandle, &fl->filehandle) != 0)
178 nfs_fhandle_t filehandle; local
180 /* convert lock to a local filehandle */
181 if (fhconv(&filehandle, &lock->fh)) {
191 if (fhcmp(&fl->filehandle, &filehandle) != 0)
197 fhfree(&filehandle);
362 nfs_fhandle_t filehandle; local
    [all...]
  /src/crypto/external/apache2/openssl/dist/external/perl/Text-Template-1.56/t/
taint.t 68 # filehandle should die without UNTAINT option
83 should_fail TYPE => 'filehandle', SOURCE => $fh;
87 should_work TYPE => 'filehandle', SOURCE => $fh, UNTAINT => 1;
  /src/crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/t/
taint.t 68 # filehandle should die without UNTAINT option
83 should_fail TYPE => 'filehandle', SOURCE => $fh;
87 should_work TYPE => 'filehandle', SOURCE => $fh, UNTAINT => 1;
  /src/external/lgpl2/userspace-rcu/dist/tests/utils/
tap.c 48 void flockfile (FILE * filehandle) {
53 void funlockfile(FILE * filehandle) {
  /src/crypto/external/apache2/openssl/dist/external/perl/Text-Template-1.56/lib/Text/
Template.pm 56 %LEGAL_TYPE = map { $_ => 1 } qw(FILE FILEHANDLE STRING ARRAY);
137 elsif ($type eq 'FILEHANDLE') {
623 $template = Text::Template->new(TYPE => 'FILEHANDLE', SOURCE => $fh );
656 $success = $template->fill_in(OUTPUT => \*FILEHANDLE, ...);
920 The C<TYPE> can be FILEHANDLE, in which case the source should be an
921 open filehandle (such as you got from the C<FileHandle> or C<IO::*>
923 C<Text::Template> will read the text from the filehandle up to
927 Text::Template->new ( TYPE => 'FILEHANDLE',
980 comes from a filehandle. When used with C<TYPE =E<gt> 'string'> or C<TYP
    [all...]
  /src/crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/lib/Text/
Template.pm 56 %LEGAL_TYPE = map { $_ => 1 } qw(FILE FILEHANDLE STRING ARRAY);
137 elsif ($type eq 'FILEHANDLE') {
623 $template = Text::Template->new(TYPE => 'FILEHANDLE', SOURCE => $fh );
656 $success = $template->fill_in(OUTPUT => \*FILEHANDLE, ...);
920 The C<TYPE> can be FILEHANDLE, in which case the source should be an
921 open filehandle (such as you got from the C<FileHandle> or C<IO::*>
923 C<Text::Template> will read the text from the filehandle up to
927 Text::Template->new ( TYPE => 'FILEHANDLE',
980 comes from a filehandle. When used with C<TYPE =E<gt> 'string'> or C<TYP
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/external/perl/Text-Template-1.46/lib/Text/
Template.pm 48 %LEGAL_TYPE = map {$_=>1} qw(FILE FILEHANDLE STRING ARRAY);
108 } elsif ($type eq 'FILEHANDLE') {
496 $template = Text::Template->new(TYPE => 'FILEHANDLE', SOURCE => $fh );
529 $success = $template->fill_in(OUTPUT => \*FILEHANDLE, ...);
796 The C<TYPE> can be FILEHANDLE, in which case the source should be an
797 open filehandle (such as you got from the C<FileHandle> or C<IO::*>
799 C<Text::Template> will read the text from the filehandle up to
803 new Text::Template ( TYPE => 'FILEHANDLE',
845 comes from a filehandle. When used with C<TYPE =E<gt> 'string'> or C<TYP
    [all...]
  /src/external/bsd/ntp/dist/sntp/ag-tpl/0-old/
Mdoc.pm 55 Parse a line from the C<INPUT> filehandle. If a macro was detected it returns a

Completed in 35 milliseconds