Searched refs:posp (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/usr.bin/xlint/lint2/
H A Dmsg.c108 mkpos(pos_t *posp) argument
116 if (Hflag && posp->p_src != posp->p_isrc) {
117 src = posp->p_isrc;
118 line = posp->p_iline;
120 src = posp->p_src;
121 line = posp->p_line;
123 qm = !Hflag && posp->p_src != posp->p_isrc;
H A Dread.c267 funccall(pos_t *posp, const char *cp) argument
277 STRUCT_ASSIGN(fcall->f_pos, *posp);
351 decldef(pos_t *posp, const char *cp) argument
360 STRUCT_ASSIGN(sym.s_pos, *posp);
511 usedsym(pos_t *posp, const char *cp) argument
518 STRUCT_ASSIGN(usym->u_pos, *posp);
/freebsd-11-stable/usr.bin/xlint/lint1/
H A Demit1.c293 outfdef(sym_t *fsym, pos_t *posp, int rval, int osdef, sym_t *args) argument
306 * .c source, posp->p_line is correct, otherwise csrc_pos.p_line
309 if (posp->p_file == csrc_pos.p_file) {
310 outint(posp->p_line);
315 outint(getfnid(posp->p_file));
317 outint(posp->p_line);
/freebsd-11-stable/usr.bin/fortune/fortune/
H A Dfortune.c757 is_fortfile(const char *file, char **datp, char **posp, int check_for_offend) argument
816 if (posp != NULL) {
818 *posp = copy(file, (unsigned int) (strlen(file) + 4)); /* +4 for ".dat" */
819 strcat(*posp, ".pos");
822 *posp = NULL;
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c643 caddr_t *posp = (caddr_t *)data; local
644 bcopy(buf, *posp, n);
645 *posp += n;
/freebsd-11-stable/sys/geom/raid/
H A Dmd_ddf.c513 int *bvdp, int *posp)
529 if (posp != NULL)
530 *posp = pos;
512 ddf_meta_find_disk(struct ddf_vol_meta *vmeta, uint32_t PD_Reference, int *bvdp, int *posp) argument

Completed in 169 milliseconds