Subversion Repositories Kolibri OS

Rev

Rev 7293 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7293 Rev 7422
Line 162... Line 162...
162
	if(!strncmp(_in,"bd",2)) return true;
162
	if(!strncmp(_in,"bd",2)) return true;
163
	if(!strncmp(_in,"cd",2)) return true;
163
	if(!strncmp(_in,"cd",2)) return true;
164
	if(!strncmp(_in,"sys/",4)) return true;
164
	if(!strncmp(_in,"sys/",4)) return true;
165
	if(!strncmp(_in,"tmp/",4)) return true;
165
	if(!strncmp(_in,"tmp/",4)) return true;
166
	if(!strncmp(_in,"usbhd",5)) return true;
166
	if(!strncmp(_in,"usbhd",5)) return true;
167
	if(!strncmp(_in,"kolibrios",10)) return true;
167
	if(!strncmp(_in,"kolibrios",9)) return true;
168
	return false;
168
	return false;
169
}
169
}
Line 170... Line 170...
170
 
170
 
171
int check_is_the_url_absolute(dword _in)
171
int check_is_the_url_absolute(dword _in)