Home
last modified time | relevance | path

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

/external/strace/
Dprint_ifindex.c34 # define INI_PFX "if_nametoindex(\"" macro
58 static char res[IFNAME_QUOTED_SZ + sizeof(INI_PFX INI_SFX)]; in sprint_ifname()
65 xsprintf(res, INI_PFX "%s" INI_SFX, name_quoted); in sprint_ifname()
DChangeLog2428 * print_ifindex.c (INI_PFX, INI_SFX): New helper macros.