Home
last modified time | relevance | path

Searched refs:CMD_lookup (Results 1 – 4 of 4) sorted by relevance

/dports/net-mgmt/nfsen/nfsen-1.3.8/bin/
H A Dnfsen314 my %CMD_lookup = (
373 foreach my $cmd ( keys %CMD_lookup ) {
374 next unless $CMD_lookup{$cmd}{'nfsend'} == 0; # all direct executed commands
413 if ( !exists $CMD_lookup{$what} ) {
423 my $cmd = $CMD_lookup{$what}{'run'};
424 my $nfsend_execute = $CMD_lookup{$what}{'nfsend'};
433 if ( $0 =~ /nfsen.rc/ && $CMD_lookup{$what}{'rc_command'} == 0 ) {
437 if ( $CMD_lookup{$what}{'RunAsRoot'} == 1 && !NfSen::root_process() ) {
443 my $nfsend_socket = Nfcomm::nfsend_connect($CMD_lookup{$what}{'timeout'});
448 $comm_opts{'timeout'} = $CMD_lookup{$what}{'timeout'} if defined $CMD_lookup{$what}{'timeout'};
[all …]
/dports/net-mgmt/nfsen/nfsen-1.3.8/libexec/
H A DNfcomm.pm55 my %CMD_lookup = (
721 $CMD_lookup{'lookup'} = load_lookup();
904 $cmd = $CMD_lookup{$command};
/dports/www/xapian-omega12/xapian-omega-1.2.25/
H A Dquery.cc841 CMD_lookup, enumerator
1570 case CMD_lookup: { in eval()
/dports/www/xapian-omega/xapian-omega-1.4.18/
H A Dquery.cc973 CMD_lookup, enumerator
1939 case CMD_lookup: { in eval()