/external/curl/scripts/ |
zsh.pl | 44 my ($short, $long, $arg, $desc) = ($line =~ /^$regex/) or next; 48 $desc =~ s/'/''/g if defined $desc; 49 $desc =~ s/\[/\\\[/g if defined $desc; 50 $desc =~ s/\]/\\\]/g if defined $desc; 55 $option .= '\'[' . trim($desc) . ']\'' if defined $desc;
|
/external/avahi/initscript/slackware/ |
avahi-daemon.in | 29 echo "Starting $DESC: $DAEMON -D" 41 echo -en "Stopping $DESC: " 59 echo "$DESC is already running (will not start it twice)." 70 echo "$DESC is currently running" 72 echo "$DESC is not running."
|
avahi-dnsconfd.in | 29 echo "Starting $DESC: $DAEMON -D" 41 echo -en "Stopping $DESC: " 59 echo "$DESC is already running (will not start it twice)." 70 echo "$DESC is currently running" 72 echo "$DESC is not running."
|
/external/iproute2/testsuite/lib/ |
generic.sh | 37 ts_err "${SCRIPT}: ${DESC} failed:" 46 echo "${SCRIPT}: ${DESC} succeeded with output:" 49 echo "${SCRIPT}: ${DESC} succeeded" 62 ts_err "${SCRIPT}: ${DESC} failed:" 71 echo "${SCRIPT}: ${DESC} succeeded with output:" 74 echo "${SCRIPT}: ${DESC} succeeded"
|
/external/avahi/initscript/archlinux/ |
avahi-daemon.in | 36 stat_busy "Starting $DESC" 46 stat_busy "Stopping $DESC" 60 stat_busy "Reloading services for $DESC"
|
avahi-dnsconfd.in | 36 stat_busy "Starting $DESC" 46 stat_busy "Stopping $DESC" 60 stat_busy "Reloading services for $DESC"
|
/external/avahi/initscript/debian/ |
avahi-daemon.in | 104 log_warning_msg "Not starting $DESC $NAME, disabled via /etc/default/$NAME" 144 $DAEMON -c && echo "$DESC is running" || echo "$DESC is not running" 149 log_begin_msg "Starting $DESC: $NAME" 154 log_begin_msg "Stopping $DESC: $NAME" 159 log_begin_msg "Reloading services for $DESC: $NAME" 164 log_begin_msg "Restarting $DESC: $NAME"
|
avahi-dnsconfd.in | 104 log_warning_msg "Not starting $DESC $NAME, disabled via /etc/default/$NAME" 150 [ $? = 0 ] && echo "$DESC is running" || echo "$DESC is not running" 155 log_begin_msg "Starting $DESC: $NAME" 160 log_begin_msg "Stopping $DESC: $NAME" 165 log_begin_msg "Refreshing $DESC: $NAME" 170 log_begin_msg "Restarting $DESC: $NAME"
|
/external/libxml2/doc/ |
search.php | 258 $desc = mysql_result($result, $i, 4); 268 $module, $desc, $name, $url); 283 $desc = mysql_result($result, $i, 4); 293 $module, $desc, $name, $url); 308 $desc = mysql_result($result, $i, 4); 316 $module, $desc, $name, $url); 330 $desc = mysql_result($result, $i, 4); 337 $module, $desc, $name, $url); 351 $desc = mysql_result($result, $i, 4); 362 $u, $desc, $name, $url) [all...] |
/external/curl/tests/ |
testcurl.pl | 73 use vars qw($name $email $desc $confopts $runtestopts $setupfile $mktarball 111 $desc = (split(/=/, shift @ARGV, 2))[1]; 266 if($name && $email && $desc) { 299 if (!$desc) { 301 $desc = <>; 302 chomp $desc; 321 print F "desc='$desc'\n"; 345 logit "DESC = $desc";
|
testcurl.1 | 116 testprog="perl ./curl/tests/testcurl.pl $name $email $desc"
|
/external/curl/packages/vms/ |
clean_gnv_curl.com | 129 $! 130 $ file = "lcl_root:[.packages.vms]*-curl-*.pcsi$desc" 132 $! 133 $ file = "lcl_root:[.packages.vms]*-curl_d-*.pcsi$desc"
|
readme | 42 This procedure builds the pcsi$desc file for
|
build_gnv_curl_pcsi_desc.com | 103 $ create 'base_file'.pcsi$desc 108 $ open/append pdsc 'base_file'.pcsi$desc
|
build_vms.com | 391 $ file = "[...]*curl*.pcsi$desc" 393 $ file = "[...]*curl_d*.pcsi$desc" [all...] |
/external/valgrind/cachegrind/ |
cg_diff.in | 170 my $desc; 174 $desc .= $line;
|
cg_annotate.in | 94 my $desc = ""; 321 $desc .= $line; 458 print($desc);
|
/external/valgrind/massif/ |
ms_print.in | 357 my $desc = ""; # Concatenated description lines. 378 $desc .= $line; 476 print("Massif arguments: $desc");
|
/external/valgrind/callgrind/ |
callgrind_annotate.in | 99 my $desc = ""; 423 else { $desc .= "$dline\n"; } 723 print($desc); [all...] |
/external/libmicrohttpd/src/testspdy/ |
Makefile.in | [all...] |
/external/libmicrohttpd/src/testzzuf/ |
Makefile.in | [all...] |
/external/libmicrohttpd/src/microhttpd/ |
Makefile.in | [all...] |
/external/libmicrohttpd/src/testcurl/ |
Makefile.in | [all...] |
/external/libmicrohttpd/src/testcurl/https/ |
Makefile.in | [all...] |
/external/protobuf/gtest/ |
Makefile.in | [all...] |