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

/macosx-10.9.5/ncurses-42/ncurses/ncurses/widechar/
H A Dlib_slk_wset.c46 slk_wset(int i, const wchar_t *astr, int format) argument
54 T((T_CALLED("slk_wset(%d, %s, %d)"), i, _nc_viswbuf(astr), format));
57 str = astr;
60 str = astr;
/macosx-10.9.5/ncurses-42/ncurses/ncurses/base/
H A Dlib_addstr.c50 waddnstr(WINDOW *win, const char *astr, int n) argument
52 const char *str = astr;
55 T((T_CALLED("waddnstr(%p,%s,%d)"), win, _nc_visbufn(astr, n), n));
62 n = (int) strlen(astr);
81 waddchnstr(WINDOW *win, const chtype *astr, int n) argument
88 T((T_CALLED("waddchnstr(%p,%p,%d)"), win, astr, n));
98 for (str = (const chtype *) astr; *str != 0; str++)
107 for (i = 0; i < n && ChCharOf(astr[i]) != '\0'; ++i) {
108 SetChar2(line->text[i + x], astr[i]);
129 wadd_wchnstr(WINDOW *win, const cchar_t *astr, in argument
[all...]
H A Dlib_slkset.c50 slk_set(int i, const char *astr, int format) argument
57 const char *str = astr;
/macosx-10.9.5/Heimdal-323.92.1/kdc/
H A Dkdc-replay.c126 char astr[80]; local
159 ret = krb5_print_address(&a, astr, sizeof(astr), NULL);
164 astr, (unsigned long)d.length);
176 &r, astr,
/macosx-10.9.5/tcsh-65/tcsh/win32/
H A Dnt.bind.c1286 char *astr = short2str(s); local
1293 if (astr[0] == 'C')
1295 else if (astr[0] == 'M')
1297 else if (astr[0] == 'S') /*shift keymap by avner.lottem@intel.com*/
1301 astr += 2; /* skip C- or M- or S-*/
1303 fkey = (short)atoi(astr);
1308 if (!_stricmp("pgup",astr)) {
1311 else if (!_stricmp("pgdown",astr)) {
1314 else if (!_stricmp("end",astr)) {
1317 else if (!_stricmp("home",astr)) {
[all...]
/macosx-10.9.5/hfs-226.1.1/fsck_hfs/
H A Dfsck_messages.c732 char *astr = ""; // String at beginning local
744 astr = "** ";
750 astr = " ";
753 pstr = astr = " *****";
758 asprintf(&retval, "%s%s%s\n", astr, tmpstr, pstr);
/macosx-10.9.5/system_cmds-597.90.1/arch.tproj/
H A Darch.c469 char astr[128]; local
470 if (CFStringGetCString(a, astr, sizeof(astr), kCFStringEncodingASCII)) {
471 addCPUbyname(cpu, astr);
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/arch.tproj/
H A Darch.c469 char astr[128]; local
470 if (CFStringGetCString(a, astr, sizeof(astr), kCFStringEncodingASCII)) {
471 addCPUbyname(cpu, astr);
/macosx-10.9.5/ncurses-42/ncurses/ncurses/
H A Dllib-lncursesw108 const char *astr,
115 const chtype *astr,
127 const cchar_t *astr,
2302 const char *astr,
2729 const wchar_t *astr,
H A Dllib-lncurses102 const char *astr,
109 const chtype *astr,
1792 const char *astr,
H A Dllib-lncursest102 const char *astr,
109 const chtype *astr,
1796 const char *astr,
/macosx-10.9.5/zsh-60/zsh/Src/Zle/
H A Dcompmatch.c2078 char *str, *astr; member in struct:cmdata
2109 if ((md->astr = md->cl->line) && sfx)
2110 md->astr += md->alen;
2361 } else if (md->line || md->len != md->olen || !md->astr)
2367 md->str = md->astr;
/macosx-10.9.5/ICU-511.35/icuSources/test/cintltst/
H A Dcustrtrn.c1391 char astr[100]; local
1402 log_err("u_strToWCS: ustr = %s, ul = %d, ws = %S, wl = %d!\n", u_austrcpy(astr, ustr), ul, ws, wl);
1412 log_err("u_strFromWCS: wcs = %S, wl = %d,rts = %s, rtl = %d!\n", wcs, wl, u_austrcpy(astr, rts), rtl);
/macosx-10.9.5/zsh-60/zsh/Src/
H A Dutils.c2693 static char *astr[] = local
2813 if (ztrftimebuf(&bufsize, strlen(astr[tm->tm_wday]) - 2))
2815 strucpy(&buf, astr[tm->tm_wday]);

Completed in 153 milliseconds