HomeSort by: relevance | last modified time | path
    Searched refs:prototype (Results 1 - 16 of 16) sorted by relevancy

  /src/tests/usr.bin/xlint/lint1/
msg_270.c 9 void prototype(void);
  /src/tests/usr.bin/indent/
lsym_comma.c 16 * In a prototype function definition, a ',' separates the parameter
47 int decl, old_style(), prototype(const char *, double *);
88 * In a prototype function definition, a ',' separates the parameter
  /src/sys/arch/m68k/m68k/
mmu_subr.s 101 .long MMU51_SRP_BITS,0 | prototype CPU root pointer
119 lea _C_LABEL(protorp),%a0 | CRP prototype
  /src/sys/external/bsd/acpica/dist/include/
acpixf.h 203 #define ACPI_EXTERNAL_RETURN_STATUS(Prototype) \
204 Prototype;
208 #define ACPI_EXTERNAL_RETURN_OK(Prototype) \
209 Prototype;
213 #define ACPI_EXTERNAL_RETURN_VOID(Prototype) \
214 Prototype;
218 #define ACPI_EXTERNAL_RETURN_UINT32(Prototype) \
219 Prototype;
223 #define ACPI_EXTERNAL_RETURN_PTR(Prototype) \
224 Prototype;
    [all...]
  /src/lib/libform/
field.c 740 * The new field is initialised from the information in the prototype
745 _formi_create_field(FIELD *prototype, int rows, int cols, int frow,
759 memcpy(new, prototype, sizeof(*new));
  /src/lib/librumpuser/
configure 1775 /* Override any GCC internal prototype to avoid an error.
1777 builtin and then its argument prototype would still apply. */
3814 /* Override any GCC internal prototype to avoid an error.
3816 builtin and then its argument prototype would still apply. */
3842 /* Override any GCC internal prototype to avoid an error.
3844 builtin and then its argument prototype would still apply. */
3891 /* Override any GCC internal prototype to avoid an error.
3893 builtin and then its argument prototype would still apply. */
3925 /* Override any GCC internal prototype to avoid an error.
3927 builtin and then its argument prototype would still apply. *
    [all...]
  /src/usr.bin/xlint/lint1/
lint1.h 138 bool t_proto:1; /* function prototype (u.params valid) */
139 bool t_vararg:1; /* prototype with '...' */
207 pos_t s_def_pos; /* position of last (prototype) definition,
208 * prototype declaration, no-prototype-def.,
335 DLK_PROTO_PARAMS, /* parameters in a prototype function
386 sym_t *d_func_proto_syms; /* symbols defined in prototype, such
395 bool prototype:1; member in struct:__anondcf084d01608
decl.c 915 /* function declaration is not a prototype */
1388 /* function prototype parameters must have types */
1412 if (params.prototype) {
1450 params.prototype, params.first, params.vararg,
1893 * Compares a prototype declaration with the remembered parameters of a
1912 /* prototype does not match old-style definition */
1926 /* prototype does not match old-style ... */
1985 * With both LINTLIBRARY and PROTOLIB the prototype is written
2002 * of the prototype.
2022 * not a prototype
    [all...]
cgram.y 1758 $$.prototype = true;
  /src/tools/make/
configure 1699 /* Override any GCC internal prototype to avoid an error.
1701 builtin and then its argument prototype would still apply. */
3362 /* Override any GCC internal prototype to avoid an error.
3364 builtin and then its argument prototype would still apply. */
3406 /* Override any GCC internal prototype to avoid an error.
3408 builtin and then its argument prototype would still apply. */
  /src/tools/compat/
configure 1832 /* Override any GCC internal prototype to avoid an error.
1834 builtin and then its argument prototype would still apply. */
4412 /* Override any GCC internal prototype to avoid an error.
4414 builtin and then its argument prototype would still apply.
4535 /* Override any GCC internal prototype to avoid an error.
4537 builtin and then its argument prototype would still apply.
4603 /* Override any GCC internal prototype to avoid an error.
4605 builtin and then its argument prototype would still apply.
7292 /* Override any GCC internal prototype to avoid an error.
7294 builtin and then its argument prototype would still apply
    [all...]
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
ste-ux500-samsung-kyle.dts 498 * on "PBA" which I guess is "prototype board A".
ste-ux500-samsung-skomer.dts 496 * on "PBA" which I guess is "prototype board A".
  /src/sys/external/isc/libsodium/dist/
configure 1951 /* Override any GCC internal prototype to avoid an error.
1953 builtin and then its argument prototype would still apply. */
4867 /* Override any GCC internal prototype to avoid an error.
4869 builtin and then its argument prototype would still apply. */
5516 /* Override any GCC internal prototype to avoid an error.
5518 builtin and then its argument prototype would still apply. */
15906 /* Override any GCC internal prototype to avoid an error.
15908 builtin and then its argument prototype would still apply. */
15967 /* Override any GCC internal prototype to avoid an error.
15969 builtin and then its argument prototype would still apply. *
    [all...]
  /src/sys/arch/cesfic/cesfic/
locore.s 812 .long 0 | prototype translation control
  /src/sys/arch/hp300/hp300/
locore.s 1150 .long 0 | prototype translation control

Completed in 37 milliseconds