Lines Matching refs:temp
33 const char *temp, *temp2;
36 temp = crStrstr( url, "://" );
37 if ( temp == NULL && protocol != NULL )
40 temp = url;
45 int len = temp - url;
49 temp += 3;
55 temp2 = crStrrchr( temp, '/' );
58 temp2 = crStrrchr( temp, '\\' );
62 temp2 = temp;
69 int len = temp2 - temp;
70 crStrncpy( hostname, temp, len );
83 crStrcpy( hostname, temp );