Searched refs:form (Results 126 - 144 of 144) sorted by relevance

123456

/freebsd-9.3-release/contrib/gcc/
H A Ddwarf2out.c329 unsigned int form; local
860 the long form. */
3108 together to form more complicated location (address) descriptions. */
3730 /* The Debugging Information Entry (DIE) structure. DIEs form a tree.
3731 The children of each node form a circular list linked by
4744 /* Convert a DWARF value form code into its string name. */
4747 dwarf_form_name (unsigned int form)
4749 switch (form)
5065 if (node->form)
5066 return node->form;
4742 dwarf_form_name(unsigned int form) argument
6884 enum dwarf_form form = value_format (a); local
[all...]
/freebsd-9.3-release/libexec/ftpd/
H A Dftpd.c10 * 2. Redistributions in binary form must reproduce the above copyright
136 int form; variable
604 form = FORM_N;
750 * later, after we know its canonical form.
2423 printf(", FORM: %s", formnames[form]);
H A Dftpcmd.y10 * 2. Redistributions in binary form must reproduce the above copyright
359 form = cmd_form;
/freebsd-9.3-release/contrib/ipfilter/perl/
H A Dplog15 # Parse ipmon output into a coherent form. This program only handles the
1018 are presented in a tabular form, where all packets with the same source and
/freebsd-9.3-release/share/examples/drivers/
H A Dmake_device_driver.sh125 * 2. Redistributions in binary form must reproduce the above copyright
/freebsd-9.3-release/contrib/tnftp/src/
H A Dutil.c20 * 2. Redistributions in binary form must reproduce the above copyright
46 * 2. Redistributions in binary form must reproduce the above copyright
160 form = FORM_N;
/freebsd-9.3-release/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.y12 * 2. Redistributions in binary form must reproduce the above copyright
195 form = cmd_form;
/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-ia64.c5245 char *form = demand_copy_C_string (&len); local
5247 if (strcmp (form, "mutex") == 0)
5249 else if (strcmp (form, "clear") == 0)
5251 else if (strcmp (form, "imply") == 0)
5253 obstack_free (&notes, form);
5257 char *form = ++input_line_pointer; local
5260 if (strcmp (form, "mutex") == 0)
5262 else if (strcmp (form, "clear") == 0)
5264 else if (strcmp (form, "imply") == 0)
/freebsd-9.3-release/contrib/bmake/mk/
H A Ddirdeps.mk11 # 2. Redistributions in binary form must reproduce the above copyright
/freebsd-9.3-release/contrib/lukemftpd/src/
H A Dftpcmd.y15 * 2. Redistributions in binary form must reproduce the above copyright
48 * 2. Redistributions in binary form must reproduce the above copyright
354 form = cmd_form;
H A Dftpd.c15 * 2. Redistributions in binary form must reproduce the above copyright
48 * 2. Redistributions in binary form must reproduce the above copyright
77 * 2. Redistributions in binary form must reproduce the above copyright
718 form = FORM_N;
2541 cprintf(stdout, ", FORM: %s", formnames[form]);
/freebsd-9.3-release/crypto/heimdal/appl/ftp/ftp/
H A Dcmds.c10 * 2. Redistributions in binary form must reproduce the above copyright
135 form = FORM_N;
147 * this ifdef is to keep someone form "porting" this to an incompatible
262 * Internal form of settype; changes current type in use with server
/freebsd-9.3-release/sys/boot/pc98/cdboot/
H A Dcdboot.S11 # 2. Redistributions in binary form must reproduce the above copyright
/freebsd-9.3-release/sys/dev/mpt/
H A Dmpt_cam.c37 * 2. Redistributions in binary form must reproduce at minimum a disclaimer
75 * 2. Redistributions in binary form must reproduce at minimum a disclaimer
652 uint32_t form, uint32_t form_specific)
675 form + form_specific, &hdr, buffer,
694 uint32_t form, uint32_t form_specific)
719 form + form_specific, &hdr, buffer,
651 mptsas_sas_phy_pg0(struct mpt_softc *mpt, struct mptsas_phyinfo *phy_info, uint32_t form, uint32_t form_specific) argument
693 mptsas_sas_device_pg0(struct mpt_softc *mpt, struct mptsas_devinfo *device_info, uint32_t form, uint32_t form_specific) argument
/freebsd-9.3-release/contrib/ncurses/
H A Dconfigure3145 modules_to_build="$modules_to_build panel menu form"
8671 form=\$1
8684 if test "\$form" = normal ; then
8801 if test \$form = format ; then
8822 if test \$form = format ; then
8904 if test \$form != format ; then
17235 # We use the long form for the default assignment because of an extremely
/freebsd-9.3-release/contrib/amd/doc/
H A Dtexinfo.tex4158 % given all the information in convenient, parsed form.
5485 \def\macrolist{} % List of all defined macros in the form
6602 % xref label, in the form LABEL-title, which is how we save it in the
/freebsd-9.3-release/contrib/gcc/doc/include/
H A Dtexinfo.tex4332 % given all the information in convenient, parsed form.
5681 \def\macrolist{} % List of all defined macros in the form
6803 % xref label, in the form LABEL-title, which is how we save it in the
/freebsd-9.3-release/contrib/groff/doc/
H A Dtexinfo.tex4230 % given all the information in convenient, parsed form.
5557 \def\macrolist{} % List of all defined macros in the form
6674 % xref label, in the form LABEL-title, which is how we save it in the
/freebsd-9.3-release/contrib/gcc/config/rs6000/
H A Drs6000.c1626 /* Handle generic options of the form -mfoo=yes/no.
2060 /* Return the number of instructions it takes to form a constant in an
7786 tree form = TREE_VALUE (arglist);
7796 if (TREE_CODE (form) != INTEGER_CST)
7802 form_int = TREE_INT_CST_LOW (form);
12029 /* Constructs of the form (a OP b ? a : b) are safe. */
17298 form in practice. It tries to achieve this synchronization by forcing the
17311 The function estimates the group boundaries that the processor will form as
7770 tree form = TREE_VALUE (arglist); local

Completed in 307 milliseconds

123456