Searched refs:p_line (Results 1 - 15 of 15) sorted by relevance

/freebsd-10.0-release/usr.bin/patch/
H A Dpch.c58 static char **p_line = NULL;/* the text of the hunk */ variable
134 if (p_line == NULL)
135 p_line = calloc((size_t) hunkmax, sizeof(char *));
155 if (p_line == NULL || p_len == NULL || p_char == NULL)
158 new_p_line = realloc(p_line, new_hunkmax * sizeof(char *));
160 free(p_line);
172 p_line = new_p_line;
174 if (p_line != NULL && p_len != NULL && p_char != NULL) {
529 free(p_line[p_end]);
577 p_line[p_en
[all...]
/freebsd-10.0-release/usr.bin/xlint/lint1/
H A Derr.c417 (void)printf("%s(%d): ", fn, curr_pos.p_line);
436 (void)printf("%s(%d): warning: ", fn, curr_pos.p_line);
461 (void)fprintf(stderr, "%s(%d): lint error: ", fn, curr_pos.p_line);
489 (void)printf("%s(%d): ", fn, curr_pos.p_line);
H A Demit1.c202 outint(tag->s_dpos.p_line);
238 outint(csrc_pos.p_line);
242 outint(sym->s_dpos.p_line);
306 * .c source, posp->p_line is correct, otherwise csrc_pos.p_line
310 outint(posp->p_line);
312 outint(csrc_pos.p_line);
317 outint(posp->p_line);
409 outint(csrc_pos.p_line);
413 outint(curr_pos.p_line);
[all...]
H A Dlint1.h49 int p_line; member in struct:__anon11512
H A Dscan.l168 curr_pos.p_line++;
171 csrc_pos.p_line++;
1010 curr_pos.p_line = (int)ln - 1;
1013 csrc_pos.p_line = (int)ln - 1;
H A Dfunc.c1241 printf("%s, %d: nowarn = 1\n", curr_pos.p_file, curr_pos.p_line);
1256 curr_pos.p_line);
H A Dcgram.y77 curr_pos.p_line, __FILE__, __LINE__);
88 curr_pos.p_line, __FILE__, __LINE__, nowarn);
98 curr_pos.p_line, __FILE__, __LINE__, nowarn);
/freebsd-10.0-release/contrib/ofed/management/opensm/opensm/
H A Dosm_console_io.c221 char *p_line; local
231 p_line = NULL;
232 n = getline(&p_line, &len, file);
233 if (n > 0 && (p_line[0] == 'y' || p_line[0] == 'Y')) {
H A Dosm_console.c1246 char *p_line; local
1316 p_line = NULL;
1318 n = getline(&p_line, &len, p_oct->in);
1321 parse_cmd_line(p_line, p_osm);
1327 if (p_line)
1328 free(p_line);
/freebsd-10.0-release/usr.bin/xlint/lint2/
H A Dlint2.h58 int p_line; member in struct:type::__anon11529::__anon11530
100 u_short p_line; /* line number in p_src */ member in struct:__anon11531
H A Dmsg.c121 line = posp->p_line;
H A Demit2.c113 outint(tp->t_uniqpos.p_line);
H A Dchk.c1222 return (tp1->t_uniqpos.p_line ==
1223 tp2->t_uniqpos.p_line &&
1256 return (tp1->t_uniqpos.p_line ==
1257 tp2->t_uniqpos.p_line &&
H A Dread.c185 pos.p_line = (u_short)cline;
667 tp->t_uniqpos.p_line = strtol(cp, &eptr, 10);
/freebsd-10.0-release/contrib/atf/atf-c++/detail/
H A Dparser.cpp119 impl::token::token(size_t p_line, argument
123 m_line(p_line),

Completed in 176 milliseconds