OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:arg_idx
(Results
1 - 4
of
4
) sorted by null
/external/bluetooth/glib/glib/
gmacros.h
79
#define G_GNUC_PRINTF( format_idx,
arg_idx
) \
80
__attribute__((__format__ (__printf__, format_idx,
arg_idx
)))
81
#define G_GNUC_SCANF( format_idx,
arg_idx
) \
82
__attribute__((__format__ (__scanf__, format_idx,
arg_idx
)))
83
#define G_GNUC_FORMAT(
arg_idx
) \
84
__attribute__((__format_arg__ (
arg_idx
)))
94
#define G_GNUC_PRINTF( format_idx,
arg_idx
)
95
#define G_GNUC_SCANF( format_idx,
arg_idx
)
96
#define G_GNUC_FORMAT(
arg_idx
)
/external/dbus/dbus/
dbus-sysdeps.h
68
#define _DBUS_GNUC_PRINTF( format_idx,
arg_idx
) \
69
__attribute__((__format__ (__printf__, format_idx,
arg_idx
)))
73
#define _DBUS_GNUC_PRINTF( format_idx,
arg_idx
)
/system/core/init/
init.c
270
int
arg_idx
= svc->nargs;
local
279
arg_ptrs[
arg_idx
++] = bword;
280
if (
arg_idx
== SVC_MAXARGS)
283
arg_ptrs[
arg_idx
] = '\0';
/external/bluetooth/glib/docs/reference/glib/tmpl/
macros_misc.sgml
264
@
arg_idx
: the index of the first of the format arguments.
278
@
arg_idx
: the index of the first of the format arguments.
298
@
arg_idx
: the index of the argument.
Completed in 105 milliseconds