HomeSort by: relevance | last modified time | path
    Searched defs:xstrdup (Results 1 - 25 of 51) sorted by relevancy

1 2 3

  /src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
xstrdup.c 0 /* xstrdup.c -- copy a string with out of memory checking
28 xstrdup (const char *string) function
progreloc.c 55 # define xstrdup strdup macro
160 return xstrdup (location);
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
xstrdup.c 0 /* xstrdup.c -- copy a string with out of memory checking
28 xstrdup (const char *string) function
  /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
xstrdup.c 0 /* xstrdup.c -- copy a string with out of memory checking
28 xstrdup (const char *string) function
  /src/external/gpl2/gettext/dist/gnulib-local/lib/
xstrdup.c 0 /* xstrdup.c -- copy a string with out of memory checking
28 xstrdup (const char *string) function
  /src/external/gpl2/texinfo/dist/lib/
xstrdup.c 1 /* $NetBSD: xstrdup.c,v 1.1.1.1 2016/01/14 00:11:29 christos Exp $ */
3 /* xstrdup.c -- copy a string with out of memory checking
32 xstrdup (const char *string) function
  /src/external/gpl3/binutils/dist/libiberty/
xstrdup.c 0 /* xstrdup.c -- Duplicate a string in memory, using xmalloc.
7 @deftypefn Replacement char* xstrdup (const char *@var{s})
31 xstrdup (const char *s) function
  /src/external/gpl3/binutils.old/dist/libiberty/
xstrdup.c 0 /* xstrdup.c -- Duplicate a string in memory, using xmalloc.
7 @deftypefn Replacement char* xstrdup (const char *@var{s})
31 xstrdup (const char *s) function
  /src/external/gpl3/gcc/dist/libiberty/
xstrdup.c 0 /* xstrdup.c -- Duplicate a string in memory, using xmalloc.
7 @deftypefn Replacement char* xstrdup (const char *@var{s})
31 xstrdup (const char *s) function
  /src/external/gpl3/gcc.old/dist/libiberty/
xstrdup.c 0 /* xstrdup.c -- Duplicate a string in memory, using xmalloc.
7 @deftypefn Replacement char* xstrdup (const char *@var{s})
31 xstrdup (const char *s) function
  /src/external/gpl3/gdb/dist/libiberty/
xstrdup.c 0 /* xstrdup.c -- Duplicate a string in memory, using xmalloc.
7 @deftypefn Replacement char* xstrdup (const char *@var{s})
31 xstrdup (const char *s) function
  /src/external/gpl3/gdb.old/dist/libiberty/
xstrdup.c 0 /* xstrdup.c -- Duplicate a string in memory, using xmalloc.
7 @deftypefn Replacement char* xstrdup (const char *@var{s})
31 xstrdup (const char *s) function
  /src/external/bsd/pcc/dist/pcc/cc/driver/
xalloc.c 77 xstrdup(const char *str) function
  /src/external/bsd/pcc/dist/pcc/driver/
xalloc.c 70 xstrdup(const char *str) function
  /src/usr.bin/diff/
xmalloc.c 63 xstrdup(const char *str) function
68 err(2, "xstrdup");
  /src/usr.bin/xlint/common/
mem.c 82 xstrdup(const char *s) function
  /src/external/bsd/pkg_install/dist/lib/
xwrapper.c 95 xstrdup(const char *str) function
  /src/usr.bin/man/
manconf.c 69 * xstrdup: like strdup, but also returns length of string in lenp
72 xstrdup(const char *str, size_t *lenp) function
237 tp->s = xstrdup(name, &tp->len);
260 ep->s = xstrdup(newent, &ep->len);
  /src/crypto/external/bsd/openssh/dist/
xmalloc.c 87 xstrdup(const char *str) function
  /src/external/bsd/tmux/dist/
xmalloc.c 89 xstrdup(const char *str) function
94 fatalx("xstrdup: %s", strerror(errno));
  /src/external/cddl/osnet/dist/tools/ctf/common/
memory.c 88 xstrdup(const char *str) function
  /src/external/gpl2/xcvs/dist/src/
subr.h 74 /* Many, many CVS calls to xstrdup depend on it to return NULL when its
77 #define xstrdup Xstrdup macro
78 char *Xstrdup (const char *str)
  /src/external/gpl2/xcvs/dist/lib/
xmalloc.c 241 xstrdup (char const *string) function
  /src/usr.bin/rump_dhcpclient/
common.c 183 xstrdup(const char *str) function
  /src/external/bsd/ppp/dist/pppd/plugins/pppoe/
pppoe-discovery.c 113 xstrdup(const char *s) function
171 conn->serviceName = xstrdup(optarg);
174 conn->acName = xstrdup(optarg);
227 conn->ifName = xstrdup(optarg);

Completed in 24 milliseconds

1 2 3