| /src/usr.bin/m4/ |
| look.c | 122 setup_definition(struct macro_definition *d, const char *defn, const char *name) 126 if (strncmp(defn, BUILTIN_MARKER, sizeof(BUILTIN_MARKER)-1) == 0 && 127 (p = macro_getbuiltin(defn+sizeof(BUILTIN_MARKER)-1)) != NULL) { 129 d->defn = xstrdup(defn+sizeof(BUILTIN_MARKER)-1); 131 if (!*defn) 132 d->defn = xstrdup(null); 134 d->defn = xstrdup(defn); 137 if (STREQ(name, defn)) [all...] |
| eval.c | 534 t = argv[0]; /* defn string as a whole */ 538 p--; /* last character of defn */ 610 dodefine(const char *name, const char *defn) 615 macro_define(name, defn); 630 pbstr(p->defn); 633 pbstr(p->defn); 647 dopushdef(const char *name, const char *defn) 652 macro_pushdef(name, defn); 665 fprintf(traceout, "%s:\t%s\n", name, p->defn); 667 fprintf(traceout, "%s:\t<%s>\n", name, p->defn); [all...] |
| gnum4.c | 164 argv[1] = p->defn; 737 char *defn = NULL; local 765 free(defn); 798 defn = xrealloc(defn, defnlen = dl + 1, 799 "defn grow"); 801 GETSTR(defn, dl); 802 macro_pushdef(name, defn);
|
| /src/crypto/external/apache2/openssl/dist/crypto/property/ |
| defn_cache.c | 28 OSSL_PROPERTY_LIST *defn; member in struct:__anon344 47 ossl_property_free(elem->defn); 80 if (r == NULL || !ossl_assert(r->defn != NULL)) 82 return r->defn; 116 *pl = p->defn; 123 p->defn = *pl;
|
| property_query.c | 17 const OSSL_PROPERTY_DEFINITION *defn = (const OSSL_PROPERTY_DEFINITION *)compare; local 19 return key - defn->name_idx;
|
| /src/crypto/external/bsd/openssl/dist/crypto/property/ |
| defn_cache.c | 27 OSSL_PROPERTY_LIST *defn; member in struct:__anon1443 46 ossl_property_free(elem->defn); 85 if (r == NULL || !ossl_assert(r->defn != NULL)) 87 return r->defn; 122 *pl = p->defn; 129 p->defn = *pl;
|
| property_query.c | 17 const OSSL_PROPERTY_DEFINITION *defn = local 20 return key - defn->name_idx;
|
| /src/crypto/external/apache2/openssl/dist/crypto/engine/ |
| eng_ctrl.c | 27 static int int_ctrl_cmd_is_null(const ENGINE_CMD_DEFN *defn) 29 if ((defn->cmd_num == 0) || (defn->cmd_name == NULL)) 34 static int int_ctrl_cmd_by_name(const ENGINE_CMD_DEFN *defn, const char *s) 37 while (!int_ctrl_cmd_is_null(defn) && (strcmp(defn->cmd_name, s) != 0)) { 39 defn++; 41 if (int_ctrl_cmd_is_null(defn)) 47 static int int_ctrl_cmd_by_num(const ENGINE_CMD_DEFN *defn, unsigned int num) 54 while (!int_ctrl_cmd_is_null(defn) && (defn->cmd_num < num)) [all...] |
| /src/crypto/external/bsd/openssl/dist/crypto/engine/ |
| eng_ctrl.c | 27 static int int_ctrl_cmd_is_null(const ENGINE_CMD_DEFN *defn) 29 if ((defn->cmd_num == 0) || (defn->cmd_name == NULL)) 34 static int int_ctrl_cmd_by_name(const ENGINE_CMD_DEFN *defn, const char *s) 37 while (!int_ctrl_cmd_is_null(defn) && (strcmp(defn->cmd_name, s) != 0)) { 39 defn++; 41 if (int_ctrl_cmd_is_null(defn)) 47 static int int_ctrl_cmd_by_num(const ENGINE_CMD_DEFN *defn, unsigned int num) 54 while (!int_ctrl_cmd_is_null(defn) && (defn->cmd_num < num)) [all...] |
| /src/crypto/external/bsd/openssl.old/dist/crypto/engine/ |
| eng_ctrl.c | 24 static int int_ctrl_cmd_is_null(const ENGINE_CMD_DEFN *defn) 26 if ((defn->cmd_num == 0) || (defn->cmd_name == NULL)) 31 static int int_ctrl_cmd_by_name(const ENGINE_CMD_DEFN *defn, const char *s) 34 while (!int_ctrl_cmd_is_null(defn) && (strcmp(defn->cmd_name, s) != 0)) { 36 defn++; 38 if (int_ctrl_cmd_is_null(defn)) 44 static int int_ctrl_cmd_by_num(const ENGINE_CMD_DEFN *defn, unsigned int num) 51 while (!int_ctrl_cmd_is_null(defn) && (defn->cmd_num < num)) [all...] |
| /src/external/gpl3/gcc/dist/libcpp/ |
| pch.cc | 70 const unsigned char *defn; local 77 defn = NODE_NAME (hn); 82 defn = cpp_macro_definition (pfile, hn); 83 s.definition_length = ustrlen (defn); 87 || fwrite (defn, 1, s.definition_length, f) != s.definition_length) 410 uchar *defn; local 433 defn = XNEWVEC (uchar, defnlen + 1); 434 defn[defnlen] = 0; 436 if (fread (defn, defnlen, 1, f) != 1) 439 p->definition = defn; 766 const uchar * defn = cpp_macro_definition (r, h); local 826 uchar *defn; local [all...] |
| /src/external/gpl3/gcc.old/dist/libcpp/ |
| pch.cc | 70 const unsigned char *defn; local 77 defn = NODE_NAME (hn); 82 defn = cpp_macro_definition (pfile, hn); 83 s.definition_length = ustrlen (defn); 87 || fwrite (defn, 1, s.definition_length, f) != s.definition_length) 410 uchar *defn; local 433 defn = XNEWVEC (uchar, defnlen + 1); 434 defn[defnlen] = 0; 436 if (fread (defn, defnlen, 1, f) != 1) 439 p->definition = defn; 766 const uchar * defn = cpp_macro_definition (r, h); local 826 uchar *defn; local [all...] |
| /src/external/gpl3/autoconf/dist/bin/ |
| autoupdate.in | 267 define([_au__defn], defn([defn])) 268 define([_au__divert], defn([divert])) 269 define([_au__ifdef], defn([ifdef])) 270 define([_au__include], defn([include])) 271 define([_au___undefine], defn([undefine])) 756 # define([OLD], [defn([OLD($@)])changequote()]) 790 # define([OLD], [defn([OLD($@)])changequote()]) 878 # rely on `changequote', `ifelse' and `defn', but we don't want to
|
| /src/crypto/external/apache2/openssl/dist/include/internal/ |
| property.h | 31 OSSL_PROPERTY_LIST *ossl_parse_property(OSSL_LIB_CTX *ctx, const char *defn); 37 const OSSL_PROPERTY_LIST *defn);
|
| /src/crypto/external/bsd/openssl/dist/include/internal/ |
| property.h | 30 OSSL_PROPERTY_LIST *ossl_parse_property(OSSL_LIB_CTX *ctx, const char *defn); 36 const OSSL_PROPERTY_LIST *defn);
|
| /src/external/cddl/osnet/dist/tools/ctf/cvt/ |
| merge.c | 343 tdesc_t *defn = (ctdp->t_type == FORWARD ? mtdp : ctdp); local 345 return (defn->t_type == STRUCT || defn->t_type == UNION || 346 defn->t_type == ENUM); 459 debug(3, "Creating new defn type %d <%x>\n", id, id); 877 void *defn; local 879 if (!alist_find(map, (void *)fwd, (void **)&defn)) 882 debug(3, "Redirecting an edge to %s\n", tdesc_name(defn)); 884 *fwdp = defn; 920 tdesc_t *defn; local [all...] |
| /src/external/public-domain/sqlite/sqlite2mdoc/ |
| main.c | 121 TAILQ_HEAD(defnq, defn); 138 struct defn { struct 140 TAILQ_ENTRY(defn) entries; 296 struct defn *d; 400 struct defn *d; 456 struct defn *d; 591 struct defn *d; 630 struct defn *d; 709 struct defn *d; 747 struct defn *d [all...] |
| /src/bin/sh/ |
| option.list | 55 hflag trackall h # [U] locate cmds in funcs during defn
|
| /src/external/gpl3/gdb.old/dist/gdb/dwarf2/ |
| macro.c | 322 const gdb_byte *defn; local 331 defn = opcode_definitions[opcode]; 332 arg = read_unsigned_leb128 (abfd, defn, &bytes_read); 333 defn += bytes_read; 338 (enum dwarf_form) defn[i], offset_size,
|
| /src/external/gpl3/gdb/dist/gdb/dwarf2/ |
| macro.c | 323 const gdb_byte *defn; local 332 defn = opcode_definitions[opcode]; 333 arg = read_unsigned_leb128 (abfd, defn, &bytes_read); 334 defn += bytes_read; 339 (enum dwarf_form) defn[i], offset_size,
|
| /src/crypto/external/apache2/openssl/dist/test/ |
| property_test.c | 110 const char *defn; member in struct:__anon726 159 && TEST_ptr(p = ossl_parse_property(NULL, parser_tests[n].defn)) 336 const char *defn; member in struct:__anon729 361 && TEST_ptr(d = ossl_parse_property(NULL, definition_tests[n].defn))
|
| /src/crypto/external/bsd/openssl/dist/test/ |
| property_test.c | 88 const char *defn; member in struct:__anon1753 137 && TEST_ptr(p = ossl_parse_property(NULL, parser_tests[n].defn)) 314 const char *defn; member in struct:__anon1756 339 && TEST_ptr(d = ossl_parse_property(NULL, definition_tests[n].defn))
|
| /src/external/public-domain/sqlite/dist/autosetup/ |
| autosetup | 1355 proc defn {first args} { 1362 set defn [string trim [join $args \n]] 1363 regsub -all "\n\n" $defn "\n ::\n" defn 1364 puts $defn 2049 proc defn {first args} { 2051 set defn [string trim [join $args \n]] 2055 regsub -all "\n\n" $defn "\n: " defn 2057 puts "$defn" [all...] |
| /src/external/historical/nawk/dist/ |
| proto.h | 88 extern void defn(Cell *, Node *, Node *);
|
| parse.c | 260 void defn(Cell *v, Node *vl, Node *st) /* turn on FCN bit in definition, */ function
|