Searched refs:xstrdup (Results 1 - 25 of 29) sorted by relevance

12

/asus-wl-520gu-7.0.1.45/src/router/samba/source/popt/
H A Dsystem.h43 /*@only@*/ char * xstrdup (const char *str);
47 #define xstrdup(_str) (strcpy((malloc(strlen(_str)+1) ? : vmefail()), (_str))) macro
49 #define xstrdup(_str) strdup(_str) macro
H A Dfindme.c17 return xstrdup(argv0);
H A Dpoptconfig.c46 con->execs[con->numExecs].longName = xstrdup(longName);
51 con->execs[con->numExecs].script = xstrdup(line);
H A Dpopthelp.c300 con->otherHelp = xstrdup(text);
H A Dpopt.c23 con->execPath = xstrdup(path);
563 *((const char **) opt->arg) = xstrdup(con->os->nextArg);
612 con->finalArgv[con->finalArgvCount++] = xstrdup(con->os->nextArg);
/asus-wl-520gu-7.0.1.45/src/router/busybox/libbb/
H A Ddirname.c46 return xstrdup (".");
H A Dfind_root_device.c72 fileName=xstrdup("/dev/root");
H A Dxfuncs.c71 extern char * xstrdup (const char *s) { function
H A Dunarchive.c329 typed->name = xstrdup(ar_long_names + atoi(&ar.formated.name[1]));
442 tmp->entry->link_name = xstrdup(cpio_entry->name);
529 tar_entry->name = xstrdup(tar.formated.name);
537 xstrdup(tar.formated.linkname) : NULL;
560 file_list[0] = xstrdup(filename);
565 ared_file = xstrdup("control.tar.gz");
568 ared_file = xstrdup("data.tar.gz");
H A Dlibbb.h142 extern char *xstrdup (const char *s);
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Ddpkg_deb.c51 filename = xstrdup("./control");
86 prefix = xstrdup("./DEBIAN/");
100 filename = xstrdup(argv[optind + 1]);
H A Dar.c81 extract_names[num_of_entries] = xstrdup(argv[optind]);
H A Dcpio.c83 extract_names[num_of_entries] = xstrdup(argv[optind]);
H A Dxargs.c48 cmd_to_be_executed = xstrdup("/bin/echo ");
H A Dln.c66 srcdir_name = xstrdup(link_destname);
H A Ddpkg.c177 name_hashtable[probe_address] = xstrdup(key);
218 version1 = xstrdup("");
221 version2 = xstrdup("");
306 upstream_ver1 = xstrdup(ver1_ptr);
307 upstream_ver2 = xstrdup(ver2_ptr);
397 char *line = xstrdup(whole_line);
410 line2 = xstrdup(field);
1044 file_list[count] = xstrdup(line);
1165 exclude_files[0] = xstrdup(conffile_name);
1336 deb_file[deb_count]->filename = xstrdup(arg
[all...]
H A Dwget.c243 parse_url(xstrdup(proxy), &server);
388 target.path = xstrdup(s+1);
390 parse_url(xstrdup(s), &target);
408 target.user = xstrdup("anonymous:busybox@");
H A Dcmdedit.c535 user_buf = xstrdup(entry->pw_name);
536 home_pwd_buf = xstrdup(entry->pw_dir);
663 (*p)[0] = xstrdup(tmp);
1049 tmp = xstrdup(matches[0]);
1128 (*hp)->s = xstrdup(command_ps);
1423 ss = xstrdup(command); /* duplicate */
H A Dsyslogd.c653 logFilePath = xstrdup(optarg);
657 RemoteHost = xstrdup(optarg);
H A Dtftp.c390 s = xstrdup(serverstr);
H A Dls.c874 av[0]= xstrdup(".");
891 cur->fullname= xstrdup(av[oi]);
H A Dnfsmount.c364 *extra_opts = xstrdup(new_opts);
709 prev_bg_host = xstrdup(hostname);
H A Dtar.c235 excludeList[excludeListSize] = xstrdup(file);
H A Dlash.c1573 local_pending_command = xstrdup(argv[optind]);
H A Dutility.c1387 extern char * xstrdup (const char *s) { function

Completed in 95 milliseconds

12