HomeSort by: relevance | last modified time | path
    Searched refs:Strdup (Results 1 - 7 of 7) sorted by relevancy

  /src/usr.bin/error/
input.c 201 nwordv[0] = Strdup("ld:"); /* XXX leaked */
203 nwordv[2] = Strdup("is"); /* XXX leaked */
204 nwordv[3] = Strdup("undefined.");/* XXX leaked */
filter.c 114 names_ignored[i] = Strdup(inbuffer);
error.h 279 char *Strdup(const char *);
subr.c 85 Strdup(const char *s)
89 ret = strdup(s);
190 *r_perd = strdup(cp+1);
193 *r_pers = strdup(string);
221 *r_perd = strdup(cp+1);
224 *r_pers = strdup(string + 1);
pi.c 269 nwordv[0] = strdup(currentfilename);
270 nwordv[1] = strdup(c_linenumber);
272 nwordv[2] = Strdup("pascal errortype"); /* XXX leaked */
274 nwordv[4] = strdup("%%%\n");
295 nwordv[0] = strdup(currentfilename);
345 nwordv[0] = strdup(currentfilename);
357 nwordv[0] = strdup(currentfilename);
358 nwordv[1] = strdup(c_header[0]);
359 nwordv[2] = strdup(c_header[1]);
360 nwordv[3] = strdup(c_header[2])
    [all...]
touch.c 539 (*r_argv)[1] = Strdup("+1;/###/"); /* XXX leaked */
  /src/lib/libedit/
history.c 68 #define Strdup(s) strdup(s)
86 #define Strdup(s) wcsdup(s)
126 #define h_strdup(a) Strdup(a)
448 ev->str = Strdup(h->cursor->ev.str);
468 ev->str = Strdup(h->cursor->ev.str);
1166 if(!line || !(s = Strdup(line))) {

Completed in 15 milliseconds