Home
last modified time | relevance | path

Searched refs:yesstr (Results 1 – 25 of 180) sorted by relevance

12345678

/titanic_50/usr/src/common/util/
H A Dgetresponse.c43 if (yesstr) \
44 free(yesstr); \
53 yesstr = DEFAULT_YESSTR; \
59 char *yesstr = NULL; variable
83 yesstr = strdup(nl_langinfo(YESSTR)); in init_yes()
88 if (yesstr == NULL || nostr == NULL || in init_yes()
96 if (*yesstr == '\0' || *nostr == '\0' || in init_yes()
H A Dgetresponse.h41 extern char *yesstr;
/titanic_50/usr/src/cmd/localedef/
H A Dmessages.c53 msgs.yesstr = str; in add_message()
77 if (msgs.yesstr == NULL) { in dump_messages()
79 msgs.yesstr = ""; in dump_messages()
90 if ((ptr = strchr(msgs.yesstr, ':')) != NULL) in dump_messages()
101 (putl_category(msgs.yesstr, f) == EOF) || in dump_messages()
/titanic_50/usr/src/lib/libc/port/locale/
H A Dlmessages.c38 (offsetof(struct lc_messages, yesstr) / sizeof (char *))
75 if (lmsgs->yesstr == NULL) in __lc_messages_load()
76 lmsgs->yesstr = empty; in __lc_messages_load()
H A Dlmessages.h34 const char *yesstr; member
H A Dnl_langinfo.c152 ret = (char *)lmsgs->yesstr; in nl_langinfo_l()
/titanic_50/usr/src/cmd/rm/
H A Drm.c369 pathbuf, yesstr, nostr)) { in rm()
388 pathbuf, yesstr, nostr)) { in rm()
422 pathbuf, yesstr, nostr)) { in rm()
498 pathbuf, yesstr, nostr)) { in rm()
521 pathbuf, temp.st_mode & 0777, yesstr, nostr)) { in rm()
/titanic_50/usr/src/lib/libbc/inc/include/
H A Dlocale.h145 char *yesstr; /* yes string */ member
/titanic_50/usr/src/cmd/raidctl/
H A Draidctl.c119 static char *yesstr = NULL; variable
132 free(yesstr); \
135 yesstr = default_yesstr; \
141 if (yesstr != default_yesstr) \
142 free(yesstr); \
256 yesstr = strdup(nl_langinfo(YESSTR)); in main()
258 if (yesexpr == NULL || yesstr == NULL || nostr == NULL) { in main()
268 (*yesstr == (char)NULL) || in main()
675 "proceed (%s/%s)? "), yesstr, nostr); in do_create_cidl()
833 "proceed (%s/%s)? "), yesstr, nostr); in do_create_ctd()
[all …]
/titanic_50/usr/src/cmd/power/
H A Dhandlers.c234 char yesstr[32], nostr[32]; /* DEBUG */ in S3_helper() local
238 (void) strncpy(yesstr, pm_map(yes), sizeof (yesstr)); in S3_helper()
241 blacklist, yesstr, nostr, keyword, behavior); in S3_helper()
/titanic_50/usr/src/cmd/mv/
H A Dmv.c1146 FMODE(s2) & MODEBITS, yesstr, nostr); in chkfiles()
1155 cmd, target, yesstr, nostr); in chkfiles()
1168 yesstr, nostr); in chkfiles()
/titanic_50/usr/src/cmd/cron/
H A Dcrontab.c339 yesstr, nostr, nostr); in main()
/titanic_50/usr/src/lib/libbc/libc/gen/common/
H A Dsetlocale.c829 _langinfo.yesstr = "yes"; in init_statics()
/titanic_50/usr/src/cmd/compress/
H A Dcompress.c766 ofname, yesstr, nostr); in main()
/titanic_50/usr/src/cmd/localedef/data/
H A Dth_TH.UTF-8.src1343 yesstr "<THAI_CHARACTER_SARA_AI_MAIMUAN><THAI_CHARACTER_CHO_CHANG><THAI_CHARACTER_MAI_EK>:yes:y:Y…
H A Dpa_IN.UTF-8.src1386 yesstr "<GURMUKHI_LETTER_HA><GURMUKHI_VOWEL_SIGN_AA><GURMUKHI_SIGN_BINDI>:yes:y:YES:Y"
H A Dhy_AM.UTF-8.src1384 yesstr "yes:y:YES:Y"
H A Dgu_IN.UTF-8.src1421 yesstr "<GUJARATI_LETTER_HA><GUJARATI_VOWEL_SIGN_AA>:yes:y:YES:Y"
H A Dkn_IN.UTF-8.src1438 yesstr "<KANNADA_LETTER_HA><KANNADA_VOWEL_SIGN_AU><KANNADA_LETTER_DA><KANNADA_VOWEL_SIGN_U>:<KANN…
H A Dsi_LK.UTF-8.src1329 yesstr "<SINHALA_LETTER_OYANNA><SINHALA_LETTER_VAYANNA><SINHALA_SIGN_AL-LAKUNA>:<SINHALA_LETTER_O…
H A Das_IN.UTF-8.src1466 yesstr "yes:y:YES:Y"
H A Dbn_BD.UTF-8.src1462 yesstr "<BENGALI_LETTER_HA><BENGALI_VOWEL_SIGN_AA><BENGALI_SIGN_CANDRABINDU>:yes:y:YES:Y"
H A Dbn_IN.UTF-8.src1462 yesstr "<BENGALI_LETTER_HA><BENGALI_VOWEL_SIGN_AA><BENGALI_SIGN_CANDRABINDU>:yes:y:YES:Y"
H A Dta_IN.UTF-8.src1444 yesstr "<TAMIL_LETTER_AA><TAMIL_LETTER_MA><TAMIL_SIGN_VIRAMA>:<TAMIL_LETTER_AA>:yes:y:YES:Y"
H A Dor_IN.UTF-8.src1459 yesstr "<ORIYA_LETTER_HA><ORIYA_SIGN_CANDRABINDU>:yes:y:YES:Y"

12345678