Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/posix/
Dfnmatch.h47 #define FNM_LEADING_DIR 0x10 /* Ignore /<tail> after Imatch. */ macro
/Zephyr-latest/lib/posix/options/
Dfnmatch.c140 if ((flags & FNM_LEADING_DIR) && *string == '/') { in fnmatchx()
178 return (flags & FNM_LEADING_DIR) || in fnmatchx()
/Zephyr-latest/subsys/net/lib/http/
Dhttp_server_core.c730 (FNM_PATHNAME | FNM_LEADING_DIR)); in get_resource_detail()