/freebsd/crypto/krb5/src/lib/rpc/ |
H A D | dyn.c | 33 int DynAppend(obj, els, num) in DynAppend() argument 34 DynObjectP obj; in DynAppend() 38 return DynInsert(obj, DynSize(obj), els, num); 58 DynObjectP obj; local 60 obj = (DynObjectP) malloc(sizeof(DynObjectRecP)); 61 if (obj == NULL) 64 obj->array = (DynPtr) malloc(1); 65 if (obj->array == NULL) { 66 free(obj); 69 obj->array[0] = '\0'; [all …]
|
/freebsd/contrib/dialog/ |
H A D | progressbox.c | 43 DIALOG_CALLBACK obj; member 56 free_obj(MY_OBJ * obj) in free_obj() argument 58 dlg_del_window(obj->obj.win); in free_obj() 59 free(obj->prompt); in free_obj() 61 while (obj->wrote) { in free_obj() 62 WROTE *wrote = obj->wrote; in free_obj() 63 obj->wrote = wrote->link; in free_obj() 68 free(obj); in free_obj() 73 restart_obj(MY_OBJ * obj) in restart_obj() argument 75 free(obj->prompt); in restart_obj() [all …]
|
H A D | textbox.c | 34 DIALOG_CALLBACK obj; member 53 lseek_obj(MY_OBJ * obj, long offset, int mode) in lseek_obj() argument 56 if ((fpos = (long) lseek(obj->fd, (off_t) offset, mode)) == -1) { in lseek_obj() 74 ftell_obj(MY_OBJ * obj) in ftell_obj() argument 76 return lseek_obj(obj, 0L, SEEK_CUR); in ftell_obj() 80 lseek_set(MY_OBJ * obj, long offset) in lseek_set() argument 82 long actual = lseek_obj(obj, offset, SEEK_SET); in lseek_set() 91 lseek_end(MY_OBJ * obj, long offset) in lseek_end() argument 93 long actual = lseek_obj(obj, offset, SEEK_END); in lseek_end() 96 obj->file_size = actual; in lseek_end() [all …]
|
H A D | guage.c | 39 DIALOG_CALLBACK obj; /* has to be first in struct */ member 54 valid(MY_OBJ * obj) in valid() argument 60 if (list == obj) { in valid() 70 delink(MY_OBJ * obj) in delink() argument 75 if (p == obj) { in delink() 119 repaint_text(MY_OBJ * obj) in repaint_text() argument 121 WINDOW *dialog = obj->obj.win; in repaint_text() 127 dlg_draw_box2(dialog, 0, 0, obj->height, obj->width, dialog_attr, in repaint_text() 130 dlg_draw_title(dialog, obj->title); in repaint_text() 134 dlg_print_autowrap(dialog, obj->prompt, obj->height, obj->width); in repaint_text() [all …]
|
H A D | tailbox.c | 32 DIALOG_CALLBACK obj; member 45 get_line(MY_OBJ * obj) in get_line() argument 47 FILE *fp = obj->obj.input; in get_line() 48 int col = -(obj->hscroll); in get_line() 57 - ((col + obj->hscroll) % dialog_state.tab_len); in get_line() 60 obj->line[col] = ' '; in get_line() 65 obj->line[col] = (char) ch; in get_line() 75 obj->line[col] = '\0'; in get_line() 77 return obj->line; in get_line() 84 print_line(MY_OBJ * obj, WINDOW *win, int row, int width) in print_line() argument [all …]
|
/freebsd/crypto/heimdal/lib/wind/ |
H A D | NTMakefile | 37 $(OBJ)\bidi.obj \ 38 $(OBJ)\bidi_table.obj \ 39 $(OBJ)\combining.obj \ 40 $(OBJ)\combining_table.obj \ 41 $(OBJ)\errorlist.obj \ 42 $(OBJ)\errorlist_table.obj \ 43 $(OBJ)\map.obj \ 44 $(OBJ)\map_table.obj \ 45 $(OBJ)\ldap.obj \ 46 $(OBJ)\normalize.obj \ [all …]
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | nmake.mak | 63 $(OBJDIR)\os_win32.obj \ 64 $(OBJDIR)\eloop_win.obj \ 65 $(OBJDIR)\sha1.obj \ 66 $(OBJDIR)\sha1-tlsprf.obj \ 67 $(OBJDIR)\sha1-pbkdf2.obj \ 68 $(OBJDIR)\md5.obj \ 69 $(OBJDIR)\aes-cbc.obj \ 70 $(OBJDIR)\aes-ctr.obj \ 71 $(OBJDIR)\aes-eax.obj \ 72 $(OBJDIR)\aes-encblock.obj \ [all …]
|
/freebsd/crypto/openssh/regress/ |
H A D | cert-hostkey.sh | 6 rm -f $OBJ/known_hosts-cert* $OBJ/host_ca_key* $OBJ/host_revoked_* 7 rm -f $OBJ/cert_host_key* $OBJ/host_krl_* 33 ) >> $OBJ/ssh_proxy 34 cp $OBJ/sshd_proxy $OBJ/sshd_proxy_bak 38 ) >> $OBJ/sshd_proxy_bak 45 cat $OBJ/$k || fatal "couldn't cat $k" 51 cat $OBJ/$k || fatal "couldn't cat $k" 59 ${SSHKEYGEN} -q -N '' -t ed25519 -f $OBJ/host_ca_key ||\ 61 ${SSHKEYGEN} -q -N '' -t $ktype2 -f $OBJ/host_ca_key2 ||\ 64 kh_ca host_ca_key.pub host_ca_key2.pub > $OBJ/known_hosts-cert.orig [all …]
|
H A D | agent-pkcs11-restrict.sh | 8 rm -f $SSH_AUTH_SOCK $OBJ/agent.log $OBJ/host_[abcx]* $OBJ/user_[abcx]* 9 rm -f $OBJ/sshd_proxy_host* $OBJ/ssh_output* $OBJ/expect_* 10 rm -f $OBJ/ssh_proxy[._]* $OBJ/command $OBJ/authorized_keys_* 14 $SSHKEYGEN -q -t ed25519 -C host_$h -N '' -f $OBJ/host_$h || \ 29 SSH_AUTH_SOCK="$OBJ/agent.sock" 33 ${SSHAGENT} ${EXTRA_AGENT_ARGS} -d -a $SSH_AUTH_SOCK > $OBJ/agent.log 2>&1 & 52 $OBJ/ssh_proxy > $OBJ/ssh_proxy.bak 53 cat << _EOF > $OBJ/ssh_proxy 58 cp $OBJ/ssh_proxy $OBJ/ssh_proxy_noid 61 cat << _EOF >> $OBJ/ssh_proxy [all …]
|
H A D | agent-restrict.sh | 6 SSH_AUTH_SOCK="$OBJ/agent.sock" 8 rm -f $SSH_AUTH_SOCK $OBJ/agent.log $OBJ/host_[abcdex]* $OBJ/user_[abcdex]* 9 rm -f $OBJ/sshd_proxy_host* $OBJ/ssh_output* $OBJ/expect_* 10 rm -f $OBJ/ssh_proxy[._]* $OBJ/command 14 $SSHKEYGEN -q -t ed25519 -C host_$h -N '' -f $OBJ/host_$h || \ 16 $SSHKEYGEN -q -t ed25519 -C user_$h -N '' -f $OBJ/user_$h || \ 23 $SSHKEYGEN -q -s $OBJ/host_ca -I $id -n $id -h $OBJ/host_${h}.pub || \ 29 $OBJ/ssh_proxy > $OBJ/ssh_proxy.bak 30 cat << _EOF > $OBJ/ssh_proxy 35 cp $OBJ/ssh_proxy $OBJ/ssh_proxy_noid [all …]
|
H A D | cert-userkey.sh | 6 rm -f $OBJ/authorized_keys_$USER $OBJ/user_ca_key* $OBJ/cert_user_key* 7 cp $OBJ/sshd_proxy $OBJ/sshd_proxy_bak 8 cp $OBJ/ssh_proxy $OBJ/ssh_proxy_bak 40 ${SSHKEYGEN} -q -N '' -t $catype -f $OBJ/user_ca_key ||\ 47 -f $OBJ/cert_user_key_${ktype} || \ 54 ${SSHKEYGEN} -q -s $OBJ/user_ca_key -z $$ \ 56 -n ${USER},mekmitasdigoat $tflag $OBJ/cert_user_key_${ktype} || \ 66 rm -f $OBJ/authorized_keys_$USER 68 cat $OBJ/sshd_proxy_bak 70 "$OBJ/authorized_principals_%u" [all …]
|
H A D | cfgmatchlisten.sh | 6 pidfile=$OBJ/remote_pid 11 echo "ExitOnForwardFailure=yes" >> $OBJ/ssh_config 12 echo "ExitOnForwardFailure=yes" >> $OBJ/ssh_proxy 62 cp $OBJ/sshd_proxy $OBJ/sshd_proxy_bak 63 echo "PermitListen 127.0.0.1:1" >>$OBJ/sshd_config 64 echo "Match Address 127.0.0.1" >>$OBJ/sshd_config 65 echo "PermitListen 127.0.0.1:2 127.0.0.1:3 $fwdspec" >>$OBJ/sshd_config 67 grep -v AuthorizedKeysFile $OBJ/sshd_proxy_bak > $OBJ/sshd_proxy 68 echo "AuthorizedKeysFile /dev/null" >>$OBJ/sshd_proxy 69 echo "PermitListen 127.0.0.1:1" >>$OBJ/sshd_proxy [all …]
|
H A D | keygen-knownhosts.sh | 6 rm -f $OBJ/kh.* 10 ${SSHKEYGEN} -qt ed25519 -f $OBJ/kh.$x -C "$x" -N "" || \ 13 echo "# $x" >> $OBJ/kh.hosts 24 cat $OBJ/kh.${x}.pub 26 echo "" >> $OBJ/kh.hosts 27 ) >> $OBJ/kh.hosts 33 cat $OBJ/kh.hosts >> $OBJ/kh.invalid 34 echo "host-i " >> $OBJ/kh.invalid 36 cp $OBJ/kh.invalid $OBJ/kh.invalid.orig 37 cp $OBJ/kh.hosts $OBJ/kh.hosts.orig [all …]
|
H A D | multipubkey.sh | 6 rm -f $OBJ/authorized_keys_$USER $OBJ/user_ca_key* $OBJ/user_key* 7 rm -f $OBJ/authorized_principals_$USER $OBJ/cert_user_key* 9 mv $OBJ/sshd_proxy $OBJ/sshd_proxy.orig 10 mv $OBJ/ssh_proxy $OBJ/ssh_proxy.orig 13 ${SSHKEYGEN} -q -N '' -t ed25519 -f $OBJ/user_ca_key ||\ 17 ${SSHKEYGEN} -q -N '' -t ed25519 -f $OBJ/user_key1 || \ 19 ${SSHKEYGEN} -q -N '' -t ed25519 -f $OBJ/user_key2 || \ 21 ${SSHKEYGEN} -q -s $OBJ/user_ca_key -I "regress user key for $USER" \ 22 -z $$ -n ${USER},mekmitasdigoat $OBJ/user_key1 || 26 mv $OBJ/user_key1-cert.pub $OBJ/cert_user_key1.pub [all …]
|
H A D | forcecommand.sh | 6 cp $OBJ/sshd_proxy $OBJ/sshd_proxy_bak 10 cp /dev/null $OBJ/authorized_keys_$USER 13 printf "command=\"$cmd\" " >>$OBJ/authorized_keys_$USER 14 cat $OBJ/$t.pub >> $OBJ/authorized_keys_$USER 20 rm -f $OBJ/ssh_proxy.tmp 21 echo "@get $OBJ/ssh_proxy $OBJ/ssh_proxy.tmp" | \ 22 ${SFTP} -S ${SSH} -b - -qF $OBJ/ssh_proxy somehost 2>/dev/null || \ 24 test -f "$OBJ/ssh_proxy.tmp" || fail "sftp did not download file" 25 rm -f $OBJ/ssh_proxy.tmp 29 ${SSH} -F $OBJ/ssh_proxy somehost false || fail "forced command in key option" [all …]
|
H A D | cfginclude.sh | 9 cat > $OBJ/ssh_config.i << _EOF 15 Include $OBJ/ssh_config.i.* 18 Include $OBJ/ssh_config.i.* 22 Include $OBJ/ssh_config.i.* # comment 29 Include $OBJ/ssh_config.i.* 32 Include $OBJ/ssh_config.i.* 36 Include $OBJ/ssh_config.i.* 39 cat > $OBJ/ssh_config.i.0 << _EOF 43 cat > $OBJ/ssh_config.i.1 << _EOF 63 cat > $OBJ/ssh_config.i.2 << _EOF [all …]
|
H A D | channel-timeout.sh | 8 rm -f $OBJ/finished.* $OBJ/mux.* 10 MUXPATH=$OBJ/mux.$$ 12 ${SSH} -nNfM -oControlPath=$MUXPATH -F $OBJ/ssh_proxy "$@" somehost || 19 ${SSH} -qF $OBJ/ssh_proxy -oControlPath=$MUXPATH -O exit somehost || 22 test -e $OBJ/mux && break 28 ${SSH} -F $OBJ/ssh_proxy -oControlPath=$MUXPATH somehost "$@" 31 rm -f $OBJ/sshd_proxy.orig 32 cp $OBJ/sshd_proxy $OBJ/sshd_proxy.orig 35 ${SSH} -F $OBJ/ssh_proxy somehost "sleep 5 ; exit 23" 42 (cat $OBJ/sshd_proxy.orig ; echo "ChannelTimeout session:command=1") \ [all …]
|
/freebsd/contrib/ntp/sntp/libevent/test/ |
H A D | Makefile.nmake | 5 SSL_OBJS=regress_ssl.obj 17 REGRESS_OBJS=regress.obj regress_buffer.obj regress_http.obj regress_dns.obj \ 18 regress_testutils.obj \ 19 regress_rpc.obj regress.gen.obj \ 20 regress_et.obj regress_bufferevent.obj \ 21 regress_listener.obj regress_util.obj tinytest.obj \ 22 regress_main.obj regress_minheap.obj regress_iocp.obj \ 23 regress_thread.obj regress_finalize.obj $(SSL_OBJS) 25 OTHER_OBJS=test-init.obj test-eof.obj test-closed.obj test-weof.obj test-time.obj \ 26 bench.obj bench_cascade.obj bench_http.obj bench_httpclient.obj \ [all …]
|
/freebsd/contrib/libevent/test/ |
H A D | Makefile.nmake | 5 SSL_OBJS=regress_ssl.obj 17 REGRESS_OBJS=regress.obj regress_buffer.obj regress_http.obj regress_dns.obj \ 18 regress_testutils.obj \ 19 regress_rpc.obj regress.gen.obj \ 20 regress_et.obj regress_bufferevent.obj \ 21 regress_listener.obj regress_util.obj tinytest.obj \ 22 regress_main.obj regress_minheap.obj regress_iocp.obj \ 23 regress_thread.obj regress_finalize.obj $(SSL_OBJS) 25 OTHER_OBJS=test-init.obj test-eof.obj test-closed.obj test-weof.obj test-time.obj \ 26 bench.obj bench_cascade.obj bench_http.obj bench_httpclient.obj \ [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/ |
H A D | MsgPackReader.cpp | 29 Expected<bool> Reader::read(Object &Obj) { in read() argument 37 Obj.Kind = Type::Nil; in read() 40 Obj.Kind = Type::Boolean; in read() 41 Obj.Bool = true; in read() 44 Obj.Kind = Type::Boolean; in read() 45 Obj.Bool = false; in read() 48 Obj.Kind = Type::Int; in read() 49 return readInt<int8_t>(Obj); in read() 51 Obj.Kind = Type::Int; in read() 52 return readInt<int16_t>(Obj); in read() [all …]
|
/freebsd/sys/contrib/alpine-hal/ |
H A D | al_hal_serdes_hssp.c | 84 struct al_serdes_grp_obj *obj, 93 struct al_serdes_grp_obj *obj, 103 struct al_serdes_grp_obj *obj, 114 struct al_serdes_grp_obj *obj, 121 struct al_serdes_grp_obj *obj); 127 struct al_serdes_grp_obj *obj, 134 struct al_serdes_grp_obj *obj); 146 struct al_serdes_grp_obj *obj, in al_serdes_reg_read() argument 157 obj, in al_serdes_reg_read() 162 al_assert(obj); in al_serdes_reg_read() [all …]
|
/freebsd/contrib/libucl/src/ |
H A D | ucl_emitter.c | 44 const ucl_object_t *obj, bool first, bool print_key, bool compact); 48 const ucl_object_t *obj, bool first, bool print_key); \ 50 const ucl_object_t *obj, bool print_key); \ 52 const ucl_object_t *obj, bool print_key); \ 54 const ucl_object_t *obj); \ 56 const ucl_object_t *obj) 86 #define UCL_EMIT_IDENT_TOP_OBJ(ctx, obj) ((ctx)->top != (obj) || \ argument 107 * @param obj 111 const ucl_object_t *obj, bool compact) in ucl_emitter_print_key() argument 120 if (obj->flags & UCL_OBJECT_NEED_KEY_ESCAPE) { in ucl_emitter_print_key() [all …]
|
/freebsd/sys/dev/drm2/ |
H A D | drm_gem.c | 106 struct drm_gem_object *obj, size_t size) in drm_gem_object_init() argument 111 obj->dev = dev; in drm_gem_object_init() 112 obj->vm_obj = vm_pager_allocate(OBJT_SWAP, NULL, size, in drm_gem_object_init() 115 obj->refcount = 1; in drm_gem_object_init() 116 obj->handle_count = 0; in drm_gem_object_init() 117 obj->size = size; in drm_gem_object_init() 129 struct drm_gem_object *obj, size_t size) in drm_gem_private_object_init() argument 133 obj->dev = dev; in drm_gem_private_object_init() 134 obj->vm_obj = NULL; in drm_gem_private_object_init() 136 obj->refcount = 1; in drm_gem_private_object_init() [all …]
|
/freebsd/usr.sbin/ctld/ |
H A D | uclparse.cc | 59 uclparse_chap(const char *ag_name, const ucl_object_t *obj) in uclparse_chap() argument 63 user = ucl_object_find_key(obj, "user"); in uclparse_chap() 70 secret = ucl_object_find_key(obj, "secret"); in uclparse_chap() 83 uclparse_chap_mutual(const char *ag_name, const ucl_object_t *obj) in uclparse_chap_mutual() argument 88 user = ucl_object_find_key(obj, "user"); in uclparse_chap_mutual() 95 secret = ucl_object_find_key(obj, "secret"); in uclparse_chap_mutual() 102 mutual_user = ucl_object_find_key(obj, "mutual-user"); in uclparse_chap_mutual() 109 mutual_secret = ucl_object_find_key(obj, "mutual-secret"); in uclparse_chap_mutual() 124 uclparse_target_chap(const char *t_name, const ucl_object_t *obj) in uclparse_target_chap() argument 128 user = ucl_object_find_key(obj, "user"); in uclparse_target_chap() [all …]
|
/freebsd/libexec/rtld-elf/ |
H A D | rtld.c | 101 static int do_search_info(const Obj_Entry *obj, int, struct dl_serinfo *); 118 static void initlist_for_loaded_obj(Obj_Entry *obj, Obj_Entry *tail, 151 static int relocate_object(Obj_Entry *obj, bool bind_now, Obj_Entry *rtldobj, 182 static bool obj_resolve_origin(Obj_Entry *obj); 189 static void rtld_fill_dl_phdr_info(const Obj_Entry *obj, 273 Elf_Addr _rtld_bind(Obj_Entry *obj, Elf_Size reloff); 501 Obj_Entry *last_interposer, *obj, *preload_tail; in _rtld() local 889 TAILQ_FOREACH(obj, &obj_list, next) { in _rtld() 890 if (obj->marker) in _rtld() 892 if (obj->z_interpose && obj != obj_main) { in _rtld() [all …]
|