Home
last modified time | relevance | path

Searched refs:sprop (Results 1 – 3 of 3) sorted by relevance

/external/openssh/
Dkex.c587 char **cprop, **sprop; in kex_choose_conf() local
598 sprop=my; in kex_choose_conf()
601 sprop=peer; in kex_choose_conf()
628 sprop[nenc])) != 0) in kex_choose_conf()
634 sprop[nmac])) != 0) in kex_choose_conf()
637 sprop[ncomp])) != 0) in kex_choose_conf()
646 sprop[PROPOSAL_KEX_ALGS])) != 0 || in kex_choose_conf()
648 sprop[PROPOSAL_SERVER_HOST_KEY_ALGS])) != 0) in kex_choose_conf()
/external/clang/test/FixIt/
Dtypo.m17 @property int *sprop; // expected-note{{'sprop' declared here}} property
56 … 0; // expected-error{{property 's_prop' not found on object of type 'B *'; did you mean 'sprop'?}}
/external/libvncserver/x11vnc/
Dconnections.c1184 char *sprop = "new x11vnc client"; in ugly_window()
1192 sprop = "x11vnc client disconnected"; in ugly_window()
1256 XSetStandardProperties(dpy, awin, sprop, "x11vnc query", ico, NULL, in ugly_window()