HomeSort by relevance Sort by last modified time
    Searched full:print (Results 326 - 350 of 3470) sorted by null

<<11121314151617181920>>

  /external/bluetooth/bluez/test/
simple-service 117 print "Service record with handle 0x%04x added" % (handle)
119 print "Press CTRL-C to remove service record"
123 print "Terminating session"
  /external/bzip2/
format.pl 38 #print "Infile: $infile, Outfile: $outfile\n";
47 print OUTFILE $prev;
65 print OUTFILE $curr;
  /external/dbus/bus/
main.c 70 fprintf (stderr, DAEMON_NAME " [--version] [--session] [--system] [--config-file=FILE] [--print-address[=DESCRIPTOR]] [--print-pid[=DESCRIPTOR]] [--fork] [--nofork] [--introspect]\n");
304 else if (strstr (arg, "--print-address=") == arg)
308 check_two_addr_descriptors (&addr_fd, "print-address");
319 strcmp (prev_arg, "--print-address") == 0)
321 check_two_addr_descriptors (&addr_fd, "print-address");
328 else if (strcmp (arg, "--print-address") == 0)
330 else if (strstr (arg, "--print-pid=") == arg)
334 check_two_pid_descriptors (&pid_fd, "print-pid");
345 strcmp (prev_arg, "--print-pid") == 0
    [all...]
  /external/dnsmasq/contrib/Suse/
README.susefirewall 24 - $AWK -F: '/^named .* UDP / {print $2}'| $GREP -vw 53 | $SORT -un`
25 + $AWK -F: '/^dnsmasq .* UDP / {print $2}'| $GREP -vw 53 | $SORT -un`
27 $AWK -F: '/^squid .* UDP/ {print $2}'| $SORT -un`
  /external/dnsmasq/contrib/dynamic-dnsmasq/
dynamic-dnsmasq.pl 57 print "Are you sure you want to delete user \"$ARGV[1]\"? [N/y] ";
75 print "user $key, hostname $domain, ip $ip\n";
78 print $fh "$ip\t$domain\n";
180 print $sock "HTTP/1.0 200 OK\n";
182 print $sock "Date: $tmp[0], $tmp[2] $tmp[1] $tmp[4] $tmp[3] GMT\n";
183 print $sock "Server: Peter's Fake DynDNS.org Server/1.0\n";
184 print $sock "Content-Type: text/plain; charset=ISO-8859-1\n";
185 print $sock "Connection: close\n";
186 print $sock "Transfer-Encoding: chunked\n";
187 print $sock "\n"
    [all...]
  /external/e2fsprogs/misc/
dumpe2fs.8.in 33 print the blocks which are reserved as bad in the filesystem.
66 print the detailed group information block numbers in hexadecimal format
69 print the version number of
  /external/genext2fs/
test-mount.sh 44 awk '{print $5}'`" ] ; then
67 awk '{print $1,$4,$5,$6","$7}'| \
72 awk '{ print "/dev/"$10,$3,$4,$5$6}' | \
  /external/iproute2/
README.lnstat 66 You can specify not to print a header at all
70 You can specify to print a header only at start of the program
74 You can specify to print a header at start and every 20 lines:
  /external/iproute2/man/man8/
lnstat.8 27 Print <count> number of intervals.
61 Do not print a header at all.
64 Print a header at start and every 20 lines.
  /external/iptables/extensions/
libip6t_CONNSECMARK.c 89 static void print(const struct ip6t_ip6 *ip, function
116 .print = &print,
libip6t_MARK.c 91 print(const struct ip6t_ip6 *ip, function
123 .print = &print,
libip6t_NFQUEUE.c 77 print(const struct ip6t_ip6 *ip, function
106 .print = &print,
libip6t_SECMARK.c 88 static void print(const struct ip6t_ip6 *ip, function
117 .print = &print,
libip6t_condition.c 67 print(const struct ip6t_ip6 *ip, function
96 .print = &print,
libipt_CLASSIFY.c 90 print(const struct ipt_ip *ip, function
121 .print = &print,
libipt_CONNSECMARK.c 89 static void print(const struct ipt_ip *ip, function
118 .print = &print,
libipt_NFQUEUE.c 77 print(const struct ipt_ip *ip, function
106 .print = &print,
libipt_SECMARK.c 86 static void print(const struct ipt_ip *ip, function
117 .print = &print,
libipt_comment.c 82 print(const struct ipt_ip *ip, function
111 .print = &print,
libipt_condition.c 67 print(const struct ipt_ip *ip, function
96 .print = &print,
libipt_helper.c 67 print(const struct ipt_ip *ip, function
93 .print = &print,
  /external/proguard/src/proguard/
Targeter.java 63 System.err.print("Warning: some classes have more recent versions (");
69 System.err.print(ClassUtil.externalClassVersion(classVersion.intValue()));
73 System.err.print(",");
  /external/srec/tools/cmd/
pht_to_short.pl 14 print STDERR "using phtfile $phtfile\n";
47 print OO "$language_header_line\n";
65 print OO "$word $sphPron\n";
  /external/tcpdump/
print-netbios.c 21 * Format and print NETBIOS packets.
27 "@(#) $Header: /tcpdump/master/tcpdump/print-netbios.c,v 1.20 2003/11/16 09:36:29 guy Exp $";
46 * Print NETBIOS packets.
  /external/v8/src/
disassembler.h 36 // Print the bytes in the interval [begin, end) into f.
39 // Decode instructions in the the interval [begin, end) and print the
47 // Decode instruction at pc and print disassembled instruction into f.

Completed in 57 milliseconds

<<11121314151617181920>>