Home
last modified time | relevance | path

Searched refs:ed (Results 1 – 25 of 497) sorted by relevance

12345678910>>...20

/freebsd/contrib/elftoolchain/elfdump/
H A Delfdump.c652 memset(ed, 0, sizeof(*ed)); in main()
924 ed->ar = ed->elf; in elf_print_ar()
986 while ((ed->elf = elf_begin(fd, cmd, ed->ar)) != NULL) { in elf_print_ar()
1019 ed->archive = ed->filename; in elf_print_object()
1041 ed->archive = ed->filename; in elf_print_object()
1060 if (gelf_getehdr(ed->elf, &ed->ehdr) == NULL) { in elf_print_elf()
1117 if (!elf_getshnum(ed->elf, &ed->shnum)) { in load_sections()
1123 if ((ed->sl = calloc(ed->shnum, sizeof(*ed->sl))) == NULL) in load_sections()
1287 ed->ehdr.e_ident[0], ed->ehdr.e_ident[1], in elf_print_ehdr()
1288 ed->ehdr.e_ident[2], ed->ehdr.e_ident[3]); in elf_print_ehdr()
[all …]
/freebsd/crypto/heimdal/lib/krb5/
H A Dkeytab_any.c139 for (ed->a = a; ed->a != NULL; ed->a = ed->a->next) { in any_start_seq_get()
140 ret = krb5_kt_start_seq_get(context, ed->a->kt, &ed->cursor); in any_start_seq_get()
144 if (ed->a == NULL) { in any_start_seq_get()
164 ret = krb5_kt_next_entry(context, ed->a->kt, entry, &ed->cursor); in any_next_entry()
170 ret2 = krb5_kt_end_seq_get (context, ed->a->kt, &ed->cursor); in any_next_entry()
173 while ((ed->a = ed->a->next) != NULL) { in any_next_entry()
174 ret2 = krb5_kt_start_seq_get(context, ed->a->kt, &ed->cursor); in any_next_entry()
178 if (ed->a == NULL) { in any_next_entry()
194 if (ed->a != NULL) in any_end_seq_get()
195 ret = krb5_kt_end_seq_get(context, ed->a->kt, &ed->cursor); in any_end_seq_get()
[all …]
/freebsd/bin/ed/test/
H A DREADME9 .t Template - a list of ed commands from which an ed script is
11 .d Data - read by an ed script
12 .r Result - the expected output after processing data via an ed
14 .err Error - invalid ed commands that should generate an error
19 *** The script u.ed exited abnormally ***
21 *** Output u.o of script u.ed is incorrect ***
27 =-err.ed
28 a1-err.ed
29 i1-err.ed
30 k1-err.ed
[all …]
H A DTODO7 3) ed "" - error: invalid filename
11 6) ed -x - verify: 8-bit clean
12 7) ed - verify: long-line support
13 8) ed - verify: interactive/help mode
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dmerge.c381 ed->ed_cur_mark++; in equiv_node()
408 ed->ed_clear_mark = ed->ed_cur_mark + 1; in equiv_cb()
409 ed->ed_cur_mark = ed->ed_clear_mark + 1; in equiv_cb()
414 ed->ed_tgt = mtdp; in equiv_cb()
439 equiv_data_t ed; in map_td_tree_post() local
441 ed.ed_ta = mcd->md_ta; in map_td_tree_post()
444 ed.ed_node = ctdp; in map_td_tree_post()
491 equiv_data_t ed; in map_td_tree_self_post() local
496 ed.ed_node = ctdp; in map_td_tree_self_post()
498 ed.ed_tgt = NULL; in map_td_tree_self_post()
[all …]
/freebsd/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_elf_init.c176 if (ed->ed_alloc == NULL) { in _dwarf_elf_relocate()
177 ed->ed_alloc = malloc(ed->ed_size); in _dwarf_elf_relocate()
183 memcpy(ed->ed_alloc, ed->ed_data->d_buf, in _dwarf_elf_relocate()
184 ed->ed_size); in _dwarf_elf_relocate()
188 ed->ed_alloc, ed->ed_size, in _dwarf_elf_relocate()
192 ed->ed_alloc, ed->ed_size, rel, symtab_data, in _dwarf_elf_relocate()
233 if (uncompress(ed->ed_alloc, &csize, (char *)ed->ed_data->d_buf + hsize, in _dwarf_elf_decompress()
244 ed->ed_size = chdr.ch_size; in _dwarf_elf_decompress()
255 Dwarf_Elf_Data *ed; in _dwarf_elf_init() local
382 ed = &e->eo_data[j]; in _dwarf_elf_init()
[all …]
H A Dlibdwarf_elf_access.c133 Dwarf_Elf_Data *ed; in _dwarf_elf_load_section() local
150 ed = &e->eo_data[ndx]; in _dwarf_elf_load_section()
152 if (ed->ed_alloc != NULL) in _dwarf_elf_load_section()
153 *ret_data = ed->ed_alloc; in _dwarf_elf_load_section()
155 if (ed->ed_data == NULL) { in _dwarf_elf_load_section()
160 *ret_data = ed->ed_data->d_buf; in _dwarf_elf_load_section()
/freebsd/bin/csh/
H A DMakefile37 SRCS+= ed.chared.c ed.decls.h ed.defns.c ed.h ed.init.c ed.inputl.c \
38 ed.refresh.c ed.screen.c ed.xmap.c ed.term.c ed.term.h
44 GENHDRS= ed.defns.h sh.err.h tc.const.h tc.defs.c
135 ed.defns.h: ed.defns.c
140 grep '[FV]_' ${TCSHDIR}/ed.defns.c | grep '^#define' >> ${.TARGET}
/freebsd/usr.bin/sdiff/
H A Dedit.c44 const char *ed; in editit() local
46 ed = getenv("VISUAL"); in editit()
47 if (ed == NULL) in editit()
48 ed = getenv("EDITOR"); in editit()
49 if (ed == NULL) in editit()
50 ed = _PATH_VI; in editit()
59 execlp(ed, ed, pathname, (char *)NULL); in editit()
/freebsd/bin/ed/
H A DPOSIX2 This version of ed(1) is not strictly POSIX compliant, as described in
38 processing is performed by ed.
40 4) For SunOS ed(1) compatibility, ed runs in restricted mode if invoked
46 1) Though ed is not a stream editor, it can be used to edit binary files.
53 $ ed file
61 $ ed file
66 not specified by POSIX, it follows the behavior of the SunOS ed:
75 would otherwise cause a script to fail. For instance, an ed script
78 ed - file <<EOF
88 4) If ed is invoked with a name argument prefixed by a bang (!), then the
[all …]
H A DMakefile5 PROG= ed
7 LINKS= ${BINDIR}/ed ${BINDIR}/red
8 MLINKS= ed.1 red.1
/freebsd/sys/dev/usb/template/
H A Dusb_template.c284 temp->size += sizeof(*ed) + 2; in usb_make_endpoint_desc()
286 temp->size += sizeof(*ed); in usb_make_endpoint_desc()
319 ed->bLength = sizeof(*ed) + 2; in usb_make_endpoint_desc()
321 ed->bLength = sizeof(*ed); in usb_make_endpoint_desc()
323 ed->bEndpointAddress = ea; in usb_make_endpoint_desc()
325 USETW(ed->wMaxPacketSize, mps); in usb_make_endpoint_desc()
331 ed->bInterval = in usb_make_endpoint_desc()
343 ed->bInterval = 1; /* 1 ms */ in usb_make_endpoint_desc()
794 ed = (void *)desc; in usb_hw_ep_get_needs()
873 ed->bEndpointAddress = in usb_hw_ep_get_needs()
[all …]
/freebsd/crypto/heimdal/lib/hx509/
H A Dcms.c358 EnvelopedData ed; in hx509_cms_unenvelope() local
370 memset(&ed, 0, sizeof(ed)); in hx509_cms_unenvelope()
512 free_EnvelopedData(&ed); in hx509_cms_unenvelope()
565 EnvelopedData ed; in hx509_cms_envelope_1() local
570 memset(&ed, 0, sizeof(ed)); in hx509_cms_envelope_1()
684 ed.version = 0; in hx509_cms_envelope_1()
685 ed.originatorInfo = NULL; in hx509_cms_envelope_1()
695 ed.unprotectedAttrs = NULL; in hx509_cms_envelope_1()
698 &ed, &size, ret); in hx509_cms_envelope_1()
714 free_EnvelopedData(&ed); in hx509_cms_envelope_1()
[all …]
/freebsd/sys/dev/usb/controller/
H A Dohci.c318 return (ed); in ohci_init_ed()
942 ohci_ed_t *ed; in ohci_check_transfer_sub() local
1023 ohci_ed_t *ed; in ohci_check_transfer() local
1383 ohci_ed_t *ed; in ohci_setup_standard_chain() local
1618 ohci_ed_t *ed; in ohci_device_done() local
1626 if (ed) { in ohci_device_done()
1834 ohci_ed_t *ed; in ohci_device_isoc_enter() local
2477 ohci_ed_t *ed; in ohci_xfer_setup() local
2488 last_obj = ed; in ohci_xfer_setup()
2557 ohci_ed_t *ed; in ohci_device_resume() local
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zdb/
H A Dzdb_006_pos.ksh55 log_must zdb -ed $TESTPOOL
56 log_must zdb -ed $TESTPOOL/
57 log_must zdb -ed $TESTPOOL/$TESTFS
58 log_must zdb -ed $TESTPOOL/$TESTFS@snap
/freebsd/contrib/tcsh/
H A Dsrc.desc1 Editor functions (ed.*c)
2 ed.chared.c: Editor basic function implementation. (Motion/Search etc.)
3 ed.defns.c: Editor command tables.
4 ed.init.c: Editor initialization. Tty/signal setup.
5 ed.term.c: Tty driver dependent initialization portion.
6 ed.inputl.c: Editor input, editor command parser, and dispatcher.
7 ed.refresh.c: Editor refreshing. How to change the old line to the current.
8 ed.screen.c: Termcap related functions.
9 ed.xmap.c: Key macro handling.
/freebsd/share/skel/
H A Ddot.shrc34 bind ^[[A ed-search-prev-history
35 bind ^[[B ed-search-next-history
39 bind "\\e[1;5D" ed-prev-word
43 bind ^[[5~ ed-move-to-beg
44 bind ^[[6~ ed-move-to-end
/freebsd/contrib/netbsd-tests/lib/libc/gen/
H A Dt_vis.c131 } ed[] = { in ATF_TC_BODY() local
140 for (size_t i = 0; i < __arraycount(ed); i++) { in ATF_TC_BODY()
141 ATF_REQUIRE(strunvis(uv, ed[i].e) == ed[i].error); in ATF_TC_BODY()
142 if (ed[i].error > 0) in ATF_TC_BODY()
143 ATF_REQUIRE(memcmp(ed[i].d, uv, ed[i].error) == 0); in ATF_TC_BODY()
/freebsd/bin/sh/
H A Ddot.shrc34 bind ^[[A ed-search-prev-history
35 bind ^[[B ed-search-next-history
39 bind "\\e[1;5D" ed-prev-word
43 bind ^[[5~ ed-move-to-beg
44 bind ^[[6~ ed-move-to-end
/freebsd/crypto/openssl/test/recipes/30-test_evp_pkey_provided/
H A DDH.priv.txt4 d0:ed:56:4b:47:21:2b:fa:55:fa:87:e8:a9:7b
12 79:24:ed:e1:d1:4a:57:f1:40:86:70:42:25:c5:27:
15 a9:7f:e1:33:eb:c3:4f:e3:b7:22:f7:1c:09:4f:ed:
17 13:c0:20:82:65:bb:42:3b:ed:08:6a:84:4f:ea:77:
18 14:32:f9:ed:c2:12:d6:c5:c6:b3:e5:f2:6e:f6:16:
H A DDH.pub.txt9 79:24:ed:e1:d1:4a:57:f1:40:86:70:42:25:c5:27:
12 a9:7f:e1:33:eb:c3:4f:e3:b7:22:f7:1c:09:4f:ed:
14 13:c0:20:82:65:bb:42:3b:ed:08:6a:84:4f:ea:77:
15 14:32:f9:ed:c2:12:d6:c5:c6:b3:e5:f2:6e:f6:16:
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/mmp/
H A Dmmp_on_zdb.ksh72 log_must zdb -ed $TESTPOOL
73 log_must zdb -ed $TESTPOOL/
74 log_must zdb -ed $TESTPOOL/$TESTFS
75 log_must zdb -ed $TESTPOOL/$TESTFS@snap
/freebsd/contrib/mandoc/
H A Ddba_array.c37 int32_t ed; /* Entries deleted. */ member
54 array->ed = 0; in dba_array_new()
135 array->ed++; in dba_array_del()
160 assert(array->ed == 0); in dba_array_sort()
167 dba_int_write(array->eu - array->ed); in dba_array_writelen()
168 return dba_skip(nmemb, array->eu - array->ed); in dba_array_writelen()
/freebsd/contrib/elftoolchain/libelf/
H A Dgelf_cap.c37 gelf_getcap(Elf_Data *ed, int ndx, GElf_Cap *dst) in gelf_getcap() argument
48 d = (struct _Libelf_Data *) ed; in gelf_getcap()
96 gelf_update_cap(Elf_Data *ed, int ndx, GElf_Cap *gc) in gelf_update_cap() argument
107 d = (struct _Libelf_Data *) ed; in gelf_update_cap()
H A Dgelf_syminfo.c35 gelf_getsyminfo(Elf_Data *ed, int ndx, GElf_Syminfo *dst) in gelf_getsyminfo() argument
46 d = (struct _Libelf_Data *) ed; in gelf_getsyminfo()
96 gelf_update_syminfo(Elf_Data *ed, int ndx, GElf_Syminfo *gs) in gelf_update_syminfo() argument
107 d = (struct _Libelf_Data *) ed; in gelf_update_syminfo()

12345678910>>...20