Lines Matching refs:strdup
185 …n && (n = strlen(v)) > 0 && (n < 2 || v[n-2] != '%' || v[n-1] != '?')) ? strdup(v) : tm_info.forma… in tmopt()
188 tm_info.local->type = (n && *v) ? ((zp = tmtype(v, NiL)) ? zp->type : strdup(v)) : 0; in tmopt()
251 local.standard = strdup(tzname[0]); in tmlocal()
252 local.daylight = strdup(tzname[1]); in tmlocal()
299 local.standard = strdup(tzname[0]); in tmlocal()
301 local.daylight = strdup(tzname[1]); in tmlocal()
305 if ((s = getenv("TZNAME")) && *s && (s = strdup(s))) in tmlocal()
318 else if ((s = getenv("TZ")) && *s && *s != ':' && (s = strdup(s))) in tmlocal()
360 s = strdup(buf); in tmlocal()
374 local.standard = strdup(buf); in tmlocal()
379 local.daylight = strdup(buf); in tmlocal()