Searched refs:out_pnt (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86Config.c182 char *tmp_path, *out_pnt, *path_elem, *next, *p1, *dir_elem; local in function:xf86ValidateFontPath
188 out_pnt = tmp_path;
235 if (out_pnt != tmp_path)
236 *out_pnt++ = ',';
237 strcat(out_pnt, path_elem);
238 out_pnt += strlen(path_elem);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86Config.c172 char *next, *tmp_path, *out_pnt, *path_elem, *p1, *dir_elem; local in function:xf86ValidateFontPath
178 out_pnt = tmp_path;
225 if (out_pnt != tmp_path)
226 *out_pnt++ = ',';
227 strcat(out_pnt, path_elem);
228 out_pnt += strlen(path_elem);

Completed in 15 milliseconds