Searched refs:strsave (Results 1 – 19 of 19) sorted by relevance
/freebsd/contrib/tcsh/ |
H A D | tc.prompt.c | 60 month_list[0] = strsave(_time_info->abbrev_month[0]); in dateinit() 61 month_list[1] = strsave(_time_info->abbrev_month[1]); in dateinit() 62 month_list[2] = strsave(_time_info->abbrev_month[2]); in dateinit() 63 month_list[3] = strsave(_time_info->abbrev_month[3]); in dateinit() 64 month_list[4] = strsave(_time_info->abbrev_month[4]); in dateinit() 65 month_list[5] = strsave(_time_info->abbrev_month[5]); in dateinit() 66 month_list[6] = strsave(_time_info->abbrev_month[6]); in dateinit() 67 month_list[7] = strsave(_time_info->abbrev_month[7]); in dateinit() 68 month_list[8] = strsave(_time_info->abbrev_month[8]); in dateinit() 69 month_list[9] = strsave(_time_info->abbrev_month[9]); in dateinit() [all …]
|
H A D | tc.who.c | 529 return strsave(wp->who_new); 531 return strsave(wp->who_name); 540 return strsave(CGETS(26, 9, "logged on")); 542 return strsave(CGETS(26, 10, "logged off")); 553 return strsave(CGETS(26, 12, "local")); 573 return strsave(CGETS(26, 12, "local")); 587 return strsave(wp->who_tty);
|
H A D | ma.setp.c | 256 p = strsave(path); in initpaths() 272 p = strsave(p); in initpaths() 373 p = strsave(p); in tcsh_rcmd() 464 new = strsave(new); in insert() 566 new = strsave(new); in change()
|
H A D | sh.h | 123 # define SAVE(a) (strsave(a)) 1120 #define Strsave(a) strsave(a) 1249 # define CSAVS(b, c, d) strsave(CGETS(b, c, d)) 1256 # define CSAVS(b, c, d) strsave(CGETS(b, c, d))
|
H A D | ed.screen.c | 386 s = strsave(T_HasMeta ? CGETS(7, 5, "a") : CGETS(7, 6, "no")); in TellTC() 390 s = strsave(T_Tabs ? "" : CGETS(7, 8, " not")); in TellTC() 393 s = strsave((T_Margin&MARGIN_AUTO) ? in TellTC() 398 s = strsave((T_Margin & MARGIN_MAGIC) ? in TellTC() 404 s = strsave(t->str && *t->str ? t->str : CGETS(7, 13, "(empty)")); in TellTC() 553 cv = strsave(short2str(*v)); in EchoTC()
|
H A D | tc.func.c | 420 tv[0] = strsave(short2str(v[1])); in dosettc() 422 tv[1] = strsave(short2str(v[2])); in dosettc() 1752 char *sa = strsave(short2str(a)); in collate() 1753 char *sb = strsave(short2str(b)); in collate() 1755 char *sa = strip(strsave(a)); in collate() 1756 char *sb = strip(strsave(b)); in collate()
|
H A D | sh.file.c | 602 p1 = strsave(short2str(*(Char *const *) p)); in compare() 603 q1 = strsave(short2str(*(Char *const *) q)); in compare()
|
H A D | sh.sem.c | 855 tmp = strsave(short2str(cp)); in doio() 895 tmp = strsave(short2str(cp)); in doio()
|
H A D | sh.decls.h | 284 extern char *strsave (const char *);
|
H A D | sh.c | 330 progname = strsave((t && *t) ? t : tcshstr); /* never want a null */ in main() 2208 file = strsave(short2str(f)); in dosource() 2328 type = strsave(new ? CGETS(11, 6, "new ") : ""); in mailchk()
|
H A D | sh.misc.c | 74 strsave(const char *s) in strsave() function
|
H A D | tc.str.c | 197 *dst++ = strsave(short2str(*src));
|
H A D | sh.func.c | 1723 cname = strsave(short2str(name)); in tsetenv() 2358 op = strsave(limit == RLIM_INFINITY ? CGETS(15, 2, "remove") : 2361 type = strsave(hard ? CGETS(15, 4, " hard") : "");
|
H A D | glob.c | 692 pathv[pglob->gl_offs + pglob->gl_pathc++] = strsave(path); in globextend()
|
H A D | ed.term.c | 594 cmdname = strsave(short2str(*v++)); in dosetty()
|
H A D | sh.hist.c | 1303 char *lockpath = strsave(short2str(fname)); in rechist()
|
H A D | tc.os.c | 143 cmds[i] = strsave(short2str(val)); in dosetpath()
|
H A D | tw.parse.c | 1461 sname = strsave(name); in tw_list_items()
|
/freebsd/contrib/ntp/ |
H A D | CommitLog | [all...] |