Searched refs:p_file (Results 1 - 12 of 12) sorted by relevance

/freebsd-9.3-release/contrib/ofed/management/opensm/osmtest/include/
H A Dosmtest_base.h65 extern const char *const p_file;
/freebsd-9.3-release/contrib/ofed/management/opensm/opensm/
H A Dosm_db_files.c211 FILE *p_file; local
235 p_file = fopen(p_domain_imp->file_name, "a+");
236 if (!p_file) {
245 fclose(p_file);
270 FILE *p_file; local
286 p_file = fopen(p_domain_imp->file_name, "r");
288 if (!p_file) {
310 while ((fgets(sLine, OSM_DB_MAX_LINE_LEN, p_file) != NULL) ||
416 fclose(p_file);
428 FILE *p_file local
440 FILE *p_file; local
[all...]
/freebsd-9.3-release/usr.bin/xlint/lint1/
H A Derr.c416 fn = lbasename(curr_pos.p_file);
435 fn = lbasename(curr_pos.p_file);
460 fn = lbasename(curr_pos.p_file);
488 fn = lbasename(curr_pos.p_file);
H A Demit1.c204 outint(getfnid(tag->s_dpos.p_file));
240 outint(getfnid(sym->s_dpos.p_file));
309 if (posp->p_file == csrc_pos.p_file) {
315 outint(getfnid(posp->p_file));
411 outint(getfnid(curr_pos.p_file));
592 outint(getfnid(curr_pos.p_file));
H A Dlint1.h50 const char *p_file; member in struct:__anon10844
59 if (curr_pos.p_file == csrc_pos.p_file) \
H A Dscan.l170 if (curr_pos.p_file == csrc_pos.p_file) {
998 curr_pos.p_file = fnnalloc(fn, fnl);
1005 csrc_pos.p_file = curr_pos.p_file;
1006 outsrc(curr_pos.p_file);
1012 if (curr_pos.p_file == csrc_pos.p_file) {
H A Dfunc.c1241 printf("%s, %d: nowarn = 1\n", curr_pos.p_file, curr_pos.p_line);
1255 printf("%s, %d: bitfieldtype_ok = 1\n", curr_pos.p_file,
H A Dcgram.y76 printf("%s, %d: clear flags %s %d\n", curr_pos.p_file,
87 printf("%s, %d: save flags %s %d = %d\n", curr_pos.p_file,
97 printf("%s, %d: restore flags %s %d = %d\n", curr_pos.p_file,
/freebsd-9.3-release/usr.bin/xlint/lint2/
H A Dlint2.h59 short p_file; member in struct:type::__anon10861::__anon10862
H A Demit2.c115 outint(tp->t_uniqpos.p_file);
H A Dchk.c1224 tp1->t_uniqpos.p_file ==
1225 tp2->t_uniqpos.p_file &&
1258 tp1->t_uniqpos.p_file ==
1259 tp2->t_uniqpos.p_file &&
H A Dread.c671 tp->t_uniqpos.p_file =

Completed in 117 milliseconds