Home
last modified time | relevance | path

Searched refs:stpcpy (Results 1 – 25 of 96) sorted by relevance

1234

/third_party/gettext/gettext-tools/src/
Dmsgl-header.c109 p = stpcpy (p, field); in msgdomain_list_set_header_field()
110 p = stpcpy (stpcpy (stpcpy (p, " "), value), "\n"); in msgdomain_list_set_header_field()
115 stpcpy (p, h); in msgdomain_list_set_header_field()
122 p = stpcpy (p, header); in msgdomain_list_set_header_field()
125 p = stpcpy (p, field); in msgdomain_list_set_header_field()
126 stpcpy (stpcpy (stpcpy (p, " "), value), "\n"); in msgdomain_list_set_header_field()
152 p = stpcpy (p, field); in msgdomain_list_set_header_field()
153 p = stpcpy (stpcpy (stpcpy (p, " "), value), "\n"); in msgdomain_list_set_header_field()
154 stpcpy (p, h); in msgdomain_list_set_header_field()
160 p = stpcpy (p, header); in msgdomain_list_set_header_field()
[all …]
Dread-desktop.c518 p = stpcpy (p, "\\s"); in desktop_escape_string()
523 p = stpcpy (p, "\\t"); in desktop_escape_string()
538 p = stpcpy (p, "\\n"); in desktop_escape_string()
541 p = stpcpy (p, "\\r"); in desktop_escape_string()
546 p = stpcpy (p, "\\;"); in desktop_escape_string()
550 p = stpcpy (p, "\\\\"); in desktop_escape_string()
600 p = stpcpy (p, "\\;"); in desktop_unescape_string()
Dmsgmerge.c1046 stpcpy (stpcpy (copy, cp), "\n"); in message_merge()
1093 stpcpy (stpcpy (stpcpy (copy, " "), catalogname), "\n"); in message_merge()
1183 stpcpy (stpcpy (stpcpy (copy, " "), str), "\n"); in message_merge()
1212 stpcpy (stpcpy (extended, msgid_bugs_ptr), "\n"); in message_merge()
1242 stpcpy (stpcpy (extended, pot_date_ptr), "\n"); in message_merge()
1265 newp = stpncpy (stpcpy (newp, known_fields[idx].name), \ in message_merge()
1279 stpcpy (newp, header_fields[UNKNOWN].string); in message_merge()
Dformat-kde-kuit.c216 bp = stpcpy (bp, "<gt:kuit xmlns:gt=\"" XML_NS "\">"); in format_parse()
226 bp = stpcpy (bp, is_reference (amp) ? "&" : "&amp;"); in format_parse()
229 stpcpy (bp, "</gt:kuit>"); in format_parse()
/third_party/gettext/gettext-runtime/intl/
Dl10nflist.c57 # ifndef stpcpy
58 # define stpcpy(dest, src) __stpcpy(dest, src) macro
62 static char *stpcpy (char *dest, const char *src);
151 cp = stpcpy (cp, language); in _nl_make_l10nflist()
156 cp = stpcpy (cp, territory); in _nl_make_l10nflist()
161 cp = stpcpy (cp, codeset); in _nl_make_l10nflist()
166 cp = stpcpy (cp, normalized_codeset); in _nl_make_l10nflist()
171 cp = stpcpy (cp, modifier); in _nl_make_l10nflist()
175 stpcpy (cp, filename); in _nl_make_l10nflist()
370 wp = stpcpy (retval, "iso"); in _nl_normalize_codeset()
[all …]
Ddcigettext.c135 # ifndef stpcpy
136 # define stpcpy __stpcpy macro
153 static char *stpcpy (char *dest, const char *src);
715 stpcpy (stpcpy (strchr (resolved_dirname, '\0'), "/"), dirname); in gl_dcigettext()
738 stpcpy ((char *) mempcpy (stpcpy (stpcpy (xdomainname, categoryname), "/"), in gl_dcigettext()
1737 stpcpy (char *dest, const char *src) in stpcpy() function
/third_party/popt/src/
Dpopthelp.c218 le = stpcpy(le, defstr); in singleOptionDefaultValue()
253 le = stpcpy(le, "null"); in singleOptionDefaultValue()
318 (void) stpcpy(stpcpy(stpcpy(left+2, ", "), dash), opt->longName); in singleOptionHelp()
338 (void) stpcpy(stpcpy(stpcpy(stpcpy(left, " "), dash), toggle), longName); in singleOptionHelp()
357 te = stpcpy(te, help); in singleOptionHelp()
408 le = stpcpy(le, argDescrip); in singleOptionHelp()
420 le = stpcpy(leo = le, argDescrip); in singleOptionHelp()
Dpoptconfig.c278 (void) stpcpy( stpcpy(&b[nb-1], " "), se); in poptConfigLine()
467 (void) stpcpy(stpcpy(fn, home), "/.popt"); in poptReadDefaultConfig()
Dpopt.c276 s = stpcpy( stpcpy(s, "-"), longName); in handleExec()
426 (void) stpcpy(stpcpy(stpcpy(t, s), "/"), argv0); in findProgramPath()
463 (void)stpcpy(stpcpy(stpcpy(s, con->execPath), "/"), item->argv[0]); in execCommand()
672 te = stpcpy(t + pos, a); in expandNextArg()
1442 s = stpcpy(s, opt->longName); in poptGetNextOpt()
Dsystem.h31 static inline char * stpcpy (char *dest, const char * src) { in stpcpy() function
/third_party/toybox/lib/
Dportability.c82 mt->dir = stpcpy(mt->type, me->f_fstypename)+1; in xgetmountlist()
83 mt->device = stpcpy(mt->dir, me->f_mntonname)+1; in xgetmountlist()
84 mt->opts = stpcpy(mt->device, me->f_mntfromname)+1; in xgetmountlist()
175 mt->dir = stpcpy(mt->type, me->mnt_type)+1; in xgetmountlist()
176 mt->device = stpcpy(mt->dir, me->mnt_dir)+1; in xgetmountlist()
177 mt->opts = stpcpy(mt->device, me->mnt_fsname)+1; in xgetmountlist()
/third_party/selinux/libselinux/src/
Dcontext.c134 cp = stpcpy(cp, n->component[0]); in context_str()
138 cp = stpcpy(cp, n->component[i]); in context_str()
/third_party/musl/porting/uniproton/kernel/src/string/
Dstpcpy.c29 weak_alias(__stpcpy, stpcpy);
/third_party/musl/porting/liteos_m/kernel/src/string/
Dstpcpy.c29 weak_alias(__stpcpy, stpcpy);
/third_party/musl/porting/liteos_a/kernel/src/string/
Dstpcpy.c29 weak_alias(__stpcpy, stpcpy);
/third_party/musl/src/string/
Dstpcpy.c29 weak_alias(__stpcpy, stpcpy);
/third_party/musl/
Dmusl_template.gni363 "src/string/stpcpy.c",
452 "$OPTRTDIR/string/aarch64/stpcpy-sve.S",
469 "-D__stpcpy_aarch64_sve = stpcpy",
481 "$OPTRTDIR/string/aarch64/stpcpy-mte.S",
498 "-D__stpcpy_aarch64_mte = stpcpy",
510 "$OPTRTDIR/string/aarch64/stpcpy.S",
528 "-D__stpcpy_aarch64 = stpcpy",
/third_party/toybox/toys/android/
Dlog.c52 s = stpcpy(s, toys.optargs[i]); in log_main()
/third_party/toybox/toys/pending/
Dgroupdel.c44 s = stpcpy(s, grp->gr_mem[i]); in groupdel_main()
/third_party/toybox/toys/example/
Dlogwrapper.c33 ss = stpcpy(s = xmalloc(len), omnom); in logwrapper_main()
/third_party/musl/libc-test/src/api/
Dstring.c32 {char*(*p)(char*restrict,const char*restrict) = stpcpy;} in f()
/third_party/musl/libc-test/src/functionalext/supplement/string/
Dtest_src_functionalext_supplement_string.gni18 "stpcpy",
/third_party/musl/porting/linux/user/include/
Dstring.h65 char *stpcpy(char *__restrict, const char *__restrict);
/third_party/musl/porting/liteos_m/user/include/
Dstring.h65 char *stpcpy(char *__restrict, const char *__restrict);
/third_party/musl/ndk_musl_include/
Dstring.h65 char *stpcpy(char *__restrict, const char *__restrict);

1234