Searched refs:dir_loc (Results 1 – 5 of 5) sorted by relevance
| /mirbsd/src/gnu/usr.bin/perl/lib/File/ |
| D | Find.pm | 1004 my ($wanted, $dir_loc, $p_dir) = @_; # $dir_loc is the absolute directory 1008 my $updir_loc = $dir_loc; # untainted parent directory 1020 $loc_pref = ($dir_loc =~ /:$/) ? "$dir_loc" : "$dir_loc:"; 1023 $loc_pref = ( $dir_loc eq '/' ? '/' : "$dir_loc/" ); 1030 if (( $untaint ) && (is_tainted($dir_loc) )) { 1031 ( $updir_loc ) = $dir_loc =~ m|$untaint_pat|; # parent dir, now untainted 1037 die "directory $dir_loc is still tainted"; 1051 push @Stack,[$dir_loc,$updir_loc,$p_dir,$dir_rel,-1] if $bydepth; 1070 $fullname= $dir_loc; # $File::Find::fullname 1080 $updir_loc = $dir_loc; [all …]
|
| /mirbsd/src/sys/isofs/cd9660/ |
| D | cd9660_rrip.h | 87 char dir_loc [ISODCL ( 4, 11)]; /* 733 */ member 92 char dir_loc [ISODCL ( 4, 11)]; /* 733 */ member
|
| D | cd9660_rrip.c | 324 *ana->inump = isonum_733(p->dir_loc) << ana->imp->im_bshift;
|
| /mirbsd/src/usr.sbin/makefs/cd9660/ |
| D | iso9660_rrip.c | 231 t->attr.rr_entry.CL.dir_loc); in cd9660_rrip_finalize_node() 239 t->attr.rr_entry.PL.dir_loc); in cd9660_rrip_finalize_node()
|
| /mirbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | som.c | 2115 if (bfd_seek (abfd, lst_header.dir_loc, SEEK_SET) != 0) in som_object_p() 5497 if (bfd_seek (abfd, lst_filepos + lst_header->dir_loc, SEEK_SET) != 0) in som_bfd_fill_in_ar_symbols() 6112 lst.dir_loc = lst_size; in som_write_armap()
|