Lines Matching refs:xmalloc
76 value = xmalloc (1 + (i - start)); in extract_colon_unit()
119 fullpath = xmalloc (2 + strlen (dir) + strlen (filename)); in get_file_info_in_path()
180 tmp = (char *) xmalloc (strlen (include_files_path) - i); in pop_path_from_include_path()
218 result = xmalloc (file_size + 2); in find_and_load()
287 FSTACK *newstack = xmalloc (sizeof (FSTACK)); in pushfile()
401 result = xmalloc (1 + i); in pathname_part()
430 char *localdir = xmalloc (1025); in full_pathname()
459 result = xmalloc (strlen (&filename[1]) in full_pathname()
473 char *username = xmalloc (257); in full_pathname()
490 result = xmalloc (1 + strlen (user_entry->pw_dir) in full_pathname()
545 result = xmalloc (1 + strlen (input_name) + strlen (filename)); in expand_filename()
664 new = xmalloc (sizeof (DELAYED_WRITE)); in register_delayed_write()