Home
last modified time | relevance | path

Searched refs:NOFAIL (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/buildroot/package/mkpasswd/
H A Dutils.c54 argstring = NOFAIL(strdup(args)); in merge_args()
57 newargs = NOFAIL(realloc(newargs, in merge_args()
H A Dmkpasswd.c272 salt = NOFAIL(malloc(strlen(salt_prefix) + strlen(rounds_str) in main()
301 salt = NOFAIL(malloc(strlen(salt_prefix) + strlen(rounds_str) in main()
317 password = NOFAIL(malloc(128)); in main()
365 buf = NOFAIL(malloc(count)); in get_random_bytes()
H A Dutils.h10 #define NOFAIL(ptr) do_nofail((ptr), __FILE__, __LINE__) macro
/OK3568_Linux_fs/kernel/scripts/mod/
H A Dmodpost.c114 buf = NOFAIL(malloc(st.st_size + 1)); in read_text_file()
171 mod = NOFAIL(malloc(sizeof(*mod) + strlen(modname) + 1)); in new_module()
226 struct symbol *s = NOFAIL(malloc(sizeof(*s) + strlen(name) + 1)); in alloc_symbol()
278 ns_entry = NOFAIL(malloc(sizeof(struct namespace_list) + in add_namespace()
410 namespace && namespace[0] ? NOFAIL(strdup(namespace)) : NULL; in sym_update_namespace()
730 char *munged = NOFAIL(strdup(symname)); in handle_symbol()
848 char *bare = NOFAIL(strndup(p + 1, strlen(p) - 2)); in match()
1385 char *p = NOFAIL(malloc(20)); in sec2annotation()
1405 return NOFAIL(strdup("")); in sec2annotation()
2009 tmp = NOFAIL(strdup(modname)); in read_symbols()
[all …]
H A Dsumversion.c310 cmd = NOFAIL(malloc(strlen(objfile) + sizeof("..cmd"))); in parse_source_files()
321 dir = NOFAIL(malloc(dirlen + 1)); in parse_source_files()
H A Dmodpost.h98 #define NOFAIL(ptr) do_nofail((ptr), #ptr) macro