/openbmc/linux/scripts/kconfig/ |
H A D | preprocess.c | 49 e->name = xstrdup(name); in env_add() 50 e->value = xstrdup(value); in env_add() 74 return xstrdup(e->value); in env_expand() 87 return xstrdup(value); in env_expand() 117 return xstrdup(""); in do_error_if() 122 return xstrdup(current_file->name); in do_filename() 129 return xstrdup(""); in do_info() 138 return xstrdup(buf); in do_lineno() 178 return xstrdup(buf); in do_shell() 187 return xstrdup(""); in do_warning_if() [all …]
|
H A D | util.c | 25 file->name = xstrdup(name); in file_lookup() 109 char *xstrdup(const char *s) in xstrdup() function
|
H A D | lkc.h | 60 char *xstrdup(const char *s);
|
/openbmc/linux/scripts/dtc/ |
H A D | dtc-lexer.l | 85 srcpos_set_line(xstrdup(fn.val), atoi(line) - 1); 149 yylval.labelref = xstrdup(yytext); 199 yylval.labelref = xstrdup(yytext+1); 206 yylval.labelref = xstrdup(yytext+2); 224 yylval.propnodename = xstrdup((yytext[0] == '\\') ?
|
H A D | fstree.c | 46 prop = build_property(xstrdup(de->d_name), in read_fstree() 57 newchild = name_node(newchild, xstrdup(de->d_name)); in read_fstree()
|
H A D | srcpos.c | 105 fullname = xstrdup(fname); in try_open() 153 fullname = xstrdup("<stdin>"); in srcfile_relative_open() 222 node->dirname = xstrdup(dirname); in srcfile_add_search_path()
|
H A D | util.h | 63 extern char *xstrdup(const char *s);
|
/openbmc/u-boot/scripts/dtc/ |
H A D | dtc-lexer.l | 100 srcpos_set_line(xstrdup(fn.val), atoi(line) - 1); 157 yylval.labelref = xstrdup(yytext); 207 yylval.labelref = xstrdup(yytext+1); 214 yylval.labelref = xstrdup(yytext+2); 232 yylval.propnodename = xstrdup((yytext[0] == '\\') ?
|
H A D | fstree.c | 61 prop = build_property(xstrdup(de->d_name), in read_fstree() 71 newchild = name_node(newchild, xstrdup(de->d_name)); in read_fstree()
|
H A D | srcpos.c | 76 fullname = xstrdup(fname); in try_open() 124 fullname = xstrdup("<stdin>"); in srcfile_relative_open() 190 node->dirname = xstrdup(dirname); in srcfile_add_search_path()
|
H A D | util.h | 72 extern char *xstrdup(const char *s);
|
/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/ |
H A D | 0001-libbb-sockaddr2str-ensure-only-printable-characters-.patch | 25 - return xstrdup(host); 26 + return xstrdup(printable_string(host)); 36 /*return xstrdup(host);*/
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/liboauth/liboauth/ |
H A D | 0001-Support-OpenSSL-1.1.0.patch | 40 return xstrdup("liboauth/OpenSSL: can not read private key"); 45 + return xstrdup("liboauth/OpenSSL: failed to allocate EVP_MD_CTX"); 66 return xstrdup("liboauth/OpenSSL: rsa-sha1 signing failed"); 113 + return xstrdup("liboauth/OpenSSL: failed to allocate EVP_MD_CTX"); 143 + return xstrdup("liboauth/OpenSSL: failed to allocate EVP_MD_CTX");
|
/openbmc/openbmc/poky/meta/recipes-devtools/makedevs/makedevs/ |
H A D | makedevs.c | 100 static char *xstrdup(const char *s) in xstrdup() function 385 name = xstrdup(path + 1); in interpret_table_entry() 548 rootdir = xstrdup(optarg); in main() 550 rootdir_prepend = xstrdup(""); in main() 552 rootdir_prepend = xstrdup(rootdir); in main()
|
/openbmc/openbmc/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/ |
H A D | ldconfig.patch | 12 xstrdup.c | 11 -- 449 Index: ldconfig-native-2.12.1/xstrdup.c 451 --- ldconfig-native-2.12.1.orig/xstrdup.c 452 +++ ldconfig-native-2.12.1/xstrdup.c 470 char *xstrdup (char *string) __THROW;
|
H A D | 32and64bit.patch | 201 + *soname = xstrdup (name); 213 + *soname = xstrdup (lib);
|
/openbmc/linux/scripts/genksyms/ |
H A D | genksyms.h | 76 #define xstrdup(str) ({ char *__str = strdup(str); \ macro
|
H A D | genksyms.c | 285 sym->name = xstrdup(name); in __add_symbol() 350 newnode->string = xstrdup(string); in mk_node() 379 newnode->string = xstrdup(node->string); in copy_node()
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/ |
H A D | tftp-0.49-cmd_arg.patch | 15 char *xstrdup(const char *); 26 PA_SEARCH_LIBS_AND_ADD(xstrdup, iberty)
|
H A D | 0001-tftp-Remove-double-inclusion-of-signal.h.patch | 27 @@ -296,6 +295,9 @@ char *xstrdup(const char *);
|
/openbmc/openbmc/poky/meta/recipes-core/glibc/ |
H A D | ldconfig-native_2.12.1.bb | 30 …$CC ldconfig.c -std=gnu99 chroot_canon.c xmalloc.c xstrdup.c cache.c readlib.c -I. dl-cache.c -o …
|
/openbmc/openbmc/poky/meta/recipes-devtools/rpm/files/ |
H A D | 0001-build-pack.c-do-not-insert-payloadflags-into-.rpm-me.patch | 22 buf = xstrdup(rpmio_flags);
|
H A D | 0002-Add-support-for-prefixing-etc-from-RPM_ETCCONFIGDIR-.patch | 21 userrc = xstrdup(oldrc);
|
/openbmc/u-boot/scripts/kconfig/ |
H A D | util.c | 158 char *xstrdup(const char *s) in xstrdup() function
|
H A D | lkc.h | 119 char *xstrdup(const char *s);
|