| /freebsd/contrib/atf/atf-c/detail/ |
| H A D | map.c | 50 struct map_entry *me; in new_entry() local 52 me = (struct map_entry *)malloc(sizeof(*me)); in new_entry() 53 if (me != NULL) { in new_entry() 54 me->m_key = strdup(key); in new_entry() 55 if (me->m_key == NULL) { in new_entry() 56 free(me); in new_entry() 57 me = NULL; in new_entry() 59 me->m_value = value; in new_entry() 60 me->m_managed = managed; in new_entry() 64 return me; in new_entry() [all …]
|
| /freebsd/contrib/capsicum-test/ |
| H A D | makefile | 1 all: capsicum-test smoketest mini-me mini-me.noexec mini-me.setuid $(EXTRA_PROGS) 16 mini-me: mini-me.c 18 mini-me.noexec: mini-me 19 cp mini-me $@ && chmod -x $@ 20 mini-me.setuid: mini-me 21 rm -f $@ && cp mini-me $@&& sudo chown root $@ && sudo chmod u+s $@ 28 test: capsicum-test mini-me mini-me.noexec mini-me.setuid $(EXTRA_PROGS) 36 …rm -rf gtest-all.o libgtest.a capsicum-test mini-me mini-me.noexec smoketest $(SMOKETEST_OBJECTS) …
|
| H A D | GNUmakefile | 62 EXTRA_PROGS = mini-me.32 mini-me.64 64 EXTRA_PROGS += mini-me.x32 77 mini-me.32: mini-me.c 79 mini-me.x32: mini-me.c 81 mini-me.64: mini-me.c
|
| H A D | .gitignore | 2 mini-me 3 mini-me.noexec 4 mini-me.setuid 5 mini-me.32 6 mini-me.x32 7 mini-me.64
|
| /freebsd/crypto/openssh/regress/ |
| H A D | allow-deny-users.sh | 7 me="$LOGNAME" 8 if [ "x$me" = "x" ]; then 9 me=`whoami` 26 ${SSH} -F $OBJ/ssh_proxy "$me@somehost" true 37 test_auth "$other $me" "" false "user in DenyUsers allowed" 38 test_auth "$me $other" "" false "user in DenyUsers allowed" 40 test_auth "" "$other $me" true "user in AllowUsers denied" 41 test_auth "" "$me $other" true "user in AllowUsers denied" 42 test_auth "$me $other" "$me $other" false "user in both DenyUsers and AllowUsers allowe… 43 test_auth "$other $me" "$other $me" false "user in both DenyUsers and AllowUsers allowe…
|
| /freebsd/share/doc/psd/18.gprof/ |
| H A D | Makefile | 2 SRCS= header.me abstract.me intro.me profiling.me gathering.me \ 3 postp.me present.me refs.me 5 MACROS= -me
|
| /freebsd/stand/common/ |
| H A D | nvstore.c | 2 * Copyright 2020 Toomas Soome <tsoome@me.com> 42 nvstore_usage(const char *me) in nvstore_usage() argument 44 printf("Usage:\t%s -l\n", me); in nvstore_usage() 45 printf("\t%s store -l\n", me); in nvstore_usage() 46 printf("\t%s store [-t type] key value\n", me); in nvstore_usage() 47 printf("\t%s store -g key\n", me); in nvstore_usage() 48 printf("\t%s store -d key\n", me); in nvstore_usage() 64 char *me, *name, *type; in command_nvstore() local 66 me = argv[0]; in command_nvstore() 97 nvstore_usage(me); in command_nvstore() [all …]
|
| /freebsd/contrib/libarchive/libarchive/ |
| H A D | archive_write_set_format_mtree.c | 567 attr_counter_new(struct mtree_entry *me, struct attr_counter *prev) in attr_counter_new() argument 576 ac->m_entry = me; in attr_counter_new() 599 struct attr_counter *last, struct mtree_entry *me) in attr_counter_inc() argument 627 ac = attr_counter_new(me, last); in attr_counter_inc() 639 attr_counter_set_collect(struct mtree_writer *mtree, struct mtree_entry *me) in attr_counter_set_collect() argument 647 acs->uid_list = attr_counter_new(me, NULL); in attr_counter_set_collect() 653 if (ac->m_entry->uid == me->uid) in attr_counter_set_collect() 657 if (attr_counter_inc(&acs->uid_list, ac, last, me) < 0) in attr_counter_set_collect() 663 acs->gid_list = attr_counter_new(me, NULL); in attr_counter_set_collect() 669 if (ac->m_entry->gid == me->gid) in attr_counter_set_collect() [all …]
|
| /freebsd/include/rpcsvc/ |
| H A D | key_prot.x | 170 * Store it for me. 177 * Encrypt a conversation key for me. 183 * X just sent me a message. 184 * Decrypt the conversation key for me. 190 * Generate a secure conversation key for me 196 * Get me the uid, gid and group-access-list associated 212 * Store it for me. 219 * Encrypt a conversation key for me. 225 * X just sent me a message. 226 * Decrypt the conversation key for me. [all …]
|
| /freebsd/usr.sbin/cron/doc/ |
| H A D | CHANGES | 12 system; these were offerred to me before I started consulting for them, so 23 I also added a "-e" option to crontab(1). Nine people also sent me diffs 36 About a dozen people have reminded me that I forgot to initialize 40 Steve Simmons reminded me that once an account has been deleted from the 49 Dan O'Neil reminded me that I forgot to reset "log_fd" in misc.c. A lot of 50 others also reminded me of this, but Dan gets the point. I didn't fix it 53 Peter Kabal reminded me that I forgot to "#ifdef DEBUGGING" some code in 54 misc.c. Hans Trompert actually told me first, but Peter sent the patch so 57 Russell Nelson told me that I'd forgotten to "#include <syslog.h>" in misc.c, 59 syslog even when they configured it that way :-). Steve Simmons told me [all …]
|
| H A D | THANKS | 5 Rich Salz and Carl Gutekunst were each of enormous help to me in V1; Carl for 6 helping me understand UNIX well enough to write it, and Rich for helping me 9 John Gilmore wrote me a wonderful review of V2, which took me a whole year to 10 answer even though it made me clean up some really awful things in the code.
|
| /freebsd/sbin/newfs/ |
| H A D | runtest01.sh | 6 ME=98 9 mdconfig -d -u $ME || true 11 mdconfig -a -t malloc -s $s -u $ME 13 disklabel -w md$ME auto 15 ./newfs -R /dev/md${ME}c 16 if cmp /dev/md${MD}c /dev/md${ME}c ; then 24 mdconfig -d -u $ME || true
|
| /freebsd/contrib/ntp/ntpsnmpd/ |
| H A D | ntpsnmpd-opts.def | 92 please fill me in... 94 please fill me in... 96 please fill me in... 98 please fill me in... 100 please fill me in... 102 please fill me in... 104 please fill me in... 106 please fill me in... 108 please fill me in... 110 please fill me in...
|
| H A D | ntpsnmpd.1ntpsnmpdmdoc | 122 please fill me in... 124 please fill me in... 126 please fill me in... 128 please fill me in... 130 please fill me in... 132 please fill me in... 134 please fill me in... 136 please fill me in... 138 please fill me in... 140 please fill me i [all...] |
| H A D | ntpsnmpd.mdoc.in | 122 please fill me in... 124 please fill me in... 126 please fill me in... 128 please fill me in... 130 please fill me in... 132 please fill me in... 134 please fill me in... 136 please fill me in... 138 please fill me in... 140 please fill me i [all...] |
| H A D | ntpsnmpd.man.in | 152 please fill me in... 157 please fill me in... 162 please fill me in... 167 please fill me in... 172 please fill me in... 177 please fill me in... 182 please fill me in... 187 please fill me in... 192 please fill me in... 197 please fill me i [all...] |
| H A D | ntpsnmpd.1ntpsnmpdman | 152 please fill me in... 157 please fill me in... 162 please fill me in... 167 please fill me in... 172 please fill me in... 177 please fill me in... 182 please fill me in... 187 please fill me in... 192 please fill me in... 197 please fill me i [all...] |
| /freebsd/tests/sys/capsicum/ |
| H A D | Makefile | 44 .for p in mini-me mini-me.noexec mini-me.setuid 47 SRCS.$p= mini-me.c 50 # mini-me.o is linked into a static binary so we can't use sanitizers. 53 CFLAGS.mini-me.c+= -fno-sanitize=address -fno-sanitize=undefined 58 BINMODE.mini-me.noexec= ${NOBINMODE} 59 BINMODE.mini-me.setuid= 4555
|
| /freebsd/crypto/krb5/src/plugins/kdb/ldap/ldap_util/ |
| H A D | kdb5_ldap_services.c | 96 char *me = progname; in kdb5_ldap_stash_service_password() local 123 com_err(me, ENOMEM, in kdb5_ldap_stash_service_password() 130 com_err(me, ENOMEM, in kdb5_ldap_stash_service_password() 141 com_err(me, ENOMEM, _("while setting service object password")); in kdb5_ldap_stash_service_password() 148 com_err(me, ret, _("while getting service password filename")); in kdb5_ldap_stash_service_password() 169 com_err(me, ret, _("while setting service object password")); in kdb5_ldap_stash_service_password() 175 printf(_("%s: Invalid password\n"), me); in kdb5_ldap_stash_service_password() 185 com_err(me, ret, _("Failed to convert the password to hexadecimal")); in kdb5_ldap_stash_service_password() 195 com_err(me, errno, _("Failed to open file %s: %s"), file_name, in kdb5_ldap_stash_service_password() 216 com_err(me, errno, in kdb5_ldap_stash_service_password() [all …]
|
| /freebsd/sys/dev/mem/ |
| H A D | memdev.c | 98 struct mem_extract *me; in memioctl() local 104 me = (struct mem_extract *)data; in memioctl() 108 if (vm_map_lookup_entry(map, me->me_vaddr, &entry)) { in memioctl() 109 me->me_paddr = pmap_extract( in memioctl() 110 &td->td_proc->p_vmspace->vm_pmap, me->me_vaddr); in memioctl() 111 if (me->me_paddr != 0) { in memioctl() 112 me->me_state = ME_STATE_MAPPED; in memioctl() 113 me->me_domain = vm_phys_domain(me->me_paddr); in memioctl() 115 me->me_state = ME_STATE_VALID; in memioctl() 118 me->me_state = ME_STATE_INVALID; in memioctl()
|
| /freebsd/crypto/openssl/crypto/bn/ |
| H A D | bn_s390x.c | 26 struct ica_rsa_modexpo me; in s390x_mod_exp_hw() local 37 me.inputdata = buffer; in s390x_mod_exp_hw() 38 me.inputdatalength = size; in s390x_mod_exp_hw() 39 me.outputdata = buffer + size; in s390x_mod_exp_hw() 40 me.outputdatalength = size; in s390x_mod_exp_hw() 41 me.b_key = buffer + 2 * size; in s390x_mod_exp_hw() 42 me.n_modulus = buffer + 3 * size; in s390x_mod_exp_hw() 43 if (BN_bn2binpad(a, me.inputdata, size) == -1 in s390x_mod_exp_hw() 44 || BN_bn2binpad(p, me.b_key, size) == -1 in s390x_mod_exp_hw() 45 || BN_bn2binpad(m, me.n_modulus, size) == -1) in s390x_mod_exp_hw() [all …]
|
| /freebsd/libexec/rc/ |
| H A D | rc.firewall | 219 ${fwcmd} add pass all from me to ${net} 220 ${fwcmd} add pass all from ${net} to me 222 ${fwcmd} add pass all from me to ${net6} 223 ${fwcmd} add pass all from ${net6} to me 228 ${fwcmd} add pass udp from fe80::/10 to me 546 238 ${fwcmd} add pass tcp from any to me 25 setup 241 ${fwcmd} add pass tcp from me to any setup 247 ${fwcmd} add pass udp from me to any 53 keep-state 250 ${fwcmd} add pass udp from me to any 123 keep-state 388 ${fwcmd} add pass tcp from any to me 25 setup [all …]
|
| /freebsd/contrib/one-true-awk/testdir/ |
| H A D | bib | 68 And the man said, The woman whom thou gavest to be with me, she gave me of the tree, and I did eat. 69 …oman, What is this that thou hast done? And the woman said, The serpent beguiled me, and I did eat. 90 And he said, What hast thou done? the voice of thy brother's blood crieth unto me from the ground. 94 …me out this day from the face of the earth; and from thy face shall I be hid; and I shall be a fug… 105 …he bare a son, and called his name Seth: For God, said she, hath appointed me another seed instead… 145 … beast, and the creeping thing, and the fowls of the air; for it repenteth me that I have made the… 151 And God said unto Noah, The end of all flesh is come before me; for the earth is filled with violen… 161 …e thou and all thy house into the ark; for thee have I seen righteous before me in this generation. 218 And God said, This is the token of the covenant which I make between me and you and every living cr… 219 I do set my bow in the cloud, and it shall be for a token of a covenant between me and the earth. [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | DirectoryEntry.h | 50 const DirectoryEntry &getDirEntry() const { return *ME->getValue(); } in getDirEntry() 52 StringRef getName() const { return ME->getKey(); } in getName() 62 const MapEntry &getMapEntry() const { return *ME; } in getMapEntry() 65 bool isSameRef(DirectoryEntryRef RHS) const { return ME == RHS.ME; } in isSameRef() 68 explicit DirectoryEntryRef(const MapEntry &ME) : ME(&ME) {} in DirectoryEntryRef() argument 94 DirectoryEntryRef(optional_none_tag) : ME(nullptr) {} in DirectoryEntryRef() 95 bool hasOptionalValue() const { return ME; } in hasOptionalValue() 103 : ME(llvm::DenseMapInfo<const MapEntry *>::getEmptyKey()) {} 105 : ME(llvm::DenseMapInfo<const MapEntry *>::getTombstoneKey()) {} 111 const MapEntry *ME;
|
| H A D | FileEntry.h | 68 StringRef getNameAsRequested() const { return ME->first(); } in getNameAsRequested() 73 DirectoryEntryRef getDir() const { return ME->second->Dir; } in getDir() 128 MapValue(MapEntry &ME, DirectoryEntryRef Dir) : V(&ME), Dir(Dir) {} in MapValue() 132 bool isSameRef(const FileEntryRef &RHS) const { return ME == RHS.ME; } in isSameRef() 154 explicit FileEntryRef(const MapEntry &ME) : ME(&ME) { in FileEntryRef() argument 155 assert(ME.second && "Expected payload"); in FileEntryRef() 156 assert(ME.second->V && "Expected non-null"); in FileEntryRef() 161 const clang::FileEntryRef::MapEntry &getMapEntry() const { return *ME; } in getMapEntry() 165 const MapEntry *Base = ME; in getBaseMapEntry() 176 FileEntryRef(optional_none_tag) : ME(nullptr) {} in FileEntryRef() [all …]
|