Searched refs:eq (Results 1 – 5 of 5) sorted by relevance
55 char *eq = strchr(kvpair, '='); in hash_map_utils_new_from_string_params() local57 if (eq == kvpair) in hash_map_utils_new_from_string_params()62 if (eq) { in hash_map_utils_new_from_string_params()63 key = osi_strndup(kvpair, eq - kvpair); in hash_map_utils_new_from_string_params()66 ++eq; in hash_map_utils_new_from_string_params()67 value = (*eq != '\0') ? osi_strdup(eq) : osi_strdup(""); in hash_map_utils_new_from_string_params()
23 ((h1 eq h2 and l1 eq l2) or t1 == mlstrustedsubject);31 (l1 eq l2 or t1 == mlstrustedsubject);40 ((h1 eq h2 and l1 eq l2) or t1 == mlstrustedsubject);45 (l1 eq l2 or t1 == mlstrustedsubject or t2 == mlstrustedsubject);50 (l1 eq l2 or t1 == mlstrustedsubject or t2 == mlstrustedsubject);60 (l2 eq h2 and (l1 eq l2 or t1 == mlstrustedsubject));70 (t2 != app_data_file or l1 eq l2 or t1 == mlstrustedsubject);72 (t2 != app_data_file or l1 eq l2 or t1 == mlstrustedsubject);89 (t2 == app_data_file or l1 eq l2 or t1 == mlstrustedsubject or t2 == mlstrustedobject);92 (t2 == app_data_file or l1 eq l2 or t1 == mlstrustedsubject or t2 == mlstrustedobject);[all …]
69 b.eq .Lzero_mem76 b.eq .Lzero_mem87 b.eq .Ltail1590 b.eq 1f124 b.eq 2f157 b.eq 1f182 b.eq 1f /* Already aligned. */
166 char *eq = strchr(kvpair, '='); /* would love strchrnul */ in str_parms_create_str() local171 if (eq == kvpair) in str_parms_create_str()174 if (eq) { in str_parms_create_str()175 key = strndup(kvpair, eq - kvpair); in str_parms_create_str()176 if (*(++eq)) in str_parms_create_str()177 value = strdup(eq); in str_parms_create_str()
162 b.eq aligned