Home | History | Annotate | Download | only in uconv

Lines Matching full:ecode

1062 static void usage(const char *pname, int ecode) {
1066 FILE *fp = ecode ? stderr : stdout;
1071 ures_getStringByKey(gBundle, ecode ? "lcUsageWord" : "ucUsageWord",
1077 if (!ecode) {
1093 exit(ecode);