Home
last modified time | relevance | path

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

12345678

/titanic_50/usr/src/common/util/
H A Dgetresponse.c45 if (nostr) \
46 free(nostr); \
54 nostr = DEFAULT_NOSTR; \
60 char *nostr = NULL; variable
84 nostr = strdup(nl_langinfo(NOSTR)); in init_yes()
88 if (yesstr == NULL || nostr == NULL || in init_yes()
96 if (*yesstr == '\0' || *nostr == '\0' || in init_yes()
H A Dgetresponse.h42 extern char *nostr;
/titanic_50/usr/src/cmd/localedef/
H A Dmessages.c56 msgs.nostr = str; in add_message()
81 if (msgs.nostr == NULL) { in dump_messages()
83 msgs.nostr = ""; in dump_messages()
92 if ((ptr = strchr(msgs.nostr, ':')) != NULL) in dump_messages()
102 (putl_category(msgs.nostr, f) == EOF)) { in dump_messages()
/titanic_50/usr/src/lib/libc/port/locale/
H A Dlmessages.c77 if (lmsgs->nostr == NULL) in __lc_messages_load()
78 lmsgs->nostr = empty; in __lc_messages_load()
H A Dlmessages.h35 const char *nostr; member
H A Dnl_langinfo.c155 ret = (char *)lmsgs->nostr; 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.h146 char *nostr; /* nostr */ member
/titanic_50/usr/src/cmd/raidctl/
H A Draidctl.c120 static char *nostr = NULL; variable
133 free(nostr); \
136 nostr = default_nostr;
143 if (nostr != default_nostr) \
144 free(nostr);
257 nostr = strdup(nl_langinfo(NOSTR)); in main()
258 if (yesexpr == NULL || yesstr == NULL || nostr == NULL) { in main()
269 (*nostr == (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
239 (void) strncpy(nostr, pm_map(no), sizeof (nostr)); in S3_helper()
241 blacklist, yesstr, nostr, keyword, behavior); in S3_helper()
/titanic_50/usr/src/cmd/cron/
H A Dcrontab.c339 yesstr, nostr, nostr); in main()
/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/lib/libbc/libc/gen/common/
H A Dsetlocale.c830 _langinfo.nostr = "no"; 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.src1345 nostr "<THAI_CHARACTER_SARA_AI_MAIMALAI><THAI_CHARACTER_MO_MA><THAI_CHARACTER_MAI_EK><THAI_CHARA…
H A Dpa_IN.UTF-8.src1388 nostr "<GURMUKHI_LETTER_NA><GURMUKHI_LETTER_HA><GURMUKHI_VOWEL_SIGN_II><GURMUKHI_SIGN_BINDI>:no:…
H A Dhy_AM.UTF-8.src1386 nostr "no:n:NO:N"
H A Dgu_IN.UTF-8.src1423 nostr "<GUJARATI_LETTER_NA><GUJARATI_VOWEL_SIGN_AA>:no:n:NO:N"
H A Dkn_IN.UTF-8.src1440 nostr "<KANNADA_LETTER_I><KANNADA_LETTER_LA><KANNADA_SIGN_VIRAMA><KANNADA_LETTER_LA>:<KANNADA_LE…
H A Dsi_LK.UTF-8.src1331 nostr "<SINHALA_LETTER_DANTAJA_NAYANNA><SINHALA_VOWEL_SIGN_KETTI_AEDA-PILLA><SINHALA_LETTER_ALPA…
H A Das_IN.UTF-8.src1468 nostr "no:n:NO:N"
H A Dbn_BD.UTF-8.src1464 nostr "<BENGALI_LETTER_NA><BENGALI_VOWEL_SIGN_AA>:no:n:NO:N"
H A Dbn_IN.UTF-8.src1464 nostr "<BENGALI_LETTER_NA><BENGALI_VOWEL_SIGN_AA>:no:n:NO:N"
H A Dta_IN.UTF-8.src1446 nostr "<TAMIL_LETTER_I><TAMIL_LETTER_LA><TAMIL_SIGN_VIRAMA><TAMIL_LETTER_LA><TAMIL_VOWEL_SIGN_AI…
H A Dor_IN.UTF-8.src1461 nostr "<ORIYA_LETTER_NA><ORIYA_VOWEL_SIGN_AA>:no:n:NO:N"

12345678