Home
last modified time | relevance | path

Searched refs:ep (Results 1 – 5 of 5) sorted by relevance

/coreutils/src/
Dprintenv.c84 char *ep, *ap; in main() local
133 ep = *env; in main()
135 while (*ep != '\0' && *ap != '\0' && *ep++ == *ap++) in main()
137 if (*ep == '=' && *ap == '\0') in main()
139 printf ("%s%c", ep + 1, in main()
Dtimeout.c354 char const *ep; in parse_duration() local
356 if (! (xstrtod (str, &ep, &duration, cl_strtod) || errno == ERANGE) in parse_duration()
360 || (*ep && *(ep + 1)) in parse_duration()
362 || !apply_time_suffix (&duration, *ep)) in parse_duration()
Dfactor.c1083 const uintmax_t *bp, const uintmax_t *ep, const uintmax_t *np, in powm2() argument
1098 for (e = ep[0], i = W_TYPE_SIZE; i > 0; i--, e >>= 1) in powm2()
1108 for (e = ep[1]; e > 0; e >>= 1) in powm2()
/coreutils/tests/
Dd_type-check45 ep = libc.readdir(dirp) variable
46 if not ep: break
47 d_type = ep.contents.d_type
48 name = ep.contents.d_name
/coreutils/doc/
Dcoreutils.texi1549 numbers such as @code{-0x.ep-3}, which stands for @minus{}14/16 times