Searched refs:first_file (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10/MITKerberosShim-66/profile/
H A Dprof_set.c34 file = profile->first_file;
101 retval = pthread_mutex_lock(&profile->first_file->data->lock);
104 section = profile->first_file->data->root;
110 pthread_mutex_unlock(&profile->first_file->data->lock);
124 profile->first_file->data->flags |= PROFILE_FILE_DIRTY;
125 pthread_mutex_unlock(&profile->first_file->data->lock);
150 section = profile->first_file->data->root;
169 profile->first_file->data->flags |= PROFILE_FILE_DIRTY;
196 retval = pthread_mutex_lock(&profile->first_file->data->lock);
199 section = profile->first_file
[all...]
H A Dprof_init.c56 profile->first_file = new_file;
94 COUNT_LINKED_LIST (size, prf_file_t, old_profile->first_file, next);
98 for (i = 0, file = old_profile->first_file; i < size; i++, file = file->next)
167 if (profile->first_file)
168 *writable = profile_file_is_writable(profile->first_file);
182 if (profile->first_file)
183 *modified = (profile->first_file->data->flags & PROFILE_FILE_DIRTY);
194 if (profile->first_file)
195 return profile_flush_file(profile->first_file);
206 if (profile->first_file)
[all...]
H A Dprof_int.h101 prf_file_t first_file; member in struct:_profile_t
H A Dprof_tree.c423 iter->file = profile->first_file;
/macosx-10.10/bind9-45.101/bind9/lib/dns/
H A Dgen-win32.h224 isc_boolean_t first_file; member in struct:__anon6705
249 dir->first_file = ISC_TRUE;
264 if (dir->first_file)
265 dir->first_file = ISC_FALSE;
/macosx-10.10/bc-21/bc/bc/
H A Dmain.c39 static char first_file; variable
235 first_file = TRUE;
289 if (use_math && first_file)
341 if (!first_file) fclose (yyin);
343 first_file = FALSE;
/macosx-10.10/BerkeleyDB-21/db/rep/
H A Drep_backup.c254 int cnt, first_file, i, ret; local
274 first_file = 1;
320 if (first_file && origfp != NULL) {
337 first_file = 0;
/macosx-10.10/cxxfilt-11/cxxfilt/binutils/
H A Ddebug.c2336 bfd_boolean first_file;
2344 first_file = TRUE;
2349 if (first_file)
2350 first_file = FALSE;
2333 bfd_boolean first_file; local
/macosx-10.10/vim-55/src/
H A Dtag.c1276 int first_file; /* trying first tag file */ local
1475 for (first_file = TRUE;
1479 get_tagfname(&tn, first_file, tag_fname) == OK;
1480 first_file = FALSE)

Completed in 211 milliseconds