Home
last modified time | relevance | path

Searched refs:error_prefix (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/host-tools/make-3.81/
Dfunction.c1586 char *error_prefix; in func_shell() local
1615 error_prefix = (char *) alloca (strlen (reading_file->filenm)+11+4); in func_shell()
1616 sprintf (error_prefix, in func_shell()
1620 error_prefix = ""; in func_shell()
1638 perror_with_name (error_prefix, "pipe"); in func_shell()
1646 perror_with_name (error_prefix, "pipe"); in func_shell()
1658 perror_with_name (error_prefix, "spawn"); in func_shell()
1664 perror_with_name (error_prefix, "fork"); in func_shell()
DChangeLog1099 * function.c (func_shell): When initializing error_prefix, check