HomeSort by: relevance | last modified time | path
    Searched defs:code (Results 1 - 25 of 1562) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/lib/libc/regex/
cname.h 10 * This code is derived from software contributed to Berkeley by
16 * 1. Redistributions of source code must retain the above copyright
44 char code; member in struct:cname
  /src/crypto/external/bsd/heimdal/dist/lib/roken/
strerror_r.c 12 * 1. Redistributions of source code must retain the above copyright
54 int code; local
55 code = sprintf_s(strerrbuf, buflen, "Error % occurred.", eno);
56 err = ((code != 0)? errno : 0);
flock.c 12 * 1. Redistributions of source code must retain the above copyright
50 int code, cmd; local
64 code = fcntl(fd, F_SETLK, &arg);
68 code = fcntl(fd, cmd, &arg);
72 code = fcntl(fd, cmd, &arg);
76 code = -1;
79 return code;
rand.c 12 * 1. Redistributions of source code must retain the above copyright
72 int code; local
74 code = rand_s(&n);
75 if (code == 0)
gai_strerror.c 12 * 1. Redistributions of source code must retain the above copyright
41 int code; member in struct:gai_error
73 if (g->code == ecode)
75 return "unknown error code in gai_strerror";
  /src/external/bsd/nvi/dist/regex/
cname.h 7 * This code is derived from software contributed to Berkeley by
13 * 1. Redistributions of source code must retain the above copyright
44 char code; member in struct:cname
  /src/external/gpl2/gettext/dist/gettext-tools/src/
lang-table.h 26 const char *code; member in struct:language_table_entry
  /src/external/gpl2/texinfo/dist/info/
key.h 31 unsigned char code; member in struct:__anon9531
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-dump.cc 39 enum tree_code code; local
43 code = TREE_CODE (t);
45 switch (code)
  /src/external/gpl3/gcc/dist/gcc/cp/
type-utils.h 39 enum tree_code code = TREE_CODE (t); local
41 if (code == POINTER_TYPE || code == REFERENCE_TYPE
42 || code == PARM_DECL || code == OFFSET_TYPE
43 || code == FUNCTION_TYPE || code == METHOD_TYPE
44 || code == ARRAY_TYPE)
  /src/external/gpl3/gcc/dist/gcc/fortran/
convert.cc 87 enum tree_code code; local
102 code = TREE_CODE (type);
103 if (code == VOID_TYPE)
105 if (code == BOOLEAN_TYPE)
108 if (code == INTEGER_TYPE)
110 if (code == POINTER_TYPE || code == REFERENCE_TYPE)
112 if (code == REAL_TYPE)
114 if (code == COMPLEX_TYPE)
116 if (code == VECTOR_TYPE
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-dump.cc 39 enum tree_code code; local
43 code = TREE_CODE (t);
45 switch (code)
  /src/external/gpl3/gcc.old/dist/gcc/cp/
type-utils.h 39 enum tree_code code = TREE_CODE (t); local
41 if (code == POINTER_TYPE || code == REFERENCE_TYPE
42 || code == PARM_DECL || code == OFFSET_TYPE
43 || code == FUNCTION_TYPE || code == METHOD_TYPE
44 || code == ARRAY_TYPE)
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
convert.cc 87 enum tree_code code; local
102 code = TREE_CODE (type);
103 if (code == VOID_TYPE)
105 if (code == BOOLEAN_TYPE)
108 if (code == INTEGER_TYPE)
110 if (code == POINTER_TYPE || code == REFERENCE_TYPE)
112 if (code == REAL_TYPE)
114 if (code == COMPLEX_TYPE)
116 if (code == VECTOR_TYPE
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
bn_error.c 21 int code; member in struct:__anon830
29 /* return a char * string for a given code */
30 const char *mp_error_to_string(int code)
36 if (msgs[x].code == code) {
41 /* generic reply for invalid code */
42 return "Invalid error code";
  /src/external/bsd/atf/dist/tools/
exceptions.cpp 10 // 1. Redistributions of source code must retain the above copyright
52 tools::system_error::code(void) function in class:tools::system_error
  /src/external/bsd/libarchive/dist/libarchive/
archive_write_add_filter.c 8 * 1. Redistributions of source code must retain the above copyright
41 struct { int code; int (*setter)(struct archive *); } codes[] = member in struct:__anon7090
60 archive_write_add_filter(struct archive *a, int code)
64 for (i = 0; codes[i].code != -1; i++) {
65 if (code == codes[i].code)
  /src/external/gpl3/gcc/dist/gcc/common/config/cris/
cris-common.cc 39 size_t code = decoded->opt_index; local
41 switch (code)
  /src/external/gpl3/gcc/dist/gcc/common/config/mips/
mips-common.cc 37 size_t code = decoded->opt_index; local
39 switch (code)
  /src/external/gpl3/gcc/dist/gcc/common/config/pa/
pa-common.cc 37 size_t code = decoded->opt_index; local
39 switch (code)
  /src/external/gpl3/gcc.old/dist/gcc/common/config/cris/
cris-common.cc 39 size_t code = decoded->opt_index; local
41 switch (code)
  /src/external/gpl3/gcc.old/dist/gcc/common/config/mips/
mips-common.cc 37 size_t code = decoded->opt_index; local
39 switch (code)
  /src/external/gpl3/gcc.old/dist/gcc/common/config/pa/
pa-common.cc 37 size_t code = decoded->opt_index; local
39 switch (code)
  /src/sys/arch/mips/mips/
mips_fputrap.c 10 * 1. Redistributions of source code must retain the above copyright
85 int code; member in struct:__anon1679
100 return fpecodes[i].code;
  /src/sys/external/bsd/sljit/dist/doc/tutorial/
first_program.c 10 void *code; local
34 /* Generate machine code */
35 code = sljit_generate_code(C);
38 /* Execute code */
39 func = (func3_t)code;
42 /* dump_code(code, len); */
46 sljit_free_code(code);

Completed in 44 milliseconds

1 2 3 4 5 6 7 8 91011>>