| /src/lib/libc/gen/ |
| ctermid.c | 53 static char def[] = _PATH_TTY; local 56 (void)strncpy(s, def, L_ctermid); 59 return (def);
|
| /src/external/gpl3/gcc/dist/gcc/ |
| genenums.cc | 34 struct enum_type *def; local 37 def = (struct enum_type *) *slot; 38 printf ("\nconst char *const %s_strings[] = {", def->name); 39 for (value = def->values; value; value = value->next) 41 printf ("\n \"%s\"", value->def->name);
|
| genconstants.cc | 41 struct md_constant *def = (struct md_constant *) *slot; local 43 if (!def->parent_enum) 44 printf ("#define %s %s\n", def->name, def->value); 54 struct enum_type *def; local 58 def = (struct enum_type *) *slot; 59 printf ("\nenum %s {", def->name); 60 for (value = def->values; value; value = value->next) 62 printf ("\n %s = %s", value->def->name, value->def->value) [all...] |
| genconditions.cc | 229 rtx def = info.def; local 230 add_c_test (get_c_test (def), -1); 231 switch (GET_CODE (def)) 237 if (!strcmp (XSTR (def, 0), "eh_return"))
|
| tree-ssa.h | 26 tree def; /* PHI arg definition. */ member in struct:edge_var_map 89 return v->def;
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| genenums.cc | 34 struct enum_type *def; local 37 def = (struct enum_type *) *slot; 38 printf ("\nconst char *const %s_strings[] = {", def->name); 39 for (value = def->values; value; value = value->next) 41 printf ("\n \"%s\"", value->def->name);
|
| genconstants.cc | 41 struct md_constant *def = (struct md_constant *) *slot; local 43 if (!def->parent_enum) 44 printf ("#define %s %s\n", def->name, def->value); 54 struct enum_type *def; local 58 def = (struct enum_type *) *slot; 59 printf ("\nenum %s {", def->name); 60 for (value = def->values; value; value = value->next) 62 printf ("\n %s = %s", value->def->name, value->def->value) [all...] |
| genconditions.cc | 229 rtx def = info.def; local 230 add_c_test (get_c_test (def), -1); 231 switch (GET_CODE (def)) 237 if (!strcmp (XSTR (def, 0), "eh_return"))
|
| tree-ssa.h | 26 tree def; /* PHI arg definition. */ member in struct:edge_var_map 90 return v->def;
|
| /src/external/mit/xorg/share/cf/ |
| Makefile | 27 xf86.tmpl xf86site.def xfree86.cf xorg.cf xorgversion.def 31 FILES+= date.def host.def xorgsite.def 33 # Handle site.def specificly because it is provided in dist 35 FILES+= netbsd.site.def 36 FILESNAME_netbsd.site.def= site.def 37 CLEANFILES+= netbsd.site.def [all...] |
| /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
| amdgpu_athub_v1_0.c | 40 uint32_t def, data; local 42 def = data = RREG32_SOC15(ATHUB, 0, mmATHUB_MISC_CNTL); 49 if (def != data) 56 uint32_t def, data; local 58 def = data = RREG32_SOC15(ATHUB, 0, mmATHUB_MISC_CNTL); 66 if(def != data)
|
| amdgpu_athub_v2_0.c | 43 uint32_t def, data; local 45 def = data = RREG32_SOC15(ATHUB, 0, mmATHUB_MISC_CNTL); 52 if (def != data) 60 uint32_t def, data; local 62 def = data = RREG32_SOC15(ATHUB, 0, mmATHUB_MISC_CNTL); 70 if (def != data)
|
| /src/external/gpl3/gdb.old/dist/gdb/unittests/ |
| tracepoint-selftests.c | 30 const char def[] = ("1234:6d61726b657231:6578747261207374756666," local 33 const char *start = def; 57 SELF_CHECK (end == def + strlen (def));
|
| /src/external/gpl3/gdb/dist/gdb/unittests/ |
| tracepoint-selftests.c | 30 const char def[] = ("1234:6d61726b657231:6578747261207374756666," local 33 const char *start = def; 57 SELF_CHECK (end == def + strlen (def));
|
| /src/bin/dd/ |
| conv.c | 56 * def -- 62 def(void) function
|
| /src/common/dist/zlib/examples/ |
| zpipe.c | 31 def() returns Z_OK on success, Z_MEM_ERROR if memory could not be 36 int def(FILE *source, FILE *dest, int level) function 186 ret = def(stdin, stdout, Z_DEFAULT_COMPRESSION);
|
| /src/usr.bin/rpcgen/ |
| rpc_clntout.c | 69 definition *def; local 76 def = (definition *) l->val; 77 if (def->def_kind == DEF_PROGRAM) { 78 write_program(def); 84 write_program(definition *def) 89 for (vp = def->def.pr.versions; vp != NULL; vp = vp->next) {
|
| rpc_sample.c | 62 write_sample_svc(definition *def) 65 if (def->def_kind != DEF_PROGRAM) 67 write_sample_server(def); 72 write_sample_clnt(definition *def) 77 if (def->def_kind != DEF_PROGRAM) 80 for (vp = def->def.pr.versions; vp != NULL; vp = vp->next) { 81 write_sample_client(def->def_name, vp); 188 write_sample_server(definition *def) 193 for (vp = def->def.pr.versions; vp != NULL; vp = vp->next) 251 definition *def; local [all...] |
| /src/external/gpl3/binutils/dist/bfd/ |
| xtensa-dynconfig.c | 140 static const struct xtensa_config_v2 def; local 145 &def);
|
| /src/external/gpl3/binutils/dist/zlib/examples/ |
| zpipe.c | 31 def() returns Z_OK on success, Z_MEM_ERROR if memory could not be 36 int def(FILE *source, FILE *dest, int level) function 186 ret = def(stdin, stdout, Z_DEFAULT_COMPRESSION);
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| xtensa-dynconfig.c | 140 static const struct xtensa_config_v2 def; local 145 &def);
|
| /src/external/gpl3/binutils.old/dist/zlib/examples/ |
| zpipe.c | 31 def() returns Z_OK on success, Z_MEM_ERROR if memory could not be 36 int def(FILE *source, FILE *dest, int level) function 186 ret = def(stdin, stdout, Z_DEFAULT_COMPRESSION);
|
| /src/external/gpl3/gdb/dist/zlib/examples/ |
| zpipe.c | 31 def() returns Z_OK on success, Z_MEM_ERROR if memory could not be 36 int def(FILE *source, FILE *dest, int level) function 186 ret = def(stdin, stdout, Z_DEFAULT_COMPRESSION);
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| xtensa-dynconfig.c | 140 static const struct xtensa_config_v2 def; local 145 &def);
|
| /src/external/gpl3/gdb.old/dist/zlib/examples/ |
| zpipe.c | 31 def() returns Z_OK on success, Z_MEM_ERROR if memory could not be 36 int def(FILE *source, FILE *dest, int level) function 186 ret = def(stdin, stdout, Z_DEFAULT_COMPRESSION);
|