Home
last modified time | relevance | path

Searched defs:newstr (Results 1 – 16 of 16) sorted by relevance

/freebsd-src/cddl/contrib/opensolaris/tools/ctf/common/
H A Dmemory.c86 char *newstr; in xstrdup() local
97 char *newstr; in xstrndup() local
/freebsd-src/usr.bin/env/
H A Denvopts.c167 char *dest, **newargv, *newstr, **nextarg, **oldarg; in split_spaces() local
392 char *newstr, *vname; in expand_vars() local
/freebsd-src/crypto/openssh/openbsd-compat/
H A Dbsd-asprintf.c45 char *string, *newstr; in vasprintf() local
/freebsd-src/contrib/libfido2/openbsd-compat/
H A Dbsd-asprintf.c39 char *string, *newstr; in vasprintf() local
/freebsd-src/contrib/sendmail/rmail/
H A Drmail.c74 #define newstr(s) strcpy(xalloc(strlen(s) + 1), s) macro
/freebsd-src/usr.bin/patch/
H A Dbackupfile.c160 char *newstr; in concat() local
/freebsd-src/usr.sbin/pw/
H A Dpw_conf.c227 newstr(char const * p) in newstr() function
/freebsd-src/contrib/less/
H A Dfilename.c142 char *newstr; shell_quote() local
/freebsd-src/usr.bin/sdiff/
H A Dsdiff.c931 char *newstr; in astrcat() local
/freebsd-src/contrib/file/src/
H A Dfuncs.c136 char *buf, *newstr; in file_vprintf() local
/freebsd-src/sys/dev/hwpmc/
H A Dhwpmc_mod.c450 pmc_debugflags_parse(char *newstr, char *fence) in pmc_debugflags_parse()
581 char *fence, *newstr; in pmc_debugflags_sysctl_handler() local
/freebsd-src/usr.sbin/inetd/
H A Dinetd.c2072 newstr(const char *cp) in newstr() function
/freebsd-src/usr.sbin/ppp/
H A Dcommand.c438 subst(char *tgt, const char *oldstr, const char *newstr) in subst() argument
/freebsd-src/contrib/mandoc/
H A Droff.c981 char *addstr, *newstr; in roff_word_append() local
/freebsd-src/contrib/libxo/libxo/
H A Dlibxo.c3166 const char *newstr = NULL; in xo_format_gettext() local
4129 char *newstr = alloca(vlen + 1); in xo_format_title() local
/freebsd-src/contrib/sendmail/src/
H A Dsendmail.h2949 # define newstr(str) newstr_tagged(str, "newstr:" __FILE__, __LINE__, SmHeapGroup) macro