Searched refs:getline (Results 1 - 25 of 33) sorted by relevance

12

/xsrc/external/mit/xf86-video-intel/dist/libobj/
H A Dgetline.c5 extern int getline(char **line, size_t *len, FILE *file);
7 int getline(char **line, size_t *len, FILE *file) function in typeref:typename:int
H A DMakefile.in127 am__depfiles_remade = $(DEPDIR)/getline.Po ./$(DEPDIR)/alloca.Po \
175 getline.c
416 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/getline.Po@am__quote@ # am--include-marker
578 -rm -f $(DEPDIR)/getline.Po
626 -rm -f $(DEPDIR)/getline.Po
/xsrc/external/mit/xf86-video-intel-2014/dist/libobj/
H A Dgetline.c5 extern int getline(char **line, size_t *len, FILE *file);
7 int getline(char **line, size_t *len, FILE *file) function in typeref:typename:int
H A DMakefile.in82 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am getline.c \
398 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/getline.Po@am__quote@
/xsrc/external/mit/libdrm/dist/amdgpu/
H A Damdgpu_asic_id.c124 while ((n = getline(&line, &len, fp)) != -1) {
139 while ((n = getline(&line, &len, fp)) != -1) {
/xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/linux/
H A Dlnx_video.c136 while (getline(&buf, &n, fp) != -1) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/pandecode/
H A Dcmdline.c159 while (getline(&line, &len, fp) != -1) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/common/
H A Dos.cpp121 while (std::getline(f, s, splitToken))
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/common/
H A Dos.cpp122 while (std::getline(f, s, splitToken))
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_threads.c111 while (getline(&line, &len, file) != -1) {
H A Dsna.h1383 extern int getline(char **line, size_t *len, FILE *file);
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dsna_threads.c111 while (getline(&line, &len, file) != -1) {
/xsrc/external/mit/MesaLib/dist/src/freedreno/afuc/
H A Demu-ui.c108 ssize_t ret = getline(&buf, &n, stdin);
/xsrc/external/mit/MesaLib.old/dist/src/intel/tools/
H A Derror2aub.c313 while (getline(&line, &line_size, err_file) > 0) {
H A Daubinator_error_decode.c412 while (getline(&line, &line_size, file) > 0) {
/xsrc/external/mit/MesaLib/dist/src/intel/tools/
H A Derror2aub.c301 while (getline(&line, &line_size, err_file) > 0) {
H A Daubinator_error_decode.c423 while (getline(&line, &line_size, file) > 0) {
/xsrc/external/mit/xf86-video-intel/dist/
H A Dconfig.h.in87 /* Define to 1 if you have the `getline' function. */
/xsrc/external/mit/xf86-video-intel-2014/dist/
H A Dconfig.h.in66 /* Define to 1 if you have the `getline' function. */
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/spirv/
H A Dinvocation.cpp184 std::getline(istream, line, '.');
187 while (std::getline(istream, line, ','))
/xsrc/external/mit/xf86-video-intel/dist/src/
H A Dintel_device.c96 while (getline(&line, &len, file) != -1)
/xsrc/external/mit/xf86-video-intel-2014/dist/src/
H A Dintel_device.c90 while (getline(&line, &len, file) != -1)
/xsrc/external/mit/MesaLib/dist/src/freedreno/decode/
H A Dcrashdec.c148 if (getline(&r, &n, in) < 0)
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86pciBus.c1234 while ((read = getline(&line, &len, fp)) != -1) {
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86pciBus.c1338 while ((read = getline(&line, &len, fp)) != -1) {

Completed in 72 milliseconds

12