Searched refs:strdup (Results 1 - 25 of 180) sorted by path

12345678

/linux-master/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_macro_gram.y150 marg->replacement_text = strdup(argtext);
H A Daicasm.c236 include_dir->directory = strdup(optarg);
H A Daicasm_gram.y282 prefix = strdup($3);
294 patch_arg_list = strdup($3);
1615 cur_symbol->info.macroinfo->body = strdup(bodytext);
H A Daicasm_symbol.c73 new_symbol->name = strdup(name);
75 stop("Unable to strdup symbol name", EX_SOFTWARE);
389 lower_name = strdup(regnode->symbol->name);
391 stop("Unable to strdup symbol name", EX_SOFTWARE);
/linux-master/tools/bpf/
H A Dbpf_exp.l183 yylval.label = strdup(yytext);
/linux-master/tools/perf/util/
H A Dcomm.c49 cs->str = strdup(str);
H A Dstrlist.c24 s = strdup(s);
/linux-master/tools/power/cpupower/lib/
H A Dcpuidle.c190 result = strdup(linebuf);
356 result = strdup(linebuf);
/linux-master/tools/power/cpupower/utils/helpers/
H A Dsysfs.c260 result = strdup(linebuf);
426 result = strdup(linebuf);
/linux-master/tools/testing/selftests/mqueue/
H A Dmq_open_tests.c254 queue_path = strdup(argv[1]);
/linux-master/tools/testing/selftests/powerpc/benchmarks/
H A Dfork.c270 char *dirname = strdup(argv[0]);
/linux-master/arch/sparc/vdso/
H A Dvdso2c.c197 name = strdup(argv[3]);
/linux-master/arch/um/os-Linux/
H A Dmain.c124 new_argv[i] = strdup(argv[i]);
H A Dmem.c110 return strdup(dir);
/linux-master/arch/x86/entry/vdso/
H A Dvdso2c.c223 name = strdup(argv[3]);
/linux-master/drivers/accessibility/speakup/
H A Dutils.h98 this->name = strdup(name);
/linux-master/fs/unicode/
H A Dmkutf8data.c1572 data->utf8nfdi = strdup(utf);
1581 data->utf8nfdicf = strdup(utf);
/linux-master/samples/landlock/
H A Dsandboxer.c105 env_path_name = strdup(env_path_name);
166 env_port_name = strdup(env_port_name);
/linux-master/scripts/
H A Dasn1_compiler.c627 grammar_name = strdup(p);
/linux-master/scripts/genksyms/
H A Dgenksyms.h76 #define xstrdup(str) ({ char *__str = strdup(str); \
H A Dparse.y475 const char *name = strdup((*$1)->string);
480 const char *name = strdup((*$1)->string);
/linux-master/scripts/kconfig/
H A Dutil.c137 p = strdup(s);
/linux-master/scripts/mod/
H A Dmodpost.c375 s->namespace = NOFAIL(strdup(namespace));
631 char *munged = NOFAIL(strdup(symname));
/linux-master/scripts/selinux/genheaders/
H A Dgenheaders.c31 char *s2 = strdup(s);
/linux-master/tools/accounting/
H A Dgetdelays.c328 logfile = strdup(optarg);

Completed in 519 milliseconds

12345678