Home
last modified time | relevance | path

Searched refs:INSERT (Results 1 – 25 of 102) sorted by relevance

12345

/freebsd-12.1/contrib/wpa/hostapd/
H A Dhostapd.eap_user_sqlite15 INSERT INTO users(identity,methods,password,phase2) VALUES ('user','TTLS-MSCHAPV2','password',1);
16 INSERT INTO users(identity,methods,password,phase2) VALUES ('DOMAIN\mschapv2 user','TTLS-MSCHAPV2',…
18 INSERT INTO wildcards(identity,methods) VALUES ('','TTLS,TLS');
19 INSERT INTO wildcards(identity,methods) VALUES ('0','AKA');
H A Dhlr_auc_gw.txt50 INSERT INTO milenage(imsi,ki,opc,amf,sqn) VALUES(
57 INSERT INTO milenage(imsi,ki,opc,amf,sqn) VALUES(
/freebsd-12.1/contrib/nvi/ex/
H A Dex_append.c28 enum which {APPEND, CHANGE, INSERT}; enumerator
67 return (ex_aci(sp, cmdp, INSERT)); in ex_insert()
102 if ((cmd == CHANGE || cmd == INSERT) && lno != 0) in ex_aci()
/freebsd-12.1/contrib/llvm/lib/Support/
H A Dregcomp.c267 #define INSERT(op, pos) doinsert(p, (sop)(op), HERE()-(pos)+1, pos) macro
411 INSERT(OCH_, conc); /* offset is wrong */ in p_ere()
559 INSERT(OPLUS_, pos); in p_ere_exp()
561 INSERT(OQUEST_, pos); in p_ere_exp()
565 INSERT(OPLUS_, pos); in p_ere_exp()
570 INSERT(OCH_, pos); /* offset slightly wrong */ in p_ere_exp()
744 INSERT(OPLUS_, pos); in p_simp_re()
746 INSERT(OQUEST_, pos); in p_simp_re()
1135 INSERT(OCH_, start); /* offset is wrong... */ in repeat()
1148 INSERT(OCH_, start); in repeat()
[all …]
/freebsd-12.1/contrib/nvi/regex/
H A Dregcomp.c155 #define INSERT(op, pos) doinsert(p, (sop)(op), HERE()-(pos)+1, pos) macro
313 INSERT(OCH_, conc); /* offset is wrong */ in p_ere()
433 INSERT(OPLUS_, pos); in p_ere_exp()
435 INSERT(OQUEST_, pos); in p_ere_exp()
439 INSERT(OPLUS_, pos); in p_ere_exp()
444 INSERT(OCH_, pos); /* offset slightly wrong */ in p_ere_exp()
634 INSERT(OPLUS_, pos); in p_simp_re()
636 INSERT(OQUEST_, pos); in p_simp_re()
1032 INSERT(OCH_, start); /* offset is wrong... */ in repeat()
1045 INSERT(OCH_, start); in repeat()
[all …]
/freebsd-12.1/lib/libc/regex/
H A Dregcomp.c191 #define INSERT(op, pos) doinsert(p, (sop)(op), HERE()-(pos)+1, pos) macro
472 INSERT(OPLUS_, pos); in p_ere_exp()
474 INSERT(OQUEST_, pos); in p_ere_exp()
478 INSERT(OPLUS_, pos); in p_ere_exp()
483 INSERT(OCH_, pos); /* offset slightly wrong */ in p_ere_exp()
557 INSERT(OCH_, bc->start); /* offset is wrong */ in p_branch_ins_offset()
812 INSERT(OPLUS_, pos); in p_simp_re()
814 INSERT(OQUEST_, pos); in p_simp_re()
1228 INSERT(OCH_, start); /* offset is wrong... */
1241 INSERT(OCH_, start);
[all …]
/freebsd-12.1/contrib/subversion/subversion/libsvn_diff/
H A Dutil.c251 INSERT((x)); \ in svn_diff__normalize_buffer()
257 #define INSERT(x) \ in svn_diff__normalize_buffer() macro
347 #undef INSERT in svn_diff__normalize_buffer()
/freebsd-12.1/contrib/gcc/
H A Dcgraph.c210 slot = (struct cgraph_node **) htab_find_slot (cgraph_hash, &key, INSERT); in cgraph_node()
240 slot = (struct cgraph_node **) htab_find_slot (cgraph_hash, node, INSERT); in cgraph_insert_node_to_hashtable()
343 INSERT); in cgraph_edge()
368 (e->call_stmt), INSERT); in cgraph_set_call_stmt()
424 INSERT); in cgraph_create_edge()
854 htab_find_slot (cgraph_varpool_hash, &key, INSERT); in cgraph_varpool_node()
H A Dtree-nested.c278 gcc_assert (insert != INSERT); in lookup_field_for_decl()
283 if (!elt && insert == INSERT) in lookup_field_for_decl()
479 gcc_assert (insert != INSERT); in lookup_tramp_for_decl()
484 if (!elt && insert == INSERT) in lookup_tramp_for_decl()
874 slot = htab_find_slot (info->var_map, &dummy, INSERT); in get_nonlocal_debug_decl()
902 field = lookup_field_for_decl (i, decl, INSERT); in get_nonlocal_debug_decl()
974 x = lookup_field_for_decl (i, t, INSERT); in convert_nonlocal_reference()
1205 slot = htab_find_slot (info->var_map, &dummy, INSERT); in get_local_debug_decl()
1517 slot = htab_find_slot (i->var_map, &dummy, INSERT); in convert_nl_goto_reference()
1633 x = lookup_tramp_for_decl (i, decl, INSERT); in convert_tramp_reference()
H A Dtlink.c122 create ? INSERT : NO_INSERT); in symbol_hash_lookup()
144 INSERT); in file_hash_lookup()
164 create ? INSERT : NO_INSERT); in demangled_hash_lookup()
H A Dsee.c1032 &temp_pre_exp, INSERT); in see_seek_pre_extension_expr()
1867 &temp_prop, INSERT); in see_analyze_merged_def_local_prop()
1933 &temp_prop, INSERT); in see_analyze_unmerged_def_local_prop()
1982 &temp_prop, INSERT); in see_analyze_use_local_prop()
2183 &temp_prop, INSERT); in see_set_prop_merged_def()
2254 &temp_prop, INSERT); in see_set_prop_unmerged_def()
2328 &temp_prop, INSERT); in see_set_prop_unmerged_use()
2898 dest_extension_reg, INSERT); in see_merge_one_def_extension()
3150 rtx_slot = (rtx *) htab_find_slot (se_hash, se_insn, INSERT); in see_store_reference_and_extension()
H A Dtree-dfa.c646 loc = htab_find_slot_with_hash (referenced_vars, h, uid, INSERT); in referenced_var_check_and_insert()
680 loc = htab_find_slot_with_hash (default_defs, &in, DECL_UID (var), INSERT); in set_default_def()
685 loc = htab_find_slot_with_hash (default_defs, &in, DECL_UID (var), INSERT); in set_default_def()
H A Dtree-ssa-alias-warnings.c405 slot = htab_find_slot (ht, tp, INSERT); in add_key()
1013 slot = htab_find_slot (seen, func, INSERT); in processed_func_p()
H A Dread-rtl.c632 slot = htab_find_slot (table, m, INSERT); in add_mapping()
739 *htab_find_slot (ptr_locs, loc, INSERT) = loc; in set_rtx_ptr_loc()
792 *htab_find_slot (joined_conditions, entry, INSERT) = entry; in join_c_conditions()
1173 entry_ptr = htab_find_slot (defs, def, INSERT); in read_constants()
H A Dconflict.c196 slot = htab_find_slot (graph->arc_hash_table, (void *) &dummy, INSERT); in conflict_graph_add()
H A Dcselib.c821 mem_elt->value, INSERT); in cselib_lookup_mem()
971 slot = htab_find_slot_with_hash (cselib_hash_table, x, e->value, INSERT); in cselib_lookup()
985 hashval, create ? INSERT : NO_INSERT); in cselib_lookup()
H A Dtree-sra.c546 if (!elt && insert == INSERT) in lookup_element()
598 return lookup_element (NULL, expr, TREE_TYPE (expr), INSERT); in maybe_lookup_element_for_expr()
641 return lookup_element (elt, child, TREE_TYPE (expr), INSERT); in maybe_lookup_element_for_expr()
1300 struct sra_elt *sub = lookup_element (elt, child, type, INSERT); in instantiate_missing_elements_1()
H A Dpostreload-gcse.c350 hash, INSERT); in insert_expr_in_table()
418 hash, INSERT); in lookup_expr_in_table()
/freebsd-12.1/contrib/gcclibs/include/
H A Dhashtab.h147 enum insert_option {NO_INSERT, INSERT}; enumerator
/freebsd-12.1/contrib/binutils/include/
H A Dhashtab.h147 enum insert_option {NO_INSERT, INSERT}; enumerator
/freebsd-12.1/lib/libedit/
H A Dchared.h128 #define INSERT 0x02 macro
H A Dchared.c296 if (n || el->el_chared.c_vcmd.action != (DELETE|INSERT)) in cv_next_word()
344 if (action & INSERT) in cv_delfini()
/freebsd-12.1/contrib/gdb/include/
H A Dhashtab.h134 enum insert_option {NO_INSERT, INSERT}; enumerator
/freebsd-12.1/contrib/gcc/cp/
H A Dcp-objcp-common.c251 loc = htab_find_slot_with_hash (shadowed_var_for_decl, h, h->hash, INSERT); in decl_shadowed_for_var_insert()
/freebsd-12.1/contrib/gcclibs/libcpp/
H A Dfiles.c357 copy, hv, INSERT); in find_file_in_dir()
431 INSERT); in _cpp_find_file()
978 INSERT); in make_cpp_dir()

12345