Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/
A Dif_index.c68 if_freenameindex (struct if_nameindex *ifn) in libc_hidden_def()
70 struct if_nameindex *ptr = ifn; in libc_hidden_def()
76 free (ifn); in libc_hidden_def()
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/scripts/
A Dunifdef.c378 processinout(const char *ifn, const char *ofn) in processinout() argument
382 if (ifn == NULL || strcmp(ifn, "-") == 0) { in processinout()
387 filename = ifn; in processinout()
388 linefile = ifn; in processinout()
389 input = fopen(ifn, "rb"); in processinout()
391 err(2, "can't open %s", ifn); in processinout()

Completed in 7 milliseconds