Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/tools/ctf/common/
H A Dmemory.c86 char *newstr; in xstrdup() local
97 char *newstr; in xstrndup() local
/freebsd/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/crypto/openssh/openbsd-compat/
H A Dbsd-asprintf.c45 char *string, *newstr; in vasprintf() local
/freebsd/contrib/libfido2/openbsd-compat/
H A Dbsd-asprintf.c39 char *string, *newstr; in vasprintf() local
/freebsd/crypto/krb5/src/tests/asn.1/
H A Dutility.c50 char *newstr = strdup(str); in estrdup() local
/freebsd/crypto/krb5/src/lib/kadm5/srv/
H A Dpwqual_hesiod.c41 reverse(char *str, char *newstr, size_t newstr_size) in reverse()
/freebsd/contrib/sendmail/rmail/
H A Drmail.c74 #define newstr(s) strcpy(xalloc(strlen(s) + 1), s) macro
/freebsd/usr.bin/patch/
H A Dbackupfile.c160 char *newstr; in concat() local
/freebsd/crypto/krb5/src/lib/krb5/os/
H A Dlocalauth_rule.c147 char *newstr, *rule = NULL, *repl = NULL, *current = NULL; in aname_replacer() local
/freebsd/usr.sbin/pw/
H A Dpw_conf.c227 newstr(char const * p) in newstr() function
/freebsd/crypto/krb5/src/util/profile/
H A Dprof_get.c78 char *newstr, **newlist; in add_to_list() local
/freebsd/usr.bin/sdiff/
H A Dsdiff.c931 char *newstr; in astrcat() local
/freebsd/contrib/less/
H A Dfilename.c151 char *newstr; in shell_quoten() local
/freebsd/contrib/file/src/
H A Dfuncs.c136 char *buf, *newstr; in file_vprintf() local
/freebsd/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/usr.sbin/inetd/
H A Dinetd.c2072 newstr(const char *cp) in newstr() function
/freebsd/usr.sbin/ppp/
H A Dcommand.c438 subst(char *tgt, const char *oldstr, const char *newstr) in subst()
/freebsd/contrib/mandoc/
H A Droff.c976 char *addstr, *newstr; in roff_word_append() local
/freebsd/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/contrib/sendmail/src/
H A Dsendmail.h2949 # define newstr(str) newstr_tagged(str, "newstr:" __FILE__, __LINE__, SmHeapGroup) macro