Searched refs:GETSTRING (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/cmd/ssh/libssh/common/ |
H A D | radix.c | 78 #define GETSTRING(b, t, tlen) \ macro 120 GETSTRING(&b, creds->service, sizeof creds->service); in radix_to_creds() 121 GETSTRING(&b, creds->instance, sizeof creds->instance); in radix_to_creds() 122 GETSTRING(&b, creds->realm, sizeof creds->realm); in radix_to_creds() 123 GETSTRING(&b, creds->pname, sizeof creds->pname); in radix_to_creds() 124 GETSTRING(&b, creds->pinst, sizeof creds->pinst); in radix_to_creds()
|