Home
last modified time | relevance | path

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

/system/core/sh/
Dcd.c85 int print = cdprint; /* set -cdprint to enable */ in cdcmd() local
112 print = 1; in cdcmd()
118 print = 1; in cdcmd()
126 if (!print) { in cdcmd()
132 print = strcmp(p, dest); in cdcmd()
134 if (docd(p, print) >= 0) in cdcmd()
150 docd(char *dest, int print) in docd() argument
159 TRACE(("docd(\"%s\", %d) called\n", dest, print)); in docd()
202 if (print && iflag && curdir) in docd()
DTOUR240 third argument specifies whether it is to print an error message
246 and only print error messages if the command cannot be found
257 tells the cd command that it should print out the directory name,
/system/core/libmincrypt/tools/
DDumpPublicKey.java70 static String print(RSAPublicKey key) throws Exception { in print() method in DumpPublicKey
141 System.out.print(print(key)); in main()
/system/extras/sane_schedstat/
Dsane_schedstat.c69 static int print() { in print() function
153 print(); in main()