Searched defs:BUMP (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/telnet/libtelnet/ |
| H A D | kerberos.c | 408 #define BUMP(buf, len) while (*(buf)) {++(buf), --(len);} macro
|
| H A D | krb4encpwd.c | 342 #define BUMP(buf, len) while (*(buf)) {++(buf), --(len);} macro
|
| H A D | rsaencpwd.c | 393 #define BUMP(buf, len) while (*(buf)) {++(buf), --(len);} macro
|
| H A D | sra.c | 358 #define BUMP(buf, len) while (*(buf)) {++(buf), --(len);} macro
|
| H A D | kerberos5.c | 673 #define BUMP(buf, len) while (*(buf)) {++(buf), --(len);} macro
|
| /freebsd/crypto/heimdal/appl/telnet/libtelnet/ |
| H A D | rsaencpwd.c | 402 #define BUMP(buf, len) while (*(buf)) {++(buf), --(len);} macro
|
| H A D | spx.c | 529 #define BUMP(buf, len) while (*(buf)) {++(buf), --(len);} macro
|
| H A D | kerberos5.c | 722 #define BUMP(buf, len) while (*(buf)) {++(buf), --(len);} macro
|