alloc1.c: void check_ptr (ptr)
alloc1.c: void *malloc_debug (mem)
alloc1.c: void *calloc_debug (n, size)
alloc1.c: void *realloc_debug (ptr, mem)
alloc1.c: void free_debug (ptr)
alloc2.c: void *malloc_chk (mem)
alloc2.c: void *calloc_chk (n, size)
alloc2.c: void *realloc_chk (ptr, mem)
alloc2.c: void free_chk (ptr)
com.c: void print_command_structure (commands)
com.c: command_line *mk_command (fname)
com.c: command_line *add_command (command, list)
com.c: command_line *read_indirect_file (fname, search_path, progname, include, desc, ok)
command1.c: char *strip_path (string)
command1.c: char *derive_string (string, full, extension)
command2.c: void extract_bool_opts (ac, av, switchars, options, args)
command3.c: void extract_string_opts (ac, av, switchars, options, args)
command4.c: char **extract_multi_string_opts (ac, av, switchars, options)
command5.c: int unfold_arg_list (ac, av, switchars, options, path)
command6.c: void env_to_option (ac, av, env)
command7.c: int get_indcom (prog, ac, av, switchars, options, path)
disassem.c: void disassemble (pos, fs, print_rel)
error.c: int error (int level, char const *progname, char const *filename, char const *fmt, ...)
heap.c: struct s_heap *start_heap (obj_size, n_obj)
heap.c: void *alt_malloc (heap)
heap.c: void alt_free (heap, mem)
heap.c: void print_heap_info (heap)
hexdump.c: void hexdump (pos, fs)
lff_io.c: long int lff_getl_test (fs, ok)
lff_io.c: char *lff_gets_test (fs, l, ok)
popen.c: FILE *popen (FileName, PathName, FullName, OpenMode)
strutil1.c: int toupper (c)
strutil2.c: int tolower (c)
strutil3.c: int str_semicmp (str1, str2)
strutil4.c: int str_semicmp_lc (str1, str2)
strutil5.c: int strcmp_lc (str1, str2)
strutil6.c: char *str_duplicate (str)
strutil7.c: char *str_concat (str1, str2)
tcoff_io.c: long int tcoff_getl_test (fs, ok)
tcoff_io.c: unsigned long int tcoff_getul_test (fs, ok)
tcoff_io.c: char *tcoff_gets_test (fs, len, ok)
tcoff_io.c: void tcoff_putl (fs, l)
tcoff_io.c: void tcoff_putul (fs, l)
tcoff_io.c: void tcoff_puts (fs, size, string)
tcoff_io.c: long int tcoff_sizel (l)
tcoff_io.c: void tcoff_putrec (FILE *fs, long int tag, char *va_alist, ...)
tcoff_io.c: void tcoff_putrec (fs, tag, va_alist)
