Home
last modified time | relevance | path

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

/external/iproute2/misc/
DMakefile4 TARGETS=ss nstat ifstat rtacct lnstat
20 ifstat: ifstat.c target
21 $(QUIET_CC)$(CC) $(CFLAGS) $(LDFLAGS) -o ifstat ifstat.c $(LDLIBS) -lm
D.gitignore2 ifstat
/external/one-true-awk/
Dproto.h187 extern Cell *ifstat(Node **, int);
Drun.c1411 Cell *ifstat(Node **a, int n) /* if (a[0]) a[1]; else a[2] */ in ifstat() function
/external/lua/src/
Dlparser.c1703 static void ifstat (LexState *ls, int line) { in ifstat() function
1883 ifstat(ls, line); in statement()