Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/
Djob.h73 extern char **construct_command_argv PARAMS ((char *line, char **restp, struct file *file, char** b…
Djob.c2199 construct_command_argv_internal (char *line, char **restp, char *shell, in construct_command_argv_internal() argument
2330 if (restp != NULL) in construct_command_argv_internal()
2331 *restp = NULL; in construct_command_argv_internal()
2447 else if (*p == '\n' && restp != NULL) in construct_command_argv_internal()
2450 *restp = p; in construct_command_argv_internal()
2540 if (restp != NULL) in construct_command_argv_internal()
2543 *restp = p; in construct_command_argv_internal()
2717 if (restp != NULL && *p == '\n') in construct_command_argv_internal()
2719 *restp = p; in construct_command_argv_internal()
2926 construct_command_argv (char *line, char **restp, struct file *file, in construct_command_argv() argument
[all …]