Home
last modified time | relevance | path

Searched refs:lj_strcopy (Results 1 – 6 of 6) sorted by relevance

/dports/deskutils/ljclive/clive-0.4.10/src/
H A Dedit.c79 se = lj_strcopy(se, buffer); in get_event()
107 se = lj_strcopy(se, buffer); in get_event()
130 se = lj_strcopy(se, buffer); in get_event()
H A Dlj_postevent.c344 lj_strcopy(year, temp); in create_post()
351 lj_strcopy(mon, temp); in create_post()
358 lj_strcopy(day, temp); in create_post()
365 lj_strcopy(hour, temp); in create_post()
372 lj_strcopy(min, temp); in create_post()
H A Dconfigure.c91 lj_strcopy(config->editfriend, optarg); in lj_init_config()
96 lj_strcopy(config->dateback, optarg); in lj_init_config()
106 lj_strcopy(config->charset, optarg); in lj_init_config()
110 lj_strcopy(config->editfriend, optarg); in lj_init_config()
H A Dutil.c248 char *lj_strcopy(char *dest, const char * const src) in lj_strcopy() function
H A Dclive.c305 lj_strcopy(post.dateback, config.dateback); in main()
/dports/deskutils/ljclive/clive-0.4.10/include/
H A Dutil.h30 char *lj_strcopy(char *dest, const char *src);