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

  /src/lib/libc/time/
strptime.c 119 fromzone(const unsigned char **bp, struct tm *tm, int mandatory)
129 if (mandatory)
162 day_offset = -1, week_offset = 0, offs, mandatory; local in function:strptime_l
460 mandatory = c == 'z';
480 if (mandatory)
601 if (fromzone(&bp, tm, mandatory))
634 if (mandatory)
  /src/sys/arch/hppa/include/
som.h 89 u_int mandatory : 1; member in struct:som_exec_aux
  /src/sys/external/bsd/drm2/dist/drm/
drm_edid.c 3721 const struct stereo_mandatory_mode *mandatory; local in function:add_hdmi_mandatory_stereo_modes
3728 mandatory = &stereo_mandatory_modes[i];
3733 new_mode->flags |= mandatory->flags;

Completed in 17 milliseconds