Searched refs:NOFAIL (Results 1 – 6 of 6) sorted by relevance
54 argstring = NOFAIL(strdup(args)); in merge_args()57 newargs = NOFAIL(realloc(newargs, in merge_args()
272 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()
10 #define NOFAIL(ptr) do_nofail((ptr), __FILE__, __LINE__) macro
114 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 …]
310 cmd = NOFAIL(malloc(strlen(objfile) + sizeof("..cmd"))); in parse_source_files()321 dir = NOFAIL(malloc(dirlen + 1)); in parse_source_files()
98 #define NOFAIL(ptr) do_nofail((ptr), #ptr) macro