| /freebsd-12.1/sys/net80211/ |
| H A D | ieee80211_hwmp.c | 469 prep = IEEE80211_MALLOC(sizeof(*prep), in hwmp_recv_action_meshpath() 729 *frm++ = prep->prep_ttl; in hwmp_add_meshprep() 1069 prep.prep_flags = 0; in hwmp_recv_preq() 1070 prep.prep_hopcount = 0; in hwmp_recv_preq() 1147 prep.prep_flags = 0; in hwmp_recv_preq() 1148 prep.prep_hopcount = 0; in hwmp_recv_preq() 1190 prep.prep_flags = 0; in hwmp_recv_preq() 1366 prep->prep_ttl > 1 && in hwmp_recv_prep() 1446 prep->prep_target_ext_addr : prep->prep_targetaddr; in hwmp_recv_prep() 1487 prep->prep_len = prep->prep_flags & IEEE80211_MESHPREP_FLAGS_AE ? in hwmp_send_prep() [all …]
|
| /freebsd-12.1/contrib/apr-util/dbd/ |
| H A D | apr_dbd_sqlite3.c | 45 apr_dbd_prepared_t *prep; member 426 prep = apr_pcalloc(sql->pool, sizeof(*prep)); in dbd_sqlite3_prepare() 427 prep->stmt = stmt; in dbd_sqlite3_prepare() 428 prep->next = sql->prep; in dbd_sqlite3_prepare() 429 prep->nargs = nargs; in dbd_sqlite3_prepare() 430 prep->nvals = nvals; in dbd_sqlite3_prepare() 434 sql->prep = prep; in dbd_sqlite3_prepare() 436 *statement = prep; in dbd_sqlite3_prepare() 842 apr_dbd_prepared_t *prep = handle->prep; in dbd_sqlite3_close() local 845 while (prep) { in dbd_sqlite3_close() [all …]
|
| /freebsd-12.1/contrib/wpa/src/eap_peer/ |
| H A D | eap_pwd.c | 35 u8 prep; member 285 if (id->prep != EAP_PWD_PREP_NONE && in eap_pwd_perform_id_exchange() 286 id->prep != EAP_PWD_PREP_MS && in eap_pwd_perform_id_exchange() 287 id->prep != EAP_PWD_PREP_SSHA1 && in eap_pwd_perform_id_exchange() 288 id->prep != EAP_PWD_PREP_SSHA256 && in eap_pwd_perform_id_exchange() 289 id->prep != EAP_PWD_PREP_SSHA512) { in eap_pwd_perform_id_exchange() 292 id->prep); in eap_pwd_perform_id_exchange() 307 data->prep = id->prep; in eap_pwd_perform_id_exchange() 345 wpabuf_put_u8(data->outbuf, id->prep); in eap_pwd_perform_id_exchange() 386 switch (data->prep) { in eap_pwd_perform_commit_exchange() [all …]
|
| /freebsd-12.1/contrib/tcpdump/ |
| H A D | print-wb.c | 259 const struct pkt_prep *prep, u_int len) in wb_prep() argument 266 if (len < sizeof(*prep) || !ND_TTEST(*prep)) in wb_prep() 268 n = EXTRACT_32BITS(&prep->pp_n); in wb_prep() 269 ps = (const struct pgstate *)(prep + 1); in wb_prep()
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | SERVICE | 6 http://www.fsf.org/prep/service.html
|
| /freebsd-12.1/contrib/libxo/packaging/ |
| H A D | libxo.spec.in | 21 %prep
|
| /freebsd-12.1/contrib/wpa/src/eap_common/ |
| H A D | eap_pwd_common.h | 46 u8 prep; member
|
| /freebsd-12.1/contrib/byacc/package/ |
| H A D | byacc.spec | 22 %prep
|
| H A D | mingw-byacc.spec | 22 %prep
|
| /freebsd-12.1/contrib/gcc/doc/ |
| H A D | service.texi | 24 @uref{http://www.gnu.org/prep/service.html}.
|
| /freebsd-12.1/crypto/openssh/regress/ |
| H A D | Makefile | 4 tests: prep $(REGRESS_TARGETS) 9 prep: target
|
| /freebsd-12.1/contrib/pam_modules/pam_passwdqc/ |
| H A D | pam_passwdqc.spec | 19 %prep
|
| /freebsd-12.1/sys/contrib/ngatm/netnatm/api/ |
| H A D | cc_user.c | 1196 struct atm_prepare_incoming_call *prep = uni_msg_rptr(msg, in cc_user_sig_handle() local 1208 if (unisve_check_sap(&prep->sap) != UNISVE_OK) { in cc_user_sig_handle() 1219 if (check_overlap(ptr, &prep->sap)) { in cc_user_sig_handle() 1235 *user->sap = prep->sap; in cc_user_sig_handle() 1236 user->queue_max = prep->queue_size; in cc_user_sig_handle()
|
| /freebsd-12.1/contrib/dialog/package/ |
| H A D | dialog.spec | 29 %prep
|
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | CONTRIBUTE | 39 Ref: http://www.gnu.org/prep/standards_toc.html 54 Ref: http://www.gnu.org/prep/maintain.html#SEC6
|
| /freebsd-12.1/contrib/apr-util/dbm/sdbm/ |
| H A D | sdbm.c | 86 static apr_status_t prep(apr_sdbm_t **pdb, const char *dirname, const char *pagname, in prep() function 177 return prep(db, dirname, pagname, flags, perms, p); in apr_sdbm_open()
|
| /freebsd-12.1/contrib/apr/ |
| H A D | apr.spec | 32 %prep
|
| /freebsd-12.1/contrib/unbound/contrib/ |
| H A D | unbound.spec | 27 %prep
|
| /freebsd-12.1/crypto/heimdal/lib/wind/ |
| H A D | ChangeLog | 78 * Add partial support for LDAP-prep Insignificant Character Handling
|
| /freebsd-12.1/sys/contrib/zlib/doc/ |
| H A D | rfc1952.txt | 443 <gzip@prep.ai.mit.edu> is maintaining a registry of subfield 498 ftp://prep.ai.mit.edu/pub/gnu/ 552 Jean-Loup Gailly <gzip@prep.ai.mit.edu> and 571 created by Jean-Loup Gailly <gzip@prep.ai.mit.edu>. Since this
|
| /freebsd-12.1/contrib/lua/src/ |
| H A D | lparser.c | 1295 int prep, endfor; in forbody() local 1298 prep = isnum ? luaK_codeAsBx(fs, OP_FORPREP, base, NO_JUMP) : luaK_jump(fs); in forbody() 1304 luaK_patchtohere(fs, prep); in forbody() 1312 luaK_patchlist(fs, endfor, prep + 1); in forbody()
|
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/ |
| H A D | lparser.c | 1286 int prep, endfor; in forbody() local 1289 prep = isnum ? luaK_codeAsBx(fs, OP_FORPREP, base, NO_JUMP) : luaK_jump(fs); in forbody() 1295 luaK_patchtohere(fs, prep); in forbody() 1303 luaK_patchlist(fs, endfor, prep + 1); in forbody()
|
| /freebsd-12.1/contrib/ldns/packaging/fedora/ |
| H A D | ldns.spec | 49 %prep
|
| /freebsd-12.1/stand/forth/ |
| H A D | menu.rc | 14 \ Screen prep
|
| /freebsd-12.1/contrib/apr-util/ |
| H A D | apr-util.spec | 120 %prep
|