Home | History | Annotate | Download | only in gentest

Lines Matching refs:limit

27 incKey(char *key, char *limit) {
30 while(limit>key) {
31 c=*--limit;
33 *limit='1';
36 *limit='o';
51 char *limit;
70 /* find the limit of the key string */
71 for(limit=key; *limit!=0; ++limit) {
92 incKey(key, limit);