Searched defs:equals_pos (Results 1 – 3 of 3) sorted by relevance
60 string::size_type equals_pos = parts[i].find_first_of('='); in ParseGeneratorParameter() local
803 const char* equals_pos = strchr(arg, '='); in ParseArgument() local875 int equals_pos = parts[i].find_first_of('='); in InterpretArgument() local983 string::size_type equals_pos = value.find_first_of('='); in InterpretArgument() local
431 int comma_pos, equals_pos; in dbus_parse_address() local