Searched refs:pd_locale (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/ptools/pargs/
H A Dpargs.c80 char *pd_locale; /* target process locale */ member in struct:pargs_data
471 * datap->pd_locale.
482 char *pd_locale; local
537 pd_locale = safe_strdup(lcs[0]);
540 pd_locale = safe_zalloc(len + 1);
541 (void) snprintf(pd_locale, len + 1, "/%s/%s/%s/%s/%s/%s",
544 datap->pd_locale = pd_locale;
898 if ((strcmp(datap->pd_locale, "C") == 0) ||
899 (strcmp(datap->pd_locale, "POSI
[all...]

Completed in 58 milliseconds