| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.btrace/ |
| dlopen-dso.c | 19 answer (void) function
|
| tailcall.c | 35 int answer; local 37 answer = foo (); 38 answer += 1; 40 return answer;
|
| dlopen.c | 27 int answer; local 32 fun = (int (*) (void)) dlsym (dso, "answer"); 35 answer = fun (); 39 return answer; 45 int answer; local 47 answer = test (); 49 return answer;
|
| tailcall-only.c | 47 int answer; local 49 answer = foo (); 50 answer += 1; 52 return answer;
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.btrace/ |
| dlopen-dso.c | 19 answer (void) function
|
| tailcall.c | 35 int answer; local 37 answer = foo (); 38 answer += 1; 40 return answer;
|
| dlopen.c | 27 int answer; local 32 fun = (int (*) (void)) dlsym (dso, "answer"); 35 answer = fun (); 39 return answer; 45 int answer; local 47 answer = test (); 49 return answer;
|
| tailcall-only.c | 47 int answer; local 49 answer = foo (); 50 answer += 1; 52 return answer;
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/ |
| breakpoint-shlib-func.cc | 20 int answer = foo (); local 21 return answer;
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/ |
| breakpoint-shlib-func.cc | 20 int answer = foo (); local 21 return answer;
|
| /src/usr.bin/make/unit-tests/ |
| ternary.exp | 1 The answer is unknown 2 The answer is unknown 3 The answer is empty 4 The answer is known 5 The answer is 6 The answer is empty 7 The answer is known 8 The answer is 42 9 The answer is 42
|
| /src/external/bsd/nsd/dist/ |
| answer.c | 2 * answer.c -- manipulating query answers and encoding them. 14 #include "answer.h" 19 answer_init(answer_type *answer) 21 answer->rrset_count = 0; 25 answer_add_rrset(answer_type *answer, rr_section_type section, 35 for (i = 0; i < answer->rrset_count; ++i) { 36 if (answer->rrsets[i] == rrset && 37 answer->domains[i]->number == domain->number) { 38 if (section < answer->section[i]) { 39 answer->section[i] = section [all...] |
| answer.h | 2 * answer.h -- manipulating query answers and encoding them. 22 * the answer packet. 24 typedef struct answer answer_type; 25 struct answer { struct 33 void encode_answer(query_type *q, const answer_type *answer); 36 void answer_init(answer_type *answer); 39 * Add the specified RRset to the answer in the specified section. If 43 int answer_add_rrset(answer_type *answer, rr_section_type section,
|
| /src/external/gpl2/gmake/dist/tests/scripts/targets/ |
| SECONDARY | 39 $answer = "cp foo.f foo.e\ncp foo.e foo.d\n"; 40 &compare_output($answer, &get_logfile(1)); 47 $answer = "$make_name: `foo.d' is up to date.\n"; 48 &compare_output($answer, &get_logfile(1)); 56 $answer = "cp foo.f foo.e\ncp foo.e foo.d\n"; 57 &compare_output($answer, &get_logfile(1)); 62 $answer = "cp foo.e foo.c\n"; 63 &compare_output($answer, &get_logfile(1)); 70 $answer = "$make_name: `foo.c' is up to date.\n"; 71 &compare_output($answer, &get_logfile(1)) [all...] |
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.fortran/ |
| assumedrank.f90 | 44 SUBROUTINE test_rank(answer) 45 REAL :: answer(..) local in subroutine:test_rank 46 print *, RANK(answer) ! Test Breakpoint
|
| rank.f90 | 51 subroutine test_rank (answer) 52 integer :: answer local in subroutine:test_rank 54 print *,answer ! Test Breakpoint
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.fortran/ |
| assumedrank.f90 | 44 SUBROUTINE test_rank(answer) 45 REAL :: answer(..) local in subroutine:test_rank 46 print *, RANK(answer) ! Test Breakpoint
|
| rank.f90 | 51 subroutine test_rank (answer) 52 integer :: answer local in subroutine:test_rank 54 print *,answer ! Test Breakpoint
|
| /src/lib/libtelnet/ |
| getent.c | 70 char *answer; local 71 return((cgetstr(area, id, &answer) > 0) ? answer : 0);
|
| /src/usr.sbin/timed/timed/ |
| acksend.c | 44 struct tsp *answer; variable in typeref:struct:tsp 105 answer = 0; 107 if (!answer) { 117 answer = readmsg(ack, name, &twait, net); 118 if (answer != 0) { 119 if (answer->tsp_seq != sequence) { 122 answer->tsp_seq, sequence); 132 return(answer);
|
| cksum.c | 58 uint16_t answer; local 85 answer = ~sum; /* truncate to 16 bits */ 86 return (answer);
|
| /src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/shtest-shell/ |
| check_args.py | 11 answer = (platform.system() == "Windows" and variable 14 print(answer)
|
| /src/external/cddl/dtracetoolkit/dist/Bin/ |
| guess.d | 26 answer = (rand() % 100) + 1; 27 answer = answer > 0 ? answer : - answer; 78 /self->doneguess && guess == answer/ 88 /self->doneguess && guess != answer/ 92 printf("%s...\n", guess < answer ? "Higher" : "Lower");
|
| /src/external/cddl/dtracetoolkit/dist/Misc/ |
| guess.d | 26 answer = (rand() % 100) + 1; 27 answer = answer > 0 ? answer : - answer; 78 /self->doneguess && guess == answer/ 88 /self->doneguess && guess != answer/ 92 printf("%s...\n", guess < answer ? "Higher" : "Lower");
|
| /src/external/mpl/bind/dist/bin/tests/system/sortlist/ |
| tests_sortlist.py | 33 assert len(resp.answer) == 1 34 assert resp.answer[0] == rrset 35 assert list(resp.answer[0].items) == list(rrset.items) 52 resp.answer[0][0].to_text() in possible_results
|