Home
last modified time | relevance | path

Searched refs:fp (Results 1 – 25 of 71) sorted by relevance

123

/trunk/main/sal/osl/unx/
H A Dbacktrace.c96 fp = (prev > fp) ? prev : 0; in backtrace()
107 if ( fp ) in backtrace_symbols_fd()
160 fp = fp->fr_savfp; in backtrace()
162 for (i=0; fp && fp->fr_savpc && i<max_frames; i++) in backtrace()
167 fp=fp->fr_savfp; in backtrace()
176 if ( fp ) in backtrace_symbols_fd()
244 fp = fp->fr_savfp; in backtrace()
247 for (i=0; fp && fp->fr_savpc && i<max_frames; i++) in backtrace()
252 fp=fp->fr_savfp; in backtrace()
261 if ( fp ) in backtrace_symbols_fd()
[all …]
H A Ddiagnose.c175 struct frame * fp; in osl_diagnose_backtrace_Impl() local
184 fp = (struct frame*)((char*)(fpval) + STACK_BIAS); in osl_diagnose_backtrace_Impl()
186 for (i = 0; (i < FRAME_OFFSET) && (fp != NULL); i++) in osl_diagnose_backtrace_Impl()
187 fp = (struct frame*)((char*)(fp->fr_savfp) + STACK_BIAS); in osl_diagnose_backtrace_Impl()
189 for (i = 0; (fp != NULL) && (fp->fr_savpc != 0); i++) in osl_diagnose_backtrace_Impl()
193 fp = (prev > fp) ? prev : 0; in osl_diagnose_backtrace_Impl()
217 struct frame * fp; in osl_diagnose_backtrace_Impl() local
225 fp = fp->fr_savfp; in osl_diagnose_backtrace_Impl()
227 for (i = 0; (fp != NULL) && (fp->fr_savpc != 0); i++) in osl_diagnose_backtrace_Impl()
229 struct frame * prev = fp->fr_savfp; in osl_diagnose_backtrace_Impl()
[all …]
/trunk/main/vcl/unx/generic/fontmanager/
H A DparseAFM.cxx136 if( fp ) in FileInputStream()
140 fclose( fp ); in FileInputStream()
376 keyword = token(fp, tokenlen); in parseGlobals()
573 unsigned int opos = fp->tell();
579 keyword = token(fp,tokenlen);
633 fp->seek(opos);
668 keyword = token(fp,tokenlen); in parseCharWidths()
705 keyword = token(fp,tokenlen); keyword = token(fp,tokenlen); /* eat values */ in parseCharWidths()
731 keyword = token(fp,tokenlen); keyword = token(fp,tokenlen); in parseCharWidths()
732 keyword = token(fp,tokenlen); keyword = token(fp,tokenlen); in parseCharWidths()
[all …]
/trunk/main/crashrep/source/unx/
H A Dmain.cxx186 fprintf( fp, in write_report()
214 fprintf( fp, in write_report()
253 if ( fp ) in write_description()
543 if ( fp ) in append_file()
703 if ( fp ) in get_script_string()
752 if ( fp ) in get_profile_string()
815 if ( fp ) in read_from_file()
859 if ( fp ) in write_crash_data()
879 if ( fp ) in write_crash_data()
899 if ( fp ) in write_crash_data()
[all …]
/trunk/main/editeng/source/editeng/
H A Deditdbg.cxx301 fprintf( fp, "\nWhich: %i\t", nWhich ); in DbgOutItemSet()
303 fprintf( fp, "ITEM_OFF " ); in DbgOutItemSet()
305 fprintf( fp, "ITEM_DC " ); in DbgOutItemSet()
307 fprintf( fp, "ITEM_ON *" ); in DbgOutItemSet()
325 if ( fp == 0 ) in ShowEditEngineData()
341 fprintf( fp, "\nVorlage:" ); in ShowEditEngineData()
345 fprintf( fp, "\nAbsatzattribute:" ); in ShowEditEngineData()
348 fprintf( fp, "\nZeichenattribute:" ); in ShowEditEngineData()
371 fprintf( fp, "\nNULL-Attribute!" ); in ShowEditEngineData()
407 fprintf( fp, "\n\nZeilen:" ); in ShowEditEngineData()
[all …]
/trunk/main/i18npool/source/indexentry/
H A Dgenindex_data.cxx43 FILE *fp; in SAL_IMPLEMENT_MAIN_WITH_ARGS() local
48 if (fp == NULL) { in SAL_IMPLEMENT_MAIN_WITH_ARGS()
91 fclose(fp); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
93 fp = fopen(argv[2], "wb"); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
94 if (fp == NULL) { in SAL_IMPLEMENT_MAIN_WITH_ARGS()
99 fprintf(fp, "/*\n"); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
102 fprintf(fp, " */\n\n"); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
126 fprintf(fp, "\n};\n\n"); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
144 fprintf(fp, "\n};\n\n"); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
158 fprintf (fp, "}\n"); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
[all …]
/trunk/main/i18npool/source/collator/
H A Dgencoll_rule.cxx44 FILE *fp = fopen(file, "wb"); in data_write() local
45 if (fp == NULL) { in data_write()
50 fprintf(fp, "/*\n"); in data_write()
53 fprintf(fp, " */\n\n"); in data_write()
69 fprintf(fp, "\n};\n\n"); in data_write()
72 fprintf (fp, "}\n"); in data_write()
74 fclose(fp); in data_write()
80 FILE *fp; in SAL_IMPLEMENT_MAIN_WITH_ARGS() local
85 if (fp == NULL) in SAL_IMPLEMENT_MAIN_WITH_ARGS()
91 while (fgets(str, 1024, fp)) { in SAL_IMPLEMENT_MAIN_WITH_ARGS()
[all …]
/trunk/main/crashrep/source/win32/
H A Dsoreport.cpp149 FILE *fp = NULL; in _tmpfile() local
176 return fp; in _tmpfile()
221 return fp; in _open_reportfile()
437 if ( fp ) in ReadFromEnvironment()
913 if ( fp ) in PreviewDialogProc()
933 if ( fp ) in PreviewDialogProc()
1618 if ( fp ) in calc_md5_checksum()
1661 if ( fp )
2266 if ( fp ) in get_script_string()
2410 FILE *fp, in SendHTTPRequest() argument
[all …]
/trunk/main/svx/source/dialog/
H A Dsendreportunx.cxx49 static bool read_line( FILE *fp, string& rLine ) in read_line() argument
96 FILE *fp = fopen( pFileName, "r" ); in get_profile_string() local
99 if ( fp ) in get_profile_string()
104 while ( read_line( fp, line ) ) in get_profile_string()
141 fclose( fp ); in get_profile_string()
191 FILE *fp = fopen( sRCFile.c_str(), "w" ); in SaveParams() local
193 if ( fp ) in SaveParams()
195 fprintf( fp, "[Options]\n" ); in SaveParams()
201 fclose( fp ); in SaveParams()
223 if ( fp ) in SendReport()
[all …]
/trunk/main/bridges/source/cpp_uno/cc5_solaris_sparc64/
H A Dvtableslotcall.s30 stx %i0, [%fp + 2047 + 128]
31 stx %i1, [%fp + 2047 + 136]
32 stx %i2, [%fp + 2047 + 144]
33 stx %i3, [%fp + 2047 + 152]
34 stx %i4, [%fp + 2047 + 160]
35 stx %i5, [%fp + 2047 + 168]
39 add %fp, 2047 + 128, %o2
40 ldx [%fp + 2047 + 128], %i0
41 ldx [%fp + 2047 + 136], %i1
42 ldx [%fp + 2047 + 144], %i2
[all …]
/trunk/main/solenv/inc/
H A D_tg_srs.mk30 …INCLOCPRJ) -I$(INCLOCAL) -I$(INC) -I$(INCCOM) $(RSCDEFS) $(RSCUPDVERDEF) -fp={$(SRS)/$(SRS1NAME).…
53 -fp=$@.$(INPATH) \
94 -fp=$@.$(INPATH) \
135 -fp=$@.$(INPATH) \
176 -fp=$@.$(INPATH) \
217 -fp=$@.$(INPATH) \
258 -fp=$@.$(INPATH) \
299 -fp=$@.$(INPATH) \
340 -fp=$@.$(INPATH) \
381 -fp=$@.$(INPATH) \
[all …]
/trunk/main/tools/source/fsys/
H A Dunx.cxx139 FILE *fp = fopen (MNTTAB, "r"); in GetMountEntry() local
140 if (! fp) in GetMountEntry()
145 FILE *fp = fopen (MNTTAB, "r"); in GetMountEntry()
146 if (! fp) in GetMountEntry()
151 FILE *fp = NULL; in GetMountEntry()
152 if (! fp) in GetMountEntry()
158 if (! fp) in GetMountEntry()
183 endmntent( fp ); in GetMountEntry()
185 fclose (fp); in GetMountEntry()
199 endmntent( fp ); in GetMountEntry()
[all …]
/trunk/main/bridges/source/cpp_uno/cc50_solaris_sparc/
H A Dcall.s26 st %i0, [%fp+68]
27 st %i1, [%fp+72]
28 st %i2, [%fp+76]
29 st %i3, [%fp+80]
30 st %i4, [%fp+84]
31 st %i5, [%fp+88]
35 add %fp, 68, %o2
41 ld [%fp+72], %i0
42 ld [%fp+76], %i1
46 ldd [%fp+72], %f0
[all …]
/trunk/main/rsc/source/rscpp/
H A Dcpp3.c57 register FILE *fp; in openfile() local
59 if ((fp = fopen(filename, "r")) == NULL) { in openfile()
70 addfile(fp, filename); in openfile()
74 void addfile(FILE* fp, char* filename) in addfile() argument
88 file->fp = fp; /* Better remember FILE * */ in addfile()
365 FILE *fp; local
376 if ((fp = fopen(filename, "r")) == NULL) {
391 c=fgetc(fp);
418 fclose(fp);
H A Dcpp6.c258 if (infile != NULL && infile->fp != NULL) in macroid()
536 file->fp = NULL; /* No file yet */ in getfile()
809 if (file->fp == NULL) { /* NULL if macro */ in get()
817 if ((file->bptr = fgets(file->buffer, NBUFF, file->fp)) in get()
828 if( file->fp != stdin ) in get()
829 fclose(file->fp); /* Close finished file */ in get()
858 if (c == DEF_MAGIC && file->fp != NULL) /* Don't allow delete */ in get()
1081 if (file->fp != NULL) { in domsg()
1088 if (file->fp == NULL) in domsg()
/trunk/main/soltools/cpp/
H A D_unix.c62 char *fp, *dp; in setup() local
190 fp = "<stdin>"; in setup()
194 if ((fp = strrchr(argv[optind], '/')) != NULL) in setup()
196 int len = fp - argv[optind]; in setup()
201 fp = (char *) newstring((uchar *) argv[optind], strlen(argv[optind]), 0); in setup()
202 if ((fd = open(fp, O_RDONLY)) <= 0) in setup()
203 error(FATAL, "Can't open input file %s", fp); in setup()
217 setsource(fp, -1, fd, NULL, 0); in setup()
H A D_lex.c268 /* const */ struct fsm *fp; in expandlex() local
271 for (fp = fsm; fp->state >= 0; fp++) in expandlex()
273 for (i = 0; fp->ch[i]; i++) in expandlex()
275 nstate = fp->nextstate; in expandlex()
278 switch (fp->ch[i]) in expandlex()
283 bigfsm[j][fp->state] = (short) nstate; in expandlex()
293 bigfsm[j][fp->state] = (short) nstate; in expandlex()
297 bigfsm[j][fp->state] = (short) nstate; in expandlex()
300 bigfsm[fp->ch[i]][fp->state] = (short) nstate; in expandlex()
/trunk/main/soltools/mkdepend/
H A Dmain.c166 register char **fp = filelist; local
241 *fp++ = argv[0];
450 for(fp=filelist; *fp; fp++) {
452 filecontent = getfile(*fp);
453 ip = newinclude(*fp, (char *)NULL);
460 recursive_pr_include(ip, ip->i_file, base_name(*fp));
520 void freefile(fp) in freefile() argument
521 struct filepointer *fp; in freefile()
523 free(fp->f_base);
524 free(fp);
/trunk/main/setup_native/source/win32/customactions/patch/
H A Dswappatchfiles.cxx397 FILE *fp = _tfopen( aFileName.c_str(), _T("r") ); in getProfileString() local
400 if ( fp ) in getProfileString()
405 while ( readLine( fp, line ) ) in getProfileString()
442 fclose( fp ); in getProfileString()
450 FILE *fp = _tfopen( aFileName.c_str(), _T("r") ); in getProfileSections() local
455 if ( fp ) in getProfileSections()
460 while ( readLine( fp, line ) ) in getProfileSections()
479 fclose( fp ); in getProfileSections()
494 if ( fp ) in getProfileKeys()
499 while ( readLine( fp, line ) ) in getProfileKeys()
[all …]
/trunk/main/desktop/source/pagein/
H A Dpagein.c73 FILE * fp = NULL; in main() local
102 if ((argv[i][0] == '@') && ((fp = fopen (argv[i], "r")) == NULL)) in main()
105 if ((fp = fopen (&(argv[i][1]), "r")) == NULL) in main()
110 while (fgets (path, sizeof(path), fp) != 0) in main()
123 fclose (fp); in main()
127 if (fp != NULL) in main()
128 fclose (fp); in main()
/trunk/main/shell/source/unix/exec/
H A Durltest.cxx45 FILE * fp = fopen( argv[1], "r" ); in main() local
46 if( NULL == fp ) in main()
63 while( NULL != fgets(url, sizeof(url), fp)) in main()
129 if( ferror( fp ) ) in main()
135 fclose( fp ); in main()
/trunk/main/registry/tools/
H A Doptions.cxx85 FILE * fp = fopen(filename, "r"); in checkCommandFile() local
86 if (fp == 0) in checkCommandFile()
97 while ((c = fgetc(fp)) != EOF) in checkCommandFile()
115 (void) fclose(fp); in checkCommandFile()
128 return (fclose(fp) == 0); in checkCommandFile()
/trunk/main/setup_native/source/ulfconv/
H A Dulfconv.cxx76 char * my_fgets(char *s, int n, FILE *fp) in my_fgets() argument
81 int c = getc(fp); in my_fgets()
157 FILE * fp = fopen(file, "r"); in read_encoding_table() local
158 if ( ! fp ) { in read_encoding_table()
164 while ( NULL != my_fgets(buffer, sizeof(buffer), fp) ) { in read_encoding_table()
196 fclose(fp); in read_encoding_table()
/trunk/main/migrationanalysis/src/driver_docs/sources/
H A DCollectedFiles.cls86 Private fp As FILE_PARAMS 'holds search parameters
185 With fp
193 Call SearchForFiles(fp.sFileRoot)
269 If fp.bRecurse Then
333 fp.nSearched = fp.nSearched + 1
/trunk/main/idlc/source/
H A Doptions.cxx132 FILE * fp = fopen(filename, "r"); in checkCommandFile() local
133 if (fp == 0) in checkCommandFile()
144 while ((c = fgetc(fp)) != EOF) in checkCommandFile()
162 (void) fclose(fp); in checkCommandFile()
180 (void) fclose(fp); in checkCommandFile()
185 return (fclose(fp) == 0); in checkCommandFile()

Completed in 124 milliseconds

123