Lines Matching refs:strdupa
623 @deftypefn {Macro} {char *} strdupa (const char *@var{s})
631 For obvious reasons @code{strdupa} is implemented only as a macro;
637 @include strdupa.c.texi
641 invalid. It is also not allowed to call @code{strdupa} in the argument
642 list of @code{strtok} since @code{strdupa} uses @code{alloca}
931 This function is similar to @code{strndup} but like @code{strdupa} it
933 Automatic}. The same advantages and limitations of @code{strdupa} are
936 This function is implemented only as a macro, just like @code{strdupa}.
937 Just as @code{strdupa} this macro also must not be used inside the
2169 cp = strdupa (string); /* Make writable copy. */
2235 running = strdupa (string);
2304 char *path = strdupa (argv[0]);