Home
last modified time | relevance | path

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

/external/dbus/dbus/
Ddbus-sysdeps-util-win.c728 int sep1, sep2; in _dbus_string_get_dirname() local
729 _dbus_string_find_byte_backward (filename, sep, '/', &sep1); in _dbus_string_get_dirname()
732 sep = MAX (sep1, sep2); in _dbus_string_get_dirname()
/external/llvm/test/Analysis/DependenceAnalysis/
DSeparability.ll90 define void @sep1([100 x [100 x i32]]* %A, i32* %B, i32 %n) nounwind uwtable ssp {
/external/curl/lib/
Dftp.c1953 const char sep1 = separator[0]; in ftp_state_pasv_resp() local
1959 if(separator[i] != sep1) { in ftp_state_pasv_resp()