Searched refs:inf (Results 1 - 25 of 52) sorted by relevance

123

/haiku-fatelf/src/bin/gdb/gdb/
H A Dgnu-nat.c91 struct inf *make_inf ();
92 void inf_clear_wait (struct inf *inf);
93 void inf_cleanup (struct inf *inf);
94 void inf_startup (struct inf *inf, int pid);
95 int inf_update_suspends (struct inf *inf);
96 void inf_set_pid (struct inf *in
168 struct inf struct
327 struct inf *inf = proc->inf; local
540 make_proc(struct inf *inf, mach_port_t port, int tid) argument
606 struct inf *inf = proc->inf; local
641 struct inf *inf = xmalloc (sizeof (struct inf)); local
673 inf_clear_wait(struct inf *inf) argument
693 inf_cleanup(struct inf *inf) argument
716 inf_startup(struct inf *inf, int pid) argument
739 inf_set_pid(struct inf *inf, pid_t pid) argument
790 inf_validate_procinfo(struct inf *inf) argument
816 inf_validate_task_sc(struct inf *inf) argument
873 inf_set_traced(struct inf *inf, int on) argument
908 inf_update_suspends(struct inf *inf) argument
959 inf_tid_to_thread(struct inf *inf, int tid) argument
973 inf_port_to_thread(struct inf *inf, mach_port_t port) argument
987 inf_validate_procs(struct inf *inf) argument
1081 inf_update_procs(struct inf *inf) argument
1094 inf_set_threads_resume_sc(struct inf *inf, struct proc *run_thread, int run_others) argument
1112 inf_resume(struct inf *inf) argument
1137 inf_suspend(struct inf *inf) argument
1157 inf_set_step_thread(struct inf *inf, struct proc *thread) argument
1183 inf_set_threads_resume_sc_for_signal_thread(struct inf *inf) argument
1195 inf_update_signal_thread(struct inf *inf) argument
1205 inf_detach(struct inf *inf) argument
1247 inf_attach(struct inf *inf, int pid) argument
1260 inf_steal_exc_ports(struct inf *inf) argument
1275 inf_restore_exc_ports(struct inf *inf) argument
1293 inf_signal(struct inf *inf, enum target_signal sig) argument
1379 inf_continue(struct inf *inf) argument
1424 struct inf *inf = current_inferior; local
1622 struct inf *inf = waiting_inf; local
1704 inf_task_died_status(struct inf *inf) argument
1715 struct inf *inf = waiting_inf; local
1797 struct inf *inf = waiting_inf; local
1864 struct inf *inf = waiting_inf; local
1933 struct inf *inf = current_inferior; local
2046 struct inf *inf = cur_inf (); local
2113 struct inf *inf = cur_inf (); local
2566 struct inf *inf = current_inferior; local
2706 struct inf *inf = cur_inf (); local
2717 struct inf *inf = cur_inf (); local
2727 struct inf *inf = cur_inf (); local
2741 struct inf *inf = cur_inf (); local
2767 struct inf *inf = cur_inf (); local
2775 struct inf *inf = cur_inf (); local
2786 struct inf *inf = cur_inf (); local
2794 struct inf *inf = cur_inf (); local
2855 struct inf *inf = cur_inf (); local
2870 struct inf *inf = active_inf (); local
2879 struct inf *inf = cur_inf (); local
2900 struct inf *inf = active_inf (); local
2913 struct inf *inf = cur_inf (); local
2925 struct inf *inf = cur_inf (); local
2936 struct inf *inf = cur_inf (); local
2949 struct inf *inf = cur_inf (); local
2968 struct inf *inf = cur_inf (); local
3008 struct inf *inf = active_inf (); local
[all...]
H A Dgnu-nat.h27 struct inf;
29 extern struct inf *current_inferior;
32 struct proc *inf_tid_to_thread (struct inf *inf, int tid);
35 int inf_update_procs (struct inf *inf);
68 struct inf *inf; /* Where we come from. */ member in struct:proc
/haiku-fatelf/src/bin/gdb/gdb/gdbserver/
H A Dinferiors.c39 #define get_thread(inf) ((struct thread_info *)(inf))
124 free_one_thread (struct inferior_list_entry *inf) argument
126 struct thread_info *thread = get_thread (inf);
150 struct inferior_list_entry *inf = list->head; local
152 while (inf != NULL)
154 if ((*func) (inf, arg))
155 return inf;
156 inf = inf
165 struct inferior_list_entry *inf = list->head; local
[all...]
H A Dlinux-low.h64 #define get_process(inf) ((struct process_info *)(inf))
H A Dregcache.c46 get_regcache (struct thread_info *inf, int fetch) argument
50 regcache = (struct inferior_regcache_data *) inferior_regcache_data (inf);
/haiku-fatelf/src/bin/bash/support/
H A Dxcase.c48 FILE *inf; local
71 inf = fopen(av[0], "r");
72 if (inf == 0) {
77 inf = stdin;
79 while ((c = getc(inf)) != EOF) {
/haiku-fatelf/src/bin/gdb/etc/
H A Dtexi2pod.pl37 $inf = "";
64 $inf = gensym();
65 open($inf, "<$in") or die "opening \"$in\": $!\n";
68 $inf = \*STDIN;
75 while(defined $inf) {
76 while(<$inf>) {
228 push @instack, $inf;
229 $inf = gensym();
232 open($inf, "<" . $1)
233 or open($inf, "<"
[all...]
/haiku-fatelf/src/bin/network/wget/doc/
H A Dtexi2pod.pl38 $inf = "";
65 $inf = gensym();
66 open($inf, "<$in") or die "opening \"$in\": $!\n";
69 $inf = \*STDIN;
76 while(defined $inf) {
77 while(<$inf>) {
229 push @instack, $inf;
230 $inf = gensym();
234 open($inf, "<" . $file)
235 or open($inf, "<"
[all...]
/haiku-fatelf/src/bin/diffutils/src/
H A Dcontext.c52 struct file_data *inf,
61 struct tm const *tm = localtime (&inf->stat.st_mtime);
62 int nsec = TIMESPEC_NS (inf->stat.st_mtim);
65 long sec = inf->stat.st_mtime;
66 verify (info_preserved, sizeof inf->stat.st_mtime <= sizeof sec);
69 fprintf (outfile, "%s %s\t%s\n", mark, inf->name, buf);
76 print_context_header (struct file_data inf[], bool unidiff)
80 print_context_label ("---", &inf[0], file_label[0]);
81 print_context_label ("+++", &inf[1], file_label[1]);
85 print_context_label ("***", &inf[
50 print_context_label(char const *mark, struct file_data *inf, char const *label) argument
75 print_context_header(struct file_data inf[], bool unidiff) argument
[all...]
/haiku-fatelf/src/system/libroot/posix/glibc/arch/generic/
H A Duexp.h40 const static mynumber inf = {{0x7FF00000, 0}}; /* inf */ variable
55 const static mynumber inf = {{0, 0x7FF00000}}; /* inf */ variable
H A De_exp.c99 return ((x>0)?inf.x:zero ); /* |x| = inf; return either inf or 0 */
205 return ((x>0)?inf.x:zero ); /* |x| = inf; return either inf or 0 */
/haiku-fatelf/src/bin/rcs/
H A Drcsutil.c770 fastcopy(inf,outf)
771 register RILE *inf;
773 /* Function: copies the remainder of file inf to outf.
778 awrite((char const*)inf->ptr, (size_t)(inf->lim - inf->ptr), outf);
779 inf->ptr = inf->lim;
782 awrite((char const*)inf->ptr, (size_t)(inf
[all...]
/haiku-fatelf/src/system/libroot/posix/glibc/arch/ppc/
H A Dw_sqrtf.c48 const float inf = *(const float *)&a_inf; local
52 if (x != inf)
H A Dw_sqrt.c48 const float inf = *(const float *)&a_inf; local
52 if (x != inf)
/haiku-fatelf/src/bin/gdb/readline/
H A Dreadline.c931 sp->inf = rl_instream;
967 rl_instream = sp->inf;
H A Dreadline.h779 FILE *inf; member in struct:readline_state
/haiku-fatelf/src/bin/gdb/bfd/
H A Delf32-cris.c2855 elf_cris_discard_excess_dso_dynamics (h, inf)
2857 PTR inf;
2860 struct bfd_link_info *info = (struct bfd_link_info *) inf;
2884 elf_cris_discard_excess_program_dynamics (h, inf)
2886 PTR inf;
2888 struct bfd_link_info *info = (struct bfd_link_info *) inf;
H A Delf32-m68k.c1285 elf_m68k_discard_copies (h, inf)
1287 PTR inf;
1289 struct bfd_link_info *info = (struct bfd_link_info *) inf;
H A Delf32-i386.c1464 allocate_dynrelocs (struct elf_link_hash_entry *h, void *inf)
1480 info = (struct bfd_link_info *) inf;
1676 readonly_dynrelocs (struct elf_link_hash_entry *h, void *inf)
1691 struct bfd_link_info *info = (struct bfd_link_info *) inf;
1462 allocate_dynrelocs(struct elf_link_hash_entry *h, void *inf) argument
1674 readonly_dynrelocs(struct elf_link_hash_entry *h, void *inf) argument
H A Delf64-x86-64.c1267 allocate_dynrelocs (struct elf_link_hash_entry *h, void * inf)
1280 info = (struct bfd_link_info *) inf;
1472 readonly_dynrelocs (struct elf_link_hash_entry *h, void * inf)
1487 struct bfd_link_info *info = (struct bfd_link_info *) inf;
1265 allocate_dynrelocs(struct elf_link_hash_entry *h, void * inf) argument
1470 readonly_dynrelocs(struct elf_link_hash_entry *h, void * inf) argument
/haiku-fatelf/src/bin/bash/lib/readline/
H A Dreadline.c1205 sp->inf = rl_instream;
1239 rl_instream = sp->inf;
H A Dreadline.h845 FILE *inf; member in struct:readline_state
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxpath.c6051 * @inf: less than (1) or greater than (0)
6071 xmlXPathCompareNodeSetFloat(xmlXPathParserContextPtr ctxt, int inf, int strict, argument
6093 ret = xmlXPathCompareValues(ctxt, inf, strict);
6107 * @inf: less than (1) or greater than (0)
6126 xmlXPathCompareNodeSetString(xmlXPathParserContextPtr ctxt, int inf, int strict, argument
6147 ret = xmlXPathCompareValues(ctxt, inf, strict);
6160 * @inf: less than (1) or greater than (0)
6187 xmlXPathCompareNodeSets(int inf, int strict, argument
6239 if (inf && strict)
6241 else if (inf
6282 xmlXPathCompareNodeSetValue(xmlXPathParserContextPtr ctxt, int inf, int strict, xmlXPathObjectPtr arg, xmlXPathObjectPtr val) argument
6922 xmlXPathCompareValues(xmlXPathParserContextPtr ctxt, int inf, int strict) argument
10467 int inf, strict; local
[all...]
/haiku-fatelf/src/libs/print/libgutenprint/src/escputil/
H A Dd4lib.c1459 int GetServiceName(inf fd, unsigned char socketID)
1475 int GetServiceNameReply(inf fd)
/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A DxpathInternals.h551 XMLPUBFUN int XMLCALL xmlXPathCompareValues(xmlXPathParserContextPtr ctxt, int inf, int strict);

Completed in 192 milliseconds

123