Home
last modified time | relevance | path

Searched refs:str_dup (Results 1 – 25 of 421) sorted by relevance

12345678910>>...17

/dports/net/lambdamoo/MOO-1.8.1/
H A Dsym_table.c77 bi->names[SLOT_NUM] = str_dup("NUM"); in new_builtin_names()
78 bi->names[SLOT_OBJ] = str_dup("OBJ"); in new_builtin_names()
79 bi->names[SLOT_STR] = str_dup("STR"); in new_builtin_names()
80 bi->names[SLOT_LIST] = str_dup("LIST"); in new_builtin_names()
81 bi->names[SLOT_ERR] = str_dup("ERR"); in new_builtin_names()
83 bi->names[SLOT_THIS] = str_dup("this"); in new_builtin_names()
85 bi->names[SLOT_VERB] = str_dup("verb"); in new_builtin_names()
86 bi->names[SLOT_ARGS] = str_dup("args"); in new_builtin_names()
88 bi->names[SLOT_DOBJ] = str_dup("dobj"); in new_builtin_names()
91 bi->names[SLOT_IOBJ] = str_dup("iobj"); in new_builtin_names()
[all …]
H A Dparse_cmd.c88 return str_dup(""); in build_string()
114 char *s = str_dup(command); in parse_into_wordlist()
120 args.v.list[i].v.str = str_dup(argv[i - 1]); in parse_into_wordlist()
161 buf = str_dup(command); in parse_command()
185 pc.verb = str_dup(argv[0]); in parse_command()
186 pc.argstr = str_dup(argstr); in parse_command()
191 pc.args.v.list[i].v.str = str_dup(argv[i]); in parse_command()
221 pc.prepstr = str_dup(""); in parse_command()
222 pc.iobjstr = str_dup(""); in parse_command()
228 pc.dobjstr = str_dup(""); in parse_command()
/dports/textproc/R-cran-stringr/stringr/tests/testthat/
H A Dtest-dup.r4 expect_equal(str_dup("a", 3), "aaa")
5 expect_equal(str_dup("abc", 2), "abcabc")
6 expect_equal(str_dup(c("a", "b"), 2), c("aa", "bb"))
7 expect_equal(str_dup(c("a", "b"), c(2, 3)), c("aa", "bbb"))
11 expect_equal(str_dup("a", 0), "")
12 expect_equal(str_dup(c("a", "b"), 0), rep("", 2))
/dports/games/opensonic/opensnc-src-0.1.4/src/core/
H A Dquest.c59 q->file = str_dup(abs_path); in load_quest()
60 q->name = str_dup("null"); in load_quest()
61 q->author = str_dup("null"); in load_quest()
62 q->version = str_dup("null"); in load_quest()
63 q->description = str_dup("null"); in load_quest()
143 q->name = str_dup(nanoparser_get_string(p)); in traverse_quest()
148 q->author = str_dup(nanoparser_get_string(p)); in traverse_quest()
153 q->version = str_dup(nanoparser_get_string(p)); in traverse_quest()
158 q->description = str_dup(nanoparser_get_string(p)); in traverse_quest()
172 q->level_path[q->level_count++] = str_dup(nanoparser_get_string(p)); in traverse_quest()
/dports/textproc/R-cran-stringr/stringr/man/
H A Dstr_dup.Rd3 \name{str_dup}
4 \alias{str_dup}
7 str_dup(string, times)
22 str_dup(fruit, 2)
23 str_dup(fruit, 1:3)
24 str_c("ba", str_dup("na", 0:5))
/dports/ports-mgmt/portfmt/portfmt-1.1.0/
H A Dast.c80 array_append(node->comment.lines, str_dup(pool, line)); in ast_new()
91 array_append(node->expr.words, str_dup(pool, word)); in ast_new()
103 array_append(node->forexpr.bindings, str_dup(pool, t)); in ast_new()
108 array_append(node->forexpr.words, str_dup(pool, t)); in ast_new()
122 array_append(node->ifexpr.test, str_dup(pool, word)); in ast_new()
134 node->include.path = str_dup(pool, include->path); in ast_new()
172 node->variable.name = str_dup(pool, variable->name); in ast_new()
177 array_append(node->variable.words, str_dup(pool, t)); in ast_new()
242 array_append(node->ifexpr.test, str_dup(pool, word)); in ast_clone_helper()
299 array_append(node->expr.words, str_dup(pool, word)); in ast_clone_helper()
[all …]
/dports/games/kevedit/kevedit-0.5.1/src/kevedit/
H A Dmenu.c295 pushstring(&zzlv, str_dup("*")); in saveobjecttonewlibrary()
296 pushstring(&zzlv, str_dup("* Format (by CyQ):")); in saveobjecttonewlibrary()
297 pushstring(&zzlv, str_dup("* ")); in saveobjecttonewlibrary()
298 pushstring(&zzlv, str_dup("* library name")); in saveobjecttonewlibrary()
299 pushstring(&zzlv, str_dup("* comments, starting with *")); in saveobjecttonewlibrary()
300 pushstring(&zzlv, str_dup("* per object:")); in saveobjecttonewlibrary()
301 pushstring(&zzlv, str_dup("* object name")); in saveobjecttonewlibrary()
302 pushstring(&zzlv, str_dup("* lines in program, char,forground color," in saveobjecttonewlibrary()
304 pushstring(&zzlv, str_dup("* program")); in saveobjecttonewlibrary()
305 pushstring(&zzlv, str_dup("* ")); in saveobjecttonewlibrary()
/dports/multimedia/libbluray/libbluray-1.3.0/src/file/
H A Dmount.c40 return str_dup(device_path);
45 return str_dup(device_path);
60 return str_dup (m->mnt_dir);
68 return str_dup(device_path);
H A Dmount_darwin.c51 result = str_dup(tmp_path); in bsdname_get_mountpoint()
71 return str_dup(device_path); in mount_get_mountpoint()
80 return str_dup(device_path); in mount_get_mountpoint()
H A Ddirs_xdg.c47 return str_dup(xdg_home); in file_get_config_home()
63 return str_dup(xdg_home); in file_get_data_home()
79 return str_dup(xdg_cache); in file_get_cache_home()
/dports/multimedia/handbrake/libbluray-1.3.0/src/file/
H A Dmount.c40 return str_dup(device_path);
45 return str_dup(device_path);
60 return str_dup (m->mnt_dir);
68 return str_dup(device_path);
H A Dmount_darwin.c51 result = str_dup(tmp_path); in bsdname_get_mountpoint()
71 return str_dup(device_path); in mount_get_mountpoint()
80 return str_dup(device_path); in mount_get_mountpoint()
H A Ddirs_xdg.c47 return str_dup(xdg_home); in file_get_config_home()
63 return str_dup(xdg_home); in file_get_data_home()
79 return str_dup(xdg_cache); in file_get_cache_home()
/dports/comms/scmxx/scmxx-0.9.0/src/scmxx/
H A Dscmxx_opt.c88 args.port.device = str_dup(argument); in arg_fill()
103 args.myparams.mem = str_dup(argument); in arg_fill()
106 if (str_len(argument)) args.myparams.number=str_dup(argument); in arg_fill()
109 args.myFILE=str_dup(argument); in arg_fill()
112 args.myPIPE=str_dup(argument); in arg_fill()
124 if (str_len(argument)) args.myparams.text=str_dup(argument); in arg_fill()
144 args.pin = str_dup(argument); in arg_fill()
177 args.lock=str_dup(argument); in arg_fill()
191 args.mysmsopts.sort_mode = str_dup(argument); in arg_fill()
193 args.system_charset = str_dup(argument); in arg_fill()
/dports/science/mcxtrace/mcxtrace-1.2-src/src/
H A Dcexp.c84 return mkvalueexp(str_dup(id)); in exp_extern_id()
90 return mkvalueexp(str_dup(n)); in exp_number()
106 return mknonvalueexp(str_dup(s)); in exp_ctoken()
118 result = str_dup(""); in exp_compound()
146 return str_dup(s); in exp_tostring()
/dports/science/mcstas/mcstas-2.5-src/src/
H A Dcexp.c84 return mkvalueexp(str_dup(id)); in exp_extern_id()
90 return mkvalueexp(str_dup(n)); in exp_number()
106 return mknonvalueexp(str_dup(s)); in exp_ctoken()
118 result = str_dup(""); in exp_compound()
146 return str_dup(s); in exp_tostring()
/dports/audio/schismtracker/schismtracker-20211116/schism/
H A Ddmoz.c159 q = str_dup(path); in dmoz_cache_update_names()
172 p->cache_filen = str_dup(filen); in dmoz_cache_update_names()
176 p->cache_dirn = str_dup(dirn); in dmoz_cache_update_names()
190 p->cache_filen = filen ? str_dup(filen) : NULL; in dmoz_cache_update_names()
191 p->cache_dirn = dirn ? str_dup(dirn) : NULL; in dmoz_cache_update_names()
537 file->title = str_dup(TITLE_DIRECTORY); in dmoz_add_file()
714 dmoz_add_file_or_dir(flist, dlist, str_dup(sbuf), in add_platform_dirs()
715 str_dup(sbuf), NULL, -(1024-i)); in add_platform_dirs()
728 dmoz_add_file_or_dir(flist, dlist, str_dup(devices[i]), str_dup(devices[i]), NULL, -(1024 - i)); in add_platform_dirs()
733 dmoz_add_file_or_dir(flist, dlist, str_dup("/"), str_dup("/"), NULL, -1024); in add_platform_dirs()
[all …]
H A Dutil.c72 char *str_dup(const char *s)
326 ret = str_dup(dirname);
382 *second = str_dup(p + 1);
552 ret = str_dup(ptr);
657 return str_dup(buf);
658 return str_dup(".");
667 return str_dup("PROGDIR:");
674 return str_dup(ptr);
679 return str_dup(buf);
682 return str_dup(FALLBACK_DIR);
/dports/games/kevedit/kevedit-0.5.1/src/help/
H A Dhypertxt.c62 return str_dup(""); in gethypermessage()
115 return str_dup(""); in gethypersection()
129 return str_dup(colon + 1); in gethypersectionmessage()
132 return str_dup(""); in gethypersectionmessage()
H A Dhelp.c44 helpdatapath = str_dup(datapath); in inithelpsystem()
132 section->title = str_dup(topic); in helploadtopic()
149 pushstring(&aboutdialog, str_dup("@About KevEdit")); in help()
150 pushstring(&aboutdialog, str_dup("$KevEdit Version " PACKAGE_VERSION)); in help()
151 pushstring(&aboutdialog, str_dup("Copyright (C) 2000-2005 Kev Vance, et al.")); in help()
152 pushstring(&aboutdialog, str_dup("Distribute under the terms of the GNU GPL")); in help()
/dports/multimedia/libbluray/libbluray-1.3.0/src/libbluray/bdj/
H A Dbdj.c552 jar = str_dup(classpath); in _find_libbluray_jar0()
593 return str_dup(jar_paths[i]); in _find_libbluray_jar0()
902 option[n++].optionString = str_dup ("-Djava.awt.headless=false"); in _create_jvm()
903 option[n++].optionString = str_dup ("-Xms256M"); in _create_jvm()
904 option[n++].optionString = str_dup ("-Xmx256M"); in _create_jvm()
905 option[n++].optionString = str_dup ("-Xss2048k"); in _create_jvm()
909 option[n++].optionString = str_dup ("-XfullShutdown"); in _create_jvm()
929 option[n++].optionString = str_dup("--add-reads=java.base=java.rmi"); in _create_jvm()
949 option[n++].optionString = str_dup("-Xint"); in _create_jvm()
953 option[n++].optionString = str_dup("-ea"); in _create_jvm()
[all …]
/dports/multimedia/handbrake/libbluray-1.3.0/src/libbluray/bdj/
H A Dbdj.c552 jar = str_dup(classpath); in _find_libbluray_jar0()
593 return str_dup(jar_paths[i]); in _find_libbluray_jar0()
902 option[n++].optionString = str_dup ("-Djava.awt.headless=false"); in _create_jvm()
903 option[n++].optionString = str_dup ("-Xms256M"); in _create_jvm()
904 option[n++].optionString = str_dup ("-Xmx256M"); in _create_jvm()
905 option[n++].optionString = str_dup ("-Xss2048k"); in _create_jvm()
909 option[n++].optionString = str_dup ("-XfullShutdown"); in _create_jvm()
929 option[n++].optionString = str_dup("--add-reads=java.base=java.rmi"); in _create_jvm()
949 option[n++].optionString = str_dup("-Xint"); in _create_jvm()
953 option[n++].optionString = str_dup("-ea"); in _create_jvm()
[all …]
/dports/games/kevedit/kevedit-0.5.1/src/zlaunch/
H A Dzlmain.c40 zli.datadir = str_dup(datapath); in launch()
41 zli.bindir = str_dup(datapath); in launch()
73 pushstring(&options, str_dup(argv[i] + pos)); in main()
84 pushstring(&files, str_dup(argv[i])); in main()
/dports/multimedia/libaacs/libaacs-0.11.0/src/file/
H A Ddirs_xdg.c47 return str_dup(xdg_home); in file_get_config_home()
63 return str_dup(xdg_home); in file_get_data_home()
79 return str_dup(xdg_cache); in file_get_cache_home()
/dports/devel/reproc/reproc-14.2.4/reproc/src/
H A Dstrv.c9 static char *str_dup(const char *s) in str_dup() function
44 r[c] = str_dup(*i); in strv_concat()
53 r[c] = str_dup(*j); in strv_concat()

12345678910>>...17