Home
last modified time | relevance | path

Searched refs:Strdup (Results 201 – 225 of 352) sorted by path

12345678910>>...15

/dports/math/reduce/Reduce-svn5758-src/libraries/original/libedit-20160506/
H A Dhistory.c67 #define Strdup(s) strdup(s) macro
85 #define Strdup(s) wcsdup(s) macro
125 #define h_strdup(a) Strdup(a)
445 ev->str = Strdup(h->cursor->ev.str); in history_deldata_nth()
465 ev->str = Strdup(h->cursor->ev.str); in history_def_del()
1140 if(!line || !(s = Strdup(line))) { in FUNW()
/dports/misc/box2d/box2d-2.4.1/extern/imgui/
H A Dimgui_demo.cpp3089 …static char* Strdup(const char *str) { size_t len = strlen(str) + 1; v… in Strdup() function
3109 Items.push_back(Strdup(buf)); in AddLog()
3228 History.push_back(Strdup(command_line)); in ExecCommand()
/dports/misc/ytree/ytree-2.03/
H A Dhistory.c111 if(( TMP -> hst = Strdup(NewHst)) == NULL) in InsHistory()
H A Dinput.c26 if (count == 0) return(Strdup("")); in StrLeft()
28 if (count >= len) return(Strdup(str)); in StrLeft()
32 tmp = Strdup(str); in StrLeft()
59 if (count == 0) return(Strdup("")); in StrRight()
66 tmp = Strdup(str); in StrRight()
72 rez = Strdup(p); in StrRight()
278 else ls = Strdup(""); in InputString()
291 else ls = Strdup(""); in InputString()
329 pp = Strdup(s); in InputString()
H A Dprofile.c172 p->value = Strdup( value ); in ReadProfile()
193 p->value = Strdup( value ); in ReadProfile()
238 new_m->cmd = Strdup( value ); in ReadProfile()
247 new_m->cmd = Strdup( value ); in ReadProfile()
294 new_d->cmd = Strdup( value ); in ReadProfile()
303 new_d->cmd = Strdup( value ); in ReadProfile()
319 new_v->ext = Strdup( n ); in ReadProfile()
320 new_v->cmd = Strdup( value ); in ReadProfile()
H A Dtermcap.c196 special_key[i].key_sequence = Strdup(tgetstr( special_key[i].termcap_name, &tcdptr )); in TermcapInitscr()
202 reverse = Strdup(tgetstr( "so", &tcdptr )); in TermcapInitscr()
203 normal = Strdup(tgetstr( "se", &tcdptr )); in TermcapInitscr()
H A Dutil.c848 char *Strdup(const char *s) in Strdup() function
H A Dytree.h1079 extern char *Strdup(const char *s);
/dports/net/chrony-lite/chrony-4.2/
H A Dclient.c158 s1 = Strdup(hostnames); in get_addresses()
170 addr->addr.path = Strdup(hostname); in get_addresses()
H A Dconf.c402 rtc_device = Strdup(DEFAULT_RTC_DEVICE); in CNF_Initialise()
404 user = Strdup(DEFAULT_USER); in CNF_Initialise()
410 pidfile = Strdup(DEFAULT_PID_FILE); in CNF_Initialise()
744 *result = Strdup(line); in parse_string()
825 s = Strdup(line); in parse_sourcedir()
903 name = Strdup(p); in parse_refclock()
907 param = Strdup(p); in parse_refclock()
1173 mail_user_on_change = Strdup(address); in parse_mailonchange()
1209 path = Strdup(path); in parse_ntstrustedcerts()
1423 tempcomp_sensor_file = Strdup(p); in parse_tempcomp()
[all …]
H A Dlogging.c74 debug_prefix = Strdup(""); in LOG_Initialise()
244 debug_prefix = Strdup(prefix); in LOG_SetDebugPrefix()
H A Dmemory.c84 Strdup(const char *s) in Strdup() function
H A Dmemory.h37 extern char *Strdup(const char *s);
H A Dntp_sources.c357 record->name = Strdup(name ? name : UTI_IPToString(&remote_addr->ip_addr)); in add_source()
742 us->name = Strdup(name); in NSR_AddSourceByName()
941 us->name = Strdup(record->name); in resolve_source_replacement()
H A Dnts_ke_client.c299 inst->name = Strdup(name); in NKC_CreateInstance()
H A Dnts_ke_session.c749 inst->server_name = server_name ? Strdup(server_name) : NULL; in NKSN_CreateInstance()
794 inst->label = Strdup(label); in NKSN_StartSession()
H A Dnts_ntp_client.c126 inst->name = Strdup(name); in NNC_CreateInstance()
H A Drefclock.c187 inst->driver_parameter = Strdup(params->driver_parameter); in RCL_AddRefclock()
H A Dutil.c1088 return Strdup("."); in UTI_PathToDir()
1091 return Strdup("/"); in UTI_PathToDir()
/dports/net/chrony/chrony-4.2/
H A Dclient.c158 s1 = Strdup(hostnames); in get_addresses()
170 addr->addr.path = Strdup(hostname); in get_addresses()
H A Dconf.c402 rtc_device = Strdup(DEFAULT_RTC_DEVICE); in CNF_Initialise()
404 user = Strdup(DEFAULT_USER); in CNF_Initialise()
410 pidfile = Strdup(DEFAULT_PID_FILE); in CNF_Initialise()
744 *result = Strdup(line); in parse_string()
825 s = Strdup(line); in parse_sourcedir()
903 name = Strdup(p); in parse_refclock()
907 param = Strdup(p); in parse_refclock()
1173 mail_user_on_change = Strdup(address); in parse_mailonchange()
1209 path = Strdup(path); in parse_ntstrustedcerts()
1423 tempcomp_sensor_file = Strdup(p); in parse_tempcomp()
[all …]
H A Dlogging.c74 debug_prefix = Strdup(""); in LOG_Initialise()
244 debug_prefix = Strdup(prefix); in LOG_SetDebugPrefix()
H A Dmemory.c84 Strdup(const char *s) in Strdup() function
H A Dmemory.h37 extern char *Strdup(const char *s);
H A Dntp_sources.c357 record->name = Strdup(name ? name : UTI_IPToString(&remote_addr->ip_addr)); in add_source()
742 us->name = Strdup(name); in NSR_AddSourceByName()
941 us->name = Strdup(record->name); in resolve_source_replacement()

12345678910>>...15