Searched defs:com_sdot (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dwalk_rtree.c113 * com_sdot and com_cdot pointers point to (I think) the beginning of
115 * com_sdot) ==0 is roughly an invarient. However, there are cases
116 * where com_sdot and com_cdot are set to point before the start of
128 char *com_sdot = 0, *com_cdot = 0; local
206 com_sdot = scp = server->data + slen - 1;
211 com_sdot = scp;
217 com_cdot, com_sdot point to common components. */
233 com_sdot = scp;
241 com_sdot = server->data;
261 for (scp = server->data; scp < com_sdot; sc
[all...]

Completed in 54 milliseconds