Home
last modified time | relevance | path

Searched refs:typep (Results 1 – 4 of 4) sorted by relevance

/glibc-2.36/inet/
Dinet6_option.c140 inet6_option_append (struct cmsghdr *cmsg, const uint8_t *typep, int multx, in inet6_option_append() argument
148 int len = typep[0] == IP6OPT_PAD1 ? 1 : typep[1] + 2; in inet6_option_append()
157 memcpy (ptr, typep, len); in inet6_option_append()
Dinet6_opt.c186 inet6_opt_next (void *extbuf, socklen_t extlen, int offset, uint8_t *typep, in inet6_opt_next() argument
210 *typep = opt->ip6o_type; in inet6_opt_next()
/glibc-2.36/timezone/
Dzic.c182 const char * typep, const char * monthp,
1643 const char *typep, const char *monthp, const char *dayp, in rulesub() argument
1732 if (*typep == '\0') in rulesub()
1740 typep); in rulesub()
1741 rp->r_yrtype = ecpyalloc(typep); in rulesub()
/glibc-2.36/ChangeLog.old/
DChangeLog.154918 * nss/digits_dots.c (__nss_hostname_digits_dots): Remove typep and
4920 typep was never != NULL and flags therefore also unused. *afp is