Home
last modified time | relevance | path

Searched refs:ap (Results 1 – 5 of 5) sorted by relevance

/support/
A Dcheck.c28 print_failure (const char *file, int line, const char *format, va_list ap) in print_failure() argument
32 vprintf (format, ap); in print_failure()
42 va_list ap; in support_print_failure_impl() local
43 va_start (ap, format); in support_print_failure_impl()
44 print_failure (file, line, format, ap); in support_print_failure_impl()
45 va_end (ap); in support_print_failure_impl()
55 va_list ap; in support_exit_failure_impl() local
56 va_start (ap, format); in support_exit_failure_impl()
57 print_failure (file, line, format, ap); in support_exit_failure_impl()
58 va_end (ap); in support_exit_failure_impl()
A Dxasprintf.c29 va_list ap; in xasprintf() local
30 va_start (ap, format); in xasprintf()
32 if (vasprintf (&result, format, ap) < 0) in xasprintf()
34 va_end (ap); in xasprintf()
A Dsupport_format_netent.c43 for (char **ap = e->n_aliases; *ap != NULL; ++ap) in support_format_netent() local
44 fprintf (mem.out, "alias: %s\n", *ap); in support_format_netent()
A Dshell-container.c309 int ap = 0; in run_command_string() local
318 while (ap < MAX_ARG_COUNT) in run_command_string()
354 dprintf (stderr, "args[%d] = <%s>\n", ap, args[ap]); in run_command_string()
356 && args[ap][strlen (args[ap])-1] == '\'') in run_command_string()
358 args[ap][strlen (args[ap])-1] = 0; in run_command_string()
359 args[ap] ++; in run_command_string()
363 && args[ap][strlen (args[ap])-1] == '"') in run_command_string()
365 args[ap][strlen (args[ap])-1] = 0; in run_command_string()
366 args[ap] ++; in run_command_string()
379 ap ++; in run_command_string()
[all …]
A Dtest-container.c190 va_list ap, ap2; in concat() local
194 va_start (ap, str); in concat()
195 va_copy (ap2, ap); in concat()
201 while ((next = va_arg (ap, char *)) != NULL) in concat()
204 va_end (ap); in concat()
442 need_sync (char *ap, char *bp, struct stat *a, struct stat *b) in need_sync() argument
455 al = xreadlink (ap); in need_sync()

Completed in 10 milliseconds