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

/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_db_files.c220 FILE *p_file; local
258 p_file = fopen(p_domain_imp->file_name, "a+");
259 if (!p_file) {
268 fclose(p_file);
292 FILE *p_file; local
308 p_file = fopen(p_domain_imp->file_name, "r");
310 if (!p_file) {
332 while ((fgets(sLine, OSM_DB_MAX_LINE_LEN, p_file) != NULL) ||
447 fclose(p_file);
457 FILE *p_file local
470 FILE *p_file = NULL; local
[all...]
/freebsd-11-stable/usr.bin/xlint/lint1/
H A Derr.c426 fn = lbasename(curr_pos.p_file);
445 fn = lbasename(curr_pos.p_file);
470 fn = lbasename(curr_pos.p_file);
499 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 Dmain1.c207 printf("%s, %d: nowarn = 0\n", curr_pos.p_file, curr_pos.p_line);
H A Dlint1.h50 const char *p_file; member in struct:__anon13857
59 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 Dscan.l171 if (curr_pos.p_file == csrc_pos.p_file) {
1020 curr_pos.p_file = fnnalloc(fn, fnl);
1027 csrc_pos.p_file = curr_pos.p_file;
1028 outsrc(curr_pos.p_file);
1034 if (curr_pos.p_file == csrc_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-11-stable/usr.bin/xlint/lint2/
H A Dlint2.h59 short p_file; member in struct:type::__anon13875::__anon13876
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.c674 tp->t_uniqpos.p_file =

Completed in 116 milliseconds