Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/
Dfunction.c527 int is_suffix = streq (funcname, "suffix"); in func_notdir_suffix() local
528 int is_notdir = !is_suffix; in func_notdir_suffix()
534 while (p >= p2 && (!is_suffix || *p != '.')) in func_notdir_suffix()