Lines Matching defs:tmps
520 char tmps[SURI_MAX_GUID_PART];
523 assert(strlen(s) < sizeof (tmps));
528 * We do not care if we cannot fit 's' into 'tmps'. If parsing fails we
534 (void) strlcpy(tmps, s, sizeof (tmps));
535 if ((c = strchr(tmps, '.')) != NULL)
538 if (strncmp(name, tmps, strlen(name)) != 0) {
540 SURIGTEXT("Expecting"), name, SURIGTEXT("got"), tmps);
797 const char *tmps;
893 tmps = c + 1;
895 tmps = gen_uri->sgu_authority;
896 if ((c = strchr(tmps, ':')) != NULL) {