HomeSort by: relevance | last modified time | path
    Searched refs:strncasecmpz (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/core/
nouveau_nvkm_core_option.c 39 if (!strncasecmpz(optstr, opt, len)) {
65 if (!strncasecmpz(optstr, "0", arglen) ||
66 !strncasecmpz(optstr, "no", arglen) ||
67 !strncasecmpz(optstr, "off", arglen) ||
68 !strncasecmpz(optstr, "false", arglen))
71 if (!strncasecmpz(optstr, "1", arglen) ||
72 !strncasecmpz(optstr, "yes", arglen) ||
73 !strncasecmpz(optstr, "on", arglen) ||
74 !strncasecmpz(optstr, "true", arglen))
108 if (strncasecmpz(optstr, sub, len)
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/core/
option.h 15 strncasecmpz(const char *str, const char *cmp, size_t len) function in typeref:typename:int
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/clk/
nouveau_nvkm_subdev_clk_base.c 533 if (clk->allow_reclock && !strncasecmpz(mode, "auto", arglen))
536 if (strncasecmpz(mode, "disabled", arglen)) {

Completed in 12 milliseconds