Searched refs:xstrdup (Results 51 - 75 of 345) sorted by relevance

1234567891011>>

/freebsd-9.3-release/contrib/cvs/src/
H A Dlog.c608 orig_copy = copy = xstrdup (argstring);
647 r->first = xstrdup (r->first);
649 r->last = xstrdup (r->last);
674 orig_copy = copy = xstrdup (argstring);
775 p->key = xstrdup (argstring);
1093 nr->last = xstrdup (nr->first);
1127 nr->last = xstrdup (nr->first);
1134 nr->first = xstrdup (r->first);
1138 nr->first = xstrdup (baserev);
1152 nr->last = xstrdup (n
[all...]
H A Dfind_names.c50 fnode->key = xstrdup (node->key);
143 dnode->key = xstrdup (entnode->user);
284 p->key = xstrdup (dp->d_name);
409 p->key = xstrdup (dp->d_name);
H A Dcommit.c196 p->dir = xstrdup (dir);
197 p->repos = xstrdup (find_data_static->repository);
198 p->file = xstrdup (file);
261 p->key = xstrdup (finfo->file);
334 node->key = xstrdup (finfo->fullname);
338 data->tag = xstrdup (vers->tag);
431 saved_message = xstrdup(optarg);
436 saved_tag = xstrdup (optarg);
785 xtag = xstrdup (saved_tag);
806 (*vers)->tag = xstrdup (saved_ta
[all...]
H A Drcs.c371 rdata->path = xstrdup (rcsfile);
606 kv->key = xstrdup (key);
806 kv->key = xstrdup (key);
884 kv->key = xstrdup (";add");
885 kv->data = xstrdup (buf);
898 kv->key = xstrdup (";delete");
899 kv->data = xstrdup (buf);
1875 return xstrdup (":");
1938 return xstrdup (ptr);
2108 p->key = xstrdup (ta
[all...]
H A Dentries.c61 ent->user = xstrdup (user);
62 ent->version = xstrdup (vn);
63 ent->timestamp = xstrdup (ts ? ts : "");
64 ent->options = xstrdup (options ? options : "");
65 ent->tag = xstrdup (tag);
66 ent->date = xstrdup (date);
67 ent->conflict = xstrdup (ts_conflict);
497 sdtp->tag = xstrdup (dirtag);
498 sdtp->date = xstrdup (dirdate);
639 p->key = xstrdup (entdat
[all...]
/freebsd-9.3-release/contrib/diff/lib/
H A Dxalloc.h60 char *xstrdup (const char *str);
/freebsd-9.3-release/contrib/gdb/gdb/tui/
H A Dtui-interp.c208 interpreter_p = xstrdup ("tui");
/freebsd-9.3-release/contrib/gnu-sort/lib/
H A Dxalloc.h57 char *xstrdup (const char *str);
/freebsd-9.3-release/contrib/texinfo/lib/
H A Dxalloc.h57 char *xstrdup (const char *str);
/freebsd-9.3-release/crypto/openssh/
H A Dgroupaccess.c71 groups_byname[j++] = xstrdup(gr->gr_name);
H A Duuencode.c62 encoded = xstrdup(src);
H A Dxmalloc.c77 xstrdup(const char *str) function
H A Dauth2.c245 authctxt->user = xstrdup(user);
262 authctxt->service = xstrdup(service);
263 authctxt->style = style ? xstrdup(style) : NULL;
458 list = xstrdup(buffer_ptr(&b));
497 omethods = methods = xstrdup(_methods);
556 xstrdup(options.auth_methods[i]);
613 *methods = xstrdup(p);
H A Dservconf.c300 xstrdup(_PATH_SSH_USER_PERMITTED_KEYS);
302 xstrdup(_PATH_SSH_USER_PERMITTED_KEYS2);
311 options->version_addendum = xstrdup(SSH_VERSION_FREEBSD);
1055 xstrdup(arg) : derelativise_path(arg);
1293 xstrdup(arg);
1305 xstrdup(arg);
1317 xstrdup(arg);
1329 xstrdup(arg);
1341 options->ciphers = xstrdup(arg);
1352 options->macs = xstrdup(ar
[all...]
H A Dreadconf.c384 path = xstrdup(filename);
504 host = xstrdup(host_arg);
972 *charptr = xstrdup(arg);
986 cpptr[(*uintptr)++] = xstrdup(arg);
1024 *charptr = xstrdup(s + len);
1069 options->ciphers = xstrdup(arg);
1080 options->macs = xstrdup(arg);
1092 options->kex_algorithms = xstrdup(arg);
1103 options->hostkeyalgorithms = xstrdup(arg);
1266 xstrdup(ar
[all...]
/freebsd-9.3-release/gnu/usr.bin/binutils/libiberty/
H A DMakefile32 xstrdup.c \
/freebsd-9.3-release/gnu/usr.bin/cc/libiberty/
H A DMakefile18 xmalloc.c xmemdup.c xstrdup.c xstrerror.c make-relative-prefix.c \
/freebsd-9.3-release/gnu/usr.bin/grep/
H A Dxalloc.h62 char *xstrdup PARAMS ((const char *str));
/freebsd-9.3-release/libexec/rtld-elf/
H A Dxmalloc.c60 xstrdup(const char *str) function
/freebsd-9.3-release/usr.bin/xlint/lint2/
H A Dmain2.c140 libs[i] = xstrdup(optarg);
/freebsd-9.3-release/contrib/texinfo/makeinfo/
H A Dhtml.c221 escape_string (xstrdup (current_node)), html_title);
413 newstack->attribs = xstrdup (attribs);
464 contents_canon_white = xstrdup (contents);
686 char *oldname = xstrdup (filename);
728 filename = xstrdup ("index.html"); /* "#Top" is added by our callers */
730 filename = xstrdup ("Top");
735 filename = xstrdup ("../index.html");
/freebsd-9.3-release/usr.bin/csup/
H A Drcsfile.c189 rf->name = xstrdup(name);
190 rf->cvsroot = xstrdup(cvsroot);
191 rf->colltag = xstrdup(colltag);
195 rf->trunk->revnum = xstrdup("1");
868 s->str = xstrdup(id);
879 t->tag = xstrdup(tag);
880 t->revnum = xstrdup(revnum);
892 t->tag = xstrdup(tag);
893 t->revnum = xstrdup(revnum);
957 rf->head = xstrdup(va
[all...]
/freebsd-9.3-release/contrib/binutils/gas/
H A Dstabs.c112 seg->name = xstrdup (stabstr_secname);
326 cached_secname = xstrdup (stab_secname);
565 last_file = xstrdup (file);
601 prev_file = xstrdup (file);
617 prev_file = xstrdup (file);
676 current_function_label = xstrdup (startlabname);
/freebsd-9.3-release/contrib/gcc/
H A Dtlink.c130 v->key = xstrdup (string);
150 v->key = xstrdup (string);
172 v->key = xstrdup (string);
329 return xstrdup (tfgets (stream));
453 putenv (xstrdup ("COMPILER_PATH="));
454 putenv (xstrdup ("LIBRARY_PATH="));
/freebsd-9.3-release/contrib/texinfo/info/
H A Dinfo-utils.c303 entry->nodename = xstrdup (entry->label);
318 entry->filename = xstrdup (info_parsed_filename);
321 entry->nodename = xstrdup (info_parsed_nodename);
396 dest->label = src->label ? xstrdup (src->label) : NULL;
397 dest->filename = src->filename ? xstrdup (src->filename) : NULL;
398 dest->nodename = src->nodename ? xstrdup (src->nodename) : NULL;

Completed in 411 milliseconds

1234567891011>>