/freebsd/contrib/wpa/hostapd/ |
H A D | hostapd.eap_user_sqlite | 15 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 D | hlr_auc_gw.txt | 50 INSERT INTO milenage(imsi,ki,opc,amf,sqn) VALUES( 57 INSERT INTO milenage(imsi,ki,opc,amf,sqn) VALUES(
|
/freebsd/contrib/nvi/ex/ |
H A D | ex_append.c | 24 enum which {APPEND, CHANGE, INSERT}; enumerator 63 return (ex_aci(sp, cmdp, INSERT)); in ex_insert() 98 if ((cmd == CHANGE || cmd == INSERT) && lno != 0) in ex_aci()
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | regcomp.c | 268 #define INSERT(op, pos) doinsert(p, (sop)(op), HERE()-(pos)+1, pos) macro 412 INSERT(OCH_, conc); /* offset is wrong */ in p_ere() 560 INSERT(OPLUS_, pos); in p_ere_exp() 562 INSERT(OQUEST_, pos); in p_ere_exp() 566 INSERT(OPLUS_, pos); in p_ere_exp() 571 INSERT(OCH_, pos); /* offset slightly wrong */ in p_ere_exp() 745 INSERT(OPLUS_, pos); in p_simp_re() 747 INSERT(OQUEST_, pos); in p_simp_re() 1134 INSERT(OCH_, start); /* offset is wrong... */ in repeat() 1147 INSERT(OCH_, start); in repeat() [all …]
|
/freebsd/lib/libc/regex/ |
H A D | regcomp.c | 191 #define INSERT(op, pos) doinsert(p, (sop)(op), HERE()-(pos)+1, pos) macro 578 INSERT(OPLUS_, pos); in p_ere_exp() 580 INSERT(OQUEST_, pos); in p_ere_exp() 584 INSERT(OPLUS_, pos); in p_ere_exp() 589 INSERT(OCH_, pos); /* offset slightly wrong */ in p_ere_exp() 663 INSERT(OCH_, bc->start); /* offset is wrong */ in p_branch_ins_offset() 961 INSERT(OPLUS_, pos); in p_simp_re() 963 INSERT(OQUEST_, pos); in p_simp_re() 967 INSERT(OQUEST_, pos); in p_simp_re() 970 INSERT(OPLUS_, pos); in p_simp_re() [all …]
|
/freebsd/contrib/nvi/regex/ |
H A D | regcomp.c | 155 #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/contrib/llvm-project/lld/docs/ELF/ |
H A D | linker_script.rst | 50 } [INSERT [AFTER|BEFORE] anchor_section;] 55 When the ``INSERT`` keyword is present, the ``SECTIONS`` command describes some 61 command is followed by ``INSERT``, LLD applies built-in rules which are similar 179 If a described output section description also appears in an ``INSERT
|
/freebsd/contrib/libedit/ |
H A D | chared.h | 117 #define INSERT 0x02 macro
|
H A D | chared.c | 294 if (n || el->el_chared.c_vcmd.action != (DELETE|INSERT)) in cv_next_word() 342 if (action & INSERT) in cv_delfini()
|
H A D | vi.c | 85 if (c & INSERT) in cv_action() 294 return cv_action(el, DELETE | INSERT); in vi_change_meta()
|
/freebsd/sys/contrib/libsodium/contrib/ |
H A D | Findsodium.cmake | 60 list(INSERT sodium_PKG_STATIC_LIBRARIES 0 "lib${_libname}.a")
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLowering.cpp | 1925 case HexagonISD::INSERT: return "HexagonISD::INSERT"; in getTargetNodeName() 2806 InsV = DAG.getNode(HexagonISD::INSERT, dl, ScalarTy, in insertVector() 2812 InsV = DAG.getNode(HexagonISD::INSERT, dl, ScalarTy, in insertVector() 2832 DAG.getNode(HexagonISD::INSERT, dl, MVT::i32, {ToReg, Ext, Width, Idx}); in insertVectorPred() 2853 DAG.getNode(HexagonISD::INSERT, dl, MVT::i64, {VecR, ValR, Width, Idx}); in insertVectorPred() 3040 SDValue T = DAG.getNode(HexagonISD::INSERT, dl, MVT::i32, in LowerCONCAT_VECTORS()
|
H A D | HexagonISelLowering.h | 71 INSERT, enumerator
|
H A D | HexagonPatterns.td | 1067 def HexagonINSERT: SDNode<"HexagonISD::INSERT", SDTHexagonINSERT>;
|
/freebsd/contrib/less/ |
H A D | NEWS | 1025 "special" keys (arrows, PAGE-UP/PAGE-DOWN, HOME, END, INSERT, DELETE).
|
/freebsd/share/termcap/ |
H A D | termcap | 768 # edit keypad: FIND, INSERT HERE, REMOVE, SELECT, PREV SCREEN,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrAVX512.td | 360 // AVX-512 - VECTOR INSERT
|
/freebsd/contrib/ncurses/misc/ |
H A D | terminfo.src | 24302 # edit keypad: FIND, INSERT HERE, REMOVE, SELECT, PREV SCREEN,
|