Searched refs:stpcpy (Results 1 - 25 of 57) sorted by relevance

123

/haiku-fatelf/src/bin/coreutils/lib/
H A Dstpcpy.c0 /* stpcpy.c -- copy a string and return pointer to end of new string
27 # undef stpcpy macro
31 # define __stpcpy stpcpy
48 weak_alias (__stpcpy, stpcpy)
H A Dstring.h186 extern char *stpcpy (char *restrict __dst, char const *restrict __src)
190 # undef stpcpy macro
191 # define stpcpy(a,b) \ macro
192 (GL_LINK_WARNING ("stpcpy is unportable - " \
193 "use gnulib module stpcpy for portability"), \
194 stpcpy (a, b))
H A Dstring.in.h147 extern char *stpcpy (char *restrict __dst, char const *restrict __src)
151 # undef stpcpy macro
152 # define stpcpy(a,b) \ macro
153 (GL_LINK_WARNING ("stpcpy is unportable - " \
154 "use gnulib module stpcpy for portability"), \
155 stpcpy (a, b))
H A Dposixtm.c226 char *b = stpcpy (buf, s);
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dstpcpy.c0 /* stpcpy.c -- copy a string and return pointer to end of new string
26 # undef stpcpy macro
30 # define __stpcpy stpcpy
47 weak_alias (__stpcpy, stpcpy)
H A Dstring.h110 extern char *stpcpy (char *restrict __dst, char const *restrict __src);
113 # undef stpcpy macro
114 # define stpcpy(a,b) \ macro
115 (GL_LINK_WARNING ("stpcpy is unportable - " \
116 "use gnulib module stpcpy for portability"), \
117 stpcpy (a, b))
H A Dstring.in.h81 extern char *stpcpy (char *restrict __dst, char const *restrict __src);
84 # undef stpcpy macro
85 # define stpcpy(a,b) \ macro
86 (GL_LINK_WARNING ("stpcpy is unportable - " \
87 "use gnulib module stpcpy for portability"), \
88 stpcpy (a, b))
/haiku-fatelf/src/bin/sharutils/lib/
H A Dstpcpy.c0 /* stpcpy.c -- copy a string and return pointer to end of new string
25 stpcpy (dest, src) function
H A Dsystem.h200 char *stpcpy __P ((char *, const char *));
/haiku-fatelf/src/system/libroot/posix/string/
H A Dstpcpy.c14 stpcpy(char *dest, char const *src) function
/haiku-fatelf/src/apps/mail/
H A DWords.cpp526 end = stpcpy(dst, src);
532 end = stpcpy(end - 1, "ive");
535 end = stpcpy(end, "ive");
542 end = stpcpy(end - 1, "ion");
545 end = stpcpy(end - 1, "ication");
548 end = stpcpy(end, "en");
555 end = stpcpy(end - 1, "ions");
558 end = stpcpy(end - 1, "ications");
561 end = stpcpy(end, "ens");
568 end = stpcpy(en
[all...]
/haiku-fatelf/src/bin/gdb/libiberty/
H A Dstpcpy.c1 /* Implement the stpcpy function.
23 @deftypefn Supplemental char* stpcpy (char *@var{dst}, const char *@var{src})
43 stpcpy (dst, src) function
/haiku-fatelf/src/bin/sharutils/intl/
H A Dcat-compat.c57 static char *stpcpy __P ((char *dest, const char *src));
166 cp = stpcpy (new_val, "NLSPATH=");
169 cp = stpcpy (cp, dirname);
170 cp = stpcpy (cp, "/%L/LC_MESSAGES/%N.cat:");
175 stpcpy (cp, LOCALEDIR "/%L/LC_MESSAGES/%N.cat");
178 cp = stpcpy (cp, LOCALEDIR);
179 stpcpy (cp, "/%L/LC_MESSAGES/%N.cat");
183 stpcpy (cp, old_val);
239 avoid the non-standard function stpcpy. In GNU C Library this
244 stpcpy (des function
[all...]
H A Dfinddomain.c66 # define stpcpy __stpcpy macro
100 static char *stpcpy __P ((char *dest, const char *src));
387 cp = stpcpy (filename, dirname);
389 cp = stpcpy (cp, language);
394 cp = stpcpy (cp, territory);
399 cp = stpcpy (cp, codeset);
406 cp = stpcpy (cp, modifier);
411 cp = stpcpy (cp, special);
416 cp = stpcpy (cp, sponsor);
421 cp = stpcpy (c
495 stpcpy (dest, src) function
[all...]
H A Ddcgettext.c87 # define stpcpy __stpcpy macro
241 we avoid the non-standard function stpcpy. In GNU C Library
245 stpcpy (stpcpy (strchr (dirname, '\0'), "/"), binding->dirname);
259 avoid the non-standard function stpcpy. In GNU C Library this
263 stpcpy (stpcpy (stpcpy (stpcpy (xdomainname, categoryname), "/"),
/haiku-fatelf/src/bin/bash/lib/intl/
H A Dl10nflist.c22 /* Tell glibc's <string.h> to provide a prototype for stpcpy().
59 # ifndef stpcpy
60 # define stpcpy(dest, src) __stpcpy(dest, src) macro
64 static char *stpcpy PARAMS ((char *dest, const char *src));
257 cp = stpcpy (cp, language);
262 cp = stpcpy (cp, territory);
267 cp = stpcpy (cp, codeset);
272 cp = stpcpy (cp, normalized_codeset);
279 cp = stpcpy (cp, modifier);
284 cp = stpcpy (c
448 stpcpy (dest, src) function
[all...]
H A Ddcigettext.c148 # ifndef stpcpy
149 # define stpcpy __stpcpy macro
160 static char *stpcpy PARAMS ((char *dest, const char *src));
572 stpcpy (stpcpy (strchr (dirname, '\0'), "/"), binding->dirname);
584 stpcpy (mempcpy (stpcpy (stpcpy (xdomainname, categoryname), "/"),
1188 avoid the non-standard function stpcpy. In GNU C Library this
1193 stpcpy (des function
[all...]
/haiku-fatelf/src/bin/gawk/intl/
H A Dl10nflist.c19 /* Tell glibc's <string.h> to provide a prototype for stpcpy().
56 # ifndef stpcpy
57 # define stpcpy(dest, src) __stpcpy(dest, src) macro
61 static char *stpcpy PARAMS ((char *dest, const char *src));
254 cp = stpcpy (cp, language);
259 cp = stpcpy (cp, territory);
264 cp = stpcpy (cp, codeset);
269 cp = stpcpy (cp, normalized_codeset);
276 cp = stpcpy (cp, modifier);
281 cp = stpcpy (c
445 stpcpy (dest, src) function
[all...]
/haiku-fatelf/src/bin/coreutils/src/
H A Dnl.c592 stpcpy (stpcpy (stpcpy (header_del, section_del), section_del), section_del);
596 stpcpy (stpcpy (body_del, section_del), section_del);
600 stpcpy (footer_del, section_del);
H A Dpinky.c368 stpcpy (stpcpy (project, pw->pw_dir), baseproject);
392 stpcpy (stpcpy (plan, pw->pw_dir), baseplan);
H A Dchown-core.c129 stpcpy (stpcpy (stpcpy (spec_allocated, user), ":"), group);
/haiku-fatelf/src/system/libroot/posix/glibc/include/
H A Dstring.h12 #define __stpcpy stpcpy
/haiku-fatelf/src/bin/network/wget/lib/
H A Dstring.in.h136 extern char *stpcpy (char *restrict __dst, char const *restrict __src);
139 # undef stpcpy macro
140 # define stpcpy(a,b) \ macro
141 (GL_LINK_WARNING ("stpcpy is unportable - " \
142 "use gnulib module stpcpy for portability"), \
143 stpcpy (a, b))
/haiku-fatelf/src/bin/sharutils/src/
H A Dunshar.c413 stpcpy (name_buffer, argv[optind]);
416 char *cp = stpcpy (name_buffer, current_directory);
418 stpcpy (cp, argv[optind]);
/haiku-fatelf/headers/posix/
H A Dstring.h67 extern char *stpcpy(char *dest, const char *source);

Completed in 112 milliseconds

123