Home
last modified time | relevance | path

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

/dragonfly/contrib/tcsh-6/
HDsh.func.c1971 static void limtail2 (Char *, const char *, const char *);
2088 limtail2(cp, "megabytes", "mbytes"); in getval()
2106 limtail2(cp, "gigabytes", "gbytes"); in getval()
2115 limtail2(cp, "megabytes", "mbytes"); in getval()
2123 limtail2(cp, "kilobytes", "kbytes"); in getval()
2170 limtail2(Char *cp, const char *str1, const char *str2) in limtail2() function