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

  /src/crypto/dist/ipsec-tools/misc/
cvs2cl.pl 19 use File::Basename qw( fileparse );
398 use File::Basename qw( fileparse );
780 use File::Basename qw( fileparse );
1006 use File::Basename qw( fileparse );
1653 ($base, $dir, undef) = fileparse ($qunkref->filename);
1806 use File::Basename qw( fileparse );
1851 @self{qw(filename dir_key)} = fileparse($path);
1909 use File::Basename qw( fileparse );
2207 ($base, undef, undef) = fileparse($path);
2506 # do the path separators slope? Can we use fileparse as per the loca
    [all...]
  /src/crypto/external/apache2/openssl/dist/apps/
tsget.in 158 my ($base, $path) = fileparse($input, '\.[^.]*');
  /src/crypto/external/bsd/openssl/dist/apps/
tsget.in 158 my ($base, $path) = fileparse($input, '\.[^.]*');
  /src/crypto/external/bsd/openssl.old/dist/apps/
tsget.in 158 my ($base, $path) = fileparse($input, '\.[^.]*');
  /src/external/gpl3/autoconf/dist/lib/Autom4te/
General.pm 63 qw (&basename &dirname &fileparse);
  /src/external/gpl2/xcvs/dist/contrib/
validate_repo.in 408 my( $name, $path ) = fileparse( $file );
  /src/external/lgpl3/gmp/dist/tune/
many.pl 919 my ($FILE,$path,$lang) = fileparse($file_full,"\.[a-zA-Z]+");
  /src/external/gpl3/binutils/dist/gprofng/gp-display-html/
gp-display-html.in 717 my ($filename, $directory_path, $ignore_suffix) = fileparse ($exp_dir);
1992 fileparse ($output_which_gp_display_text);
3759 my ($base, $ignore_value, $ignore_too) = fileparse ($loadobj);
4674 my ($gp_file_name, $gp_path, $suffix_not_used) = fileparse ($full_command);
7964 # A simple function to return the basename using fileparse. To keep things
7966 # fileparse function directly.
7976 ($basename_value, $ignore_value_1, $ignore_value_2) = fileparse ($full_name);
9007 ($metric, $ignore_directory, $ignore_suffix) = fileparse ($file, ".sort.func");
10562 # basename are not reliable and fileparse () is recommended instead.
10566 ($gp_metrics_file, $gp_metrics_dir, $suffix_not_used) = fileparse ($file, ".sort.func-PC")
    [all...]
  /src/external/gpl3/binutils.old/dist/gprofng/gp-display-html/
gp-display-html.in 717 my ($filename, $directory_path, $ignore_suffix) = fileparse ($exp_dir);
1992 fileparse ($output_which_gp_display_text);
3759 my ($base, $ignore_value, $ignore_too) = fileparse ($loadobj);
4674 my ($gp_file_name, $gp_path, $suffix_not_used) = fileparse ($full_command);
7964 # A simple function to return the basename using fileparse. To keep things
7966 # fileparse function directly.
7976 ($basename_value, $ignore_value_1, $ignore_value_2) = fileparse ($full_name);
9007 ($metric, $ignore_directory, $ignore_suffix) = fileparse ($file, ".sort.func");
10562 # basename are not reliable and fileparse () is recommended instead.
10566 ($gp_metrics_file, $gp_metrics_dir, $suffix_not_used) = fileparse ($file, ".sort.func-PC")
    [all...]

Completed in 51 milliseconds