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

  /src/crypto/dist/ipsec-tools/misc/
cvs2cl.pl 379 &main::debug ("(pushing log msg for ". $qunk->dir_key . $qunk->filename . ")\n");
384 $self->{$qunk->dir_key}{$author}{$time}{$msg_txt} =
386 unless exists $self->{$qunk->dir_key}{$author}{$time}{$msg_txt};
387 $self->{$qunk->dir_key}{$author}{$time}{$msg_txt}->add_fileentry($qunk);
1851 @self{qw(filename dir_key)} = fileparse($path);
1853 @self{qw(filename dir_key)} = ($path, './');
1886 sub dir_key { $_[0]->{dir_key} } subroutine
  /src/external/gpl2/gmake/dist/
dir.c 428 struct directory dir_key;
445 dir_key.name = name;
446 dir_slot = (struct directory **) hash_find_slot (&directories, &dir_key);
425 struct directory dir_key; local

Completed in 26 milliseconds