Searched refs:f_base (Results 1 - 13 of 13) sorted by relevance

/haiku-buildtools/jam/
H A Dpathsys.h42 # define f_base part[3] macro
H A Dpathmac.c114 f->f_base.ptr = file;
115 f->f_base.len = end - file;
176 if( f->f_base.len )
177 printf( "base = '%.*s' ", f->f_base.len, f->f_base.ptr );
235 ( f->f_base.len || f->f_suffix.len ) )
240 if( f->f_base.len )
242 memcpy( file, f->f_base.ptr, f->f_base.len );
243 file += f->f_base
[all...]
H A Dpathvms.c96 f->f_base.ptr = file;
97 f->f_base.len = end - file;
367 if( f->f_base.len )
369 memcpy( file, f->f_base.ptr, f->f_base.len );
370 file += f->f_base.len;
382 else if( binding && f->f_base.len )
401 f->f_base.len, f->f_base.ptr,
415 if( f->f_base
[all...]
H A Dpathunix.c129 f->f_base.ptr = file;
130 f->f_base.len = end - file;
187 if( f->f_dir.len && ( f->f_base.len || f->f_suffix.len ) )
199 if( f->f_base.len )
201 memcpy( file, f->f_base.ptr, f->f_base.len );
202 file += f->f_base.len;
230 f->f_base.ptr =
234 f->f_base.len =
H A Dfileos2.c91 f.f_base.ptr = finfo->name;
92 f.f_base.len = strlen( finfo->name );
H A Dfilent.c104 f.f_base.ptr = finfo->ff_name;
105 f.f_base.len = strlen( finfo->ff_name );
121 f.f_base.ptr = finfo->name;
122 f.f_base.len = strlen( finfo->name );
H A Dfilemac.c126 f.f_base.ptr = (char *)fullPath + 1;
127 f.f_base.len = *fullPath;
H A Dfileunix.c155 f.f_base.ptr = dirent->d_name - 2;
157 f.f_base.ptr = dirent->d_name;
159 f.f_base.len = strlen( f.f_base.ptr );
H A Dfilevms.c197 f.f_base.ptr = 0;
198 f.f_base.len = 0;
207 f.f_base.ptr = xnam.nam$l_name;
208 f.f_base.len = xnam.nam$b_name;
H A Dexpand.c419 case 'B': fp = &edits->f.f_base; goto fileval;
502 if( edits->f.f_base.ptr )
503 pathname.f_base = edits->f.f_base;
/haiku-buildtools/gcc/gmp/tests/mpq/
H A Dt-set_f.c31 int f_base; member in struct:__anon1897
119 mpf_set_str_or_abort (f, data[i].f, data[i].f_base);
136 printf (" f_base %d, z_base %d\n",
137 data[i].f_base, data[i].z_base);
/haiku-buildtools/gcc/libgcc/config/ia64/
H A Dfde-glibc.c57 struct unw_table_entry *f_base, *f; local
94 f_base = (struct unw_table_entry *) (p_unwind->p_vaddr + load_base);
102 f = f_base + mid;
/haiku-buildtools/gcc/gcc/config/stormy16/
H A Dstormy16.c1333 tree f_base, f_count;
1340 f_base = TYPE_FIELDS (va_list_type_node);
1341 f_count = DECL_CHAIN (f_base);
1343 base = build3 (COMPONENT_REF, TREE_TYPE (f_base), valist, f_base, NULL_TREE);
1370 tree f_base, f_count;
1377 f_base = TYPE_FIELDS (va_list_type_node);
1378 f_count = DECL_CHAIN (f_base);
1380 base = build3 (COMPONENT_REF, TREE_TYPE (f_base), valist, f_base, NULL_TRE
1330 tree f_base, f_count; local
1367 tree f_base, f_count; local
[all...]

Completed in 68 milliseconds