Searched defs:BUMP (Results 1 – 5 of 5) sorted by relevance
/haiku/src/libs/libtelnet/ |
H A D | kerberos.c | 412 #define BUMP(buf, len) while (*(buf)) {++(buf), --(len);} macro
|
H A D | krb4encpwd.c | 346 #define BUMP(buf, len) while (*(buf)) {++(buf), --(len);} macro
|
H A D | rsaencpwd.c | 397 #define BUMP(buf, len) while (*(buf)) {++(buf), --(len);} macro
|
H A D | sra.c | 354 #define BUMP(buf, len) while (*(buf)) {++(buf), --(len);} macro
|
H A D | kerberos5.c | 677 #define BUMP(buf, len) while (*(buf)) {++(buf), --(len);} macro
|