Home
last modified time | relevance | path

Searched refs:store_string (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/crypto/heimdal/appl/gssmask/
H A Dcommon.h68 krb5_error_code store_string(krb5_storage *, const char *);
110 if (store_string((_client)->sock, str) != 0) \
H A Dcommon.c38 store_string(krb5_storage *sp, const char *str) in store_string() function
H A Dgssmask.c713 store_string(c->logging, c->moniker); in HandleOP()
/freebsd-src/contrib/less/
H A Dline.c840 do { if (store_string((s),(a),(pos))) return (1); } while (0) in store_tab()
842 static int store_string(constant char *s, int a, POSITION pos) in store_tab()
817 static int store_string(char *s, int a, POSITION pos) store_string() function