Home
last modified time | relevance | path

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

/glibc-2.36/posix/
Dfnmatch_loop.c26 bool no_leading_period; member
32 const CHAR *string_end, bool no_leading_period, int flags,
35 const CHAR *string_end, bool no_leading_period, int flags);
40 bool no_leading_period, int flags, struct STRUCT *ends) in FCT() argument
64 int res = EXT (c, p, n, string_end, no_leading_period, flags); in FCT()
73 else if (*n == L_('.') && no_leading_period) in FCT()
93 int res = EXT (c, p, n, string_end, no_leading_period, flags); in FCT()
101 ends->no_leading_period = no_leading_period; in FCT()
105 if (n != string_end && *n == L_('.') && no_leading_period) in FCT()
180 for (--p; n < endp; ++n, no_leading_period = false) in FCT()
[all …]
/glibc-2.36/ChangeLog.old/
DChangeLog.1011609 no_leading_period change.