/external/openssl/apps/ |
passwd.c | 44 size_t pw_maxlen, int usecrypt, int use1, int useapr1); 73 int usecrypt = 0, use1 = 0, useapr1 = 0; local 102 use1 = 1; 156 if (!usecrypt && !use1 && !useapr1) /* use default */ 158 if (usecrypt + use1 + useapr1 > 1) /* conflict */ 166 if (use1 || useapr1) badopt = 1; 211 else if (use1 || useapr1) 246 quiet, table, reverse, pw_maxlen, usecrypt, use1, useapr1)) 275 quiet, table, reverse, pw_maxlen, usecrypt, use1, useapr1)) 419 size_t pw_maxlen, int usecrypt, int use1, int useapr1 [all...] |
/dalvik/libcore/luni/src/test/java/com/google/coretests/ |
PerfStatCollector.java | 73 StatsStore.use1(this);
|
StatsStore.java | 74 static void use1(PerfStatCollector.Item a) { method in class:StatsStore
|