Searched refs:date_len (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libgfortran/intrinsics/ |
H A D | ctime.c | 85 fdate (char ** date, gfc_charlen_type * date_len) in fdate() argument 89 *date_len = gf_ctime (*date, CTIME_BUFSZ, now); in fdate() 97 fdate_sub (char * date, gfc_charlen_type date_len) in fdate_sub() argument 100 gf_ctime (date, date_len, now); in fdate_sub() 109 PREFIX(ctime) (char ** date, gfc_charlen_type * date_len, GFC_INTEGER_8 t) in PREFIX() 113 *date_len = gf_ctime (*date, CTIME_BUFSZ, now); in PREFIX() 121 ctime_sub (GFC_INTEGER_8 * t, char * date, gfc_charlen_type date_len) in ctime_sub() argument 124 gf_ctime (date, date_len, now); in ctime_sub()
|
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/ |
H A D | ctime.c | 85 fdate (char ** date, gfc_charlen_type * date_len) in fdate() argument 89 *date_len = gf_ctime (*date, CTIME_BUFSZ, now); in fdate() 97 fdate_sub (char * date, gfc_charlen_type date_len) in fdate_sub() argument 100 gf_ctime (date, date_len, now); in fdate_sub() 109 PREFIX(ctime) (char ** date, gfc_charlen_type * date_len, GFC_INTEGER_8 t) in PREFIX() 113 *date_len = gf_ctime (*date, CTIME_BUFSZ, now); in PREFIX() 121 ctime_sub (GFC_INTEGER_8 * t, char * date, gfc_charlen_type date_len) in ctime_sub() argument 124 gf_ctime (date, date_len, now); in ctime_sub()
|
/netbsd-src/sys/compat/netbsd32/ |
H A D | netbsd32_drm.c | 86 uint32_t date_len; /**< Length of date buffer */ member 104 v64.date_len = v32.date_len; in compat_drm_version() 118 v32.date_len = v64.date_len; in compat_drm_version()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/ |
H A D | drm_ioc32.c | 91 u32 date_len; /* Length of date buffer */ member 110 .date_len = v32.date_len, in compat_drm_version() 124 v32.date_len = v.date_len; in compat_drm_version()
|
H A D | drm_ioctl.c | 553 err = drm_copy_field(version->date, &version->date_len, in drm_version()
|
/netbsd-src/sys/external/bsd/drm2/dist/include/uapi/drm/ |
H A D | drm.h | 168 __kernel_size_t date_len; /**< Length of date buffer */ member
|
/netbsd-src/sys/external/bsd/drm/dist/shared-core/ |
H A D | drm.h | 196 DRM_SIZE_T date_len; /**< Length of date buffer */ member
|