Searched refs:eq (Results 1 – 13 of 13) sorted by relevance
45 char* eq = strchr(kvpair, '='); in hash_map_utils_new_from_string_params() local47 if (eq == kvpair) goto next_pair; in hash_map_utils_new_from_string_params()51 if (eq) { in hash_map_utils_new_from_string_params()52 key = osi_strndup(kvpair, eq - kvpair); in hash_map_utils_new_from_string_params()55 ++eq; in hash_map_utils_new_from_string_params()56 value = (*eq != '\0') ? osi_strdup(eq) : osi_strdup(""); in hash_map_utils_new_from_string_params()
11 ((h1 eq h2 and l1 eq l2) or t1 == mlstrustedsubject);19 (l1 eq l2 or t1 == mlstrustedsubject);28 ((h1 eq h2 and l1 eq l2) or t1 == mlstrustedsubject);33 (l1 eq l2 or t1 == mlstrustedsubject or t2 == mlstrustedsubject);38 (l1 eq l2 or t1 == mlstrustedsubject or t2 == mlstrustedsubject);48 (l2 eq h2 and (l1 eq l2 or t1 == mlstrustedsubject));58 (t2 != app_data_file or l1 eq l2 or t1 == mlstrustedsubject);60 (t2 != app_data_file or l1 eq l2 or t1 == mlstrustedsubject);77 (t2 == app_data_file or l1 eq l2 or t1 == mlstrustedsubject or t2 == mlstrustedobject);80 (t2 == app_data_file or l1 eq l2 or t1 == mlstrustedsubject or t2 == mlstrustedobject);[all …]
11 ((h1 eq h2 and l1 eq l2) or t1 == mlstrustedsubject);19 (l1 eq l2 or t1 == mlstrustedsubject);28 ((h1 eq h2 and l1 eq l2) or t1 == mlstrustedsubject);33 (l1 eq l2 or t1 == mlstrustedsubject or t2 == mlstrustedsubject);38 (l1 eq l2 or t1 == mlstrustedsubject or t2 == mlstrustedsubject);48 (l2 eq h2 and (l1 eq l2 or t1 == mlstrustedsubject));77 (t2 == app_data_file or l1 eq l2 or t1 == mlstrustedsubject or t2 == mlstrustedobject);80 (t2 == app_data_file or l1 eq l2 or t1 == mlstrustedsubject or t2 == mlstrustedobject);91 (l1 eq l2 or t1 == mlstrustedsubject or t2 == mlstrustedobject or t2 == domain);100 # (l1 eq l2 or t1 == mlstrustedsubject or t2 == mlstrustedsubject);
11 ((h1 eq h2 and l1 eq l2) or t1 == mlstrustedsubject);19 (l1 eq l2 or t1 == mlstrustedsubject);28 ((h1 eq h2 and l1 eq l2) or t1 == mlstrustedsubject);33 (l1 eq l2 or t1 == mlstrustedsubject or t2 == mlstrustedsubject);38 (l1 eq l2 or t1 == mlstrustedsubject or t2 == mlstrustedsubject);48 (l2 eq h2 and (l1 eq l2 or t1 == mlstrustedsubject));63 ( (t2 != app_data_file) or l1 eq l2 or t1 == mlstrustedsubject);84 …(t2 == app_data_file or t2 == privapp_data_file or l1 eq l2 or t1 == mlstrustedsubject or t2 == ml…87 …(t2 == app_data_file or t2 == privapp_data_file or t2 == appdomain_tmpfs or l1 eq l2 or t1 == mlst…98 (l1 eq l2 or t1 == mlstrustedsubject or t2 == mlstrustedobject or t2 == domain);[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. */
159 char *eq = strchr(kvpair, '='); /* would love strchrnul */ in str_parms_create_str() local164 if (eq == kvpair) in str_parms_create_str()167 if (eq) { in str_parms_create_str()168 key = strndup(kvpair, eq - kvpair); in str_parms_create_str()169 if (*(++eq)) in str_parms_create_str()170 value = strdup(eq); in str_parms_create_str()
1 mlsconstrain binder { set_context_mgr } (l1 eq l2);
13 if [ $1 -eq 32 ]; then21 if [ $2 -eq 32 ]; then
44 [ $e -eq 0 ] && echo "All tests PASSED." || echo "Test(s) FAILED."
162 b.eq aligned