Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dsh.func.c2021 static void limtail2 (Char *, const char *, const char *);
2138 limtail2(cp, "megabytes", "mbytes"); in getval()
2156 limtail2(cp, "gigabytes", "gbytes"); in getval()
2165 limtail2(cp, "megabytes", "mbytes"); in getval()
2173 limtail2(cp, "kilobytes", "kbytes"); in getval()
2220 limtail2(Char *cp, const char *str1, const char *str2) in limtail2() function