Searched refs:f_ld (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/arch/hppa/stand/common/
H A Dlif.c40 struct hppa_lifdir *f_ld; /* lif dir pointer */ member in struct:file
79 fp->f_ld = (struct hppa_lifdir *)(fp->f_buf + HPPA_LIF_DIRSTART);
81 fp->f_rd = fp->f_ld;
99 for (dp = fp->f_ld; dp < &fp->f_ld[fp->f_nfiles]; dp++) {
242 (fp->f_rd - fp->f_ld) < fp->f_nfiles)
244 if ((fp->f_rd - fp->f_ld) >= fp->f_nfiles) {
253 fp->f_rd = fp->f_ld;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
H A Dgdb1355.exp65 set f_ld "${ws}long double m_long_double;"
83 -re "type = ${s_head}${f_i}${f_c}${f_li}${f_ui}${f_lui}${f_si}${f_sui}${f_uc}${f_f}${f_d}${f_ld}${f_b}${s_tail}\}$nl$gdb_prompt $" {
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dgdb1355.exp60 set f_ld "${ws}long double m_long_double;"
78 -re "type = ${s_head}${f_i}${f_c}${f_li}${f_ui}${f_lui}${f_si}${f_sui}${f_uc}${f_f}${f_d}${f_ld}${f_b}${s_tail}\}$nl$gdb_prompt $" {

Completed in 202 milliseconds