Searched refs:store_string (Results 1 – 4 of 4) sorted by relevance
68 krb5_error_code store_string(krb5_storage *, const char *);110 if (store_string((_client)->sock, str) != 0) \
38 store_string(krb5_storage *sp, const char *str) in store_string() function
713 store_string(c->logging, c->moniker); in HandleOP()
941 do { if (store_string((s),(a),(pos))) return (1); } while (0)943 static int store_string(constant char *s, int a, POSITION pos) in store_string() function