/aoo4110/main/sal/osl/unx/ |
H A D | backtrace.c | 94 fp = (prev > fp) ? prev : 0; in backtrace() 105 if ( fp ) in backtrace_symbols_fd() 158 fp = fp->fr_savfp; in backtrace() 160 for (i=0; fp && fp->fr_savpc && i<max_frames; i++) in backtrace() 165 fp=fp->fr_savfp; in backtrace() 174 if ( fp ) in backtrace_symbols_fd() 242 fp = fp->fr_savfp; in backtrace() 245 for (i=0; fp && fp->fr_savpc && i<max_frames; i++) in backtrace() 250 fp=fp->fr_savfp; in backtrace() 259 if ( fp ) in backtrace_symbols_fd() [all …]
|
H A D | diagnose.c | 175 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 != 0); 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 != 0) && (fp->fr_savpc != 0); i++) in osl_diagnose_backtrace_Impl() 191 struct frame * prev = (struct frame*)((char*)(fp->fr_savfp) + STACK_BIAS); in osl_diagnose_backtrace_Impl() 192 osl_diagnose_frame_Impl (f, i, (void*)(fp->fr_savpc)); in osl_diagnose_backtrace_Impl() 193 fp = (prev > fp) ? prev : 0; in osl_diagnose_backtrace_Impl()
|
/aoo4110/main/vcl/unx/generic/fontmanager/ |
H A D | parseAFM.cxx | 136 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 …]
|
/aoo4110/main/crashrep/source/unx/ |
H A D | main.cxx | 186 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 …]
|
/aoo4110/main/editeng/source/editeng/ |
H A D | editdbg.cxx | 301 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 …]
|
/aoo4110/main/i18npool/source/indexentry/ |
H A D | genindex_data.cxx | 43 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 …]
|
/aoo4110/main/i18npool/source/collator/ |
H A D | gencoll_rule.cxx | 44 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 …]
|
/aoo4110/main/epm/ |
H A D | epm-3.7.patch | 182 + FILE *fp; 187 + if( NULL != fp ) 264 putc('\n', fp); 269 fclose(fp); 297 + fclose(fp); 390 fclose(fp); 474 + putc('\\', fp); 485 putc(*s, fp); 513 - fputs("%pre\n", fp); 528 - fputs("%post\n", fp); [all …]
|
/aoo4110/main/svx/source/dialog/ |
H A D | sendreportunx.cxx | 49 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 …]
|
/aoo4110/main/crashrep/source/win32/ |
H A D | soreport.cpp | 149 FILE *fp = NULL; in _tmpfile() local 176 return fp; in _tmpfile() 210 FILE *fp = NULL; in _open_reportfile() local 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() [all …]
|
/aoo4110/main/bridges/source/cpp_uno/cc5_solaris_sparc64/ |
H A D | vtableslotcall.s | 30 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 …]
|
/aoo4110/main/fpicker/prj/ |
H A D | build.lst | 1 fp fpicker : LIBXSLT:libxslt L10N:l10n rdbmaker svtools NULL 2 fp fpicker\inc nmake - all fp_inc NULL 3 fp fpicker\source\generic nmake - all fp_generic fp_inc NULL 4 fp fpicker\source\office nmake - all fp_office fp_inc NULL 5 fp fpicker\source\unx\gnome nmake - u fp_gnome_filepicker fp_inc NULL 6 fp fpicker\source\unx\kde4 nmake - u fp_kde4_filepicker fp_inc NULL 7 fp fpicker\source\aqua nmake - u fp_macosx_filepicker NULL 8 fp fpicker\source\win32\filepicker nmake - w fp_win32_filepicker fp_inc NULL 9 fp fpicker\source\win32\folderpicker nmake - w fp_win32_folderpicker fp_inc NULL 10 fp fpicker\source\win32\misc nmake - w fp_win32_misc fp_win32_filepicker.w fp_win32_folderpicker… [all …]
|
/aoo4110/main/solenv/inc/ |
H A D | _tg_srs.mk | 30 …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 …]
|
/aoo4110/main/tools/source/fsys/ |
H A D | unx.cxx | 139 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 …]
|
/aoo4110/main/bridges/source/cpp_uno/cc50_solaris_sparc/ |
H A D | call.s | 26 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 …]
|
/aoo4110/main/rsc/source/rscpp/ |
H A D | cpp3.c | 61 register FILE *fp; in openfile() local 63 if ((fp = fopen(filename, "r")) == NULL) { in openfile() 74 addfile(fp, filename); in openfile() 78 void addfile(FILE* fp, char* filename) in addfile() argument 92 file->fp = fp; /* Better remember FILE * */ in addfile() 369 FILE *fp; local 380 if ((fp = fopen(filename, "r")) == NULL) { 395 c=fgetc(fp); 422 fclose(fp);
|
/aoo4110/main/soltools/cpp/ |
H A D | _unix.c | 62 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.c | 268 /* 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()
|
/aoo4110/main/desktop/source/pagein/ |
H A D | pagein.c | 73 FILE * fp = 0; in main() local 102 if ((argv[i][0] == '@') && ((fp = fopen (argv[i], "r")) == 0)) in main() 105 if ((fp = fopen (&(argv[i][1]), "r")) == 0) in main() 110 while (fgets (path, sizeof(path), fp) != 0) in main() 123 fclose (fp); in main() 127 if (fp != 0) in main() 128 fclose (fp); in main()
|
/aoo4110/main/soltools/mkdepend/ |
H A D | main.c | 166 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);
|
/aoo4110/main/setup_native/source/win32/customactions/patch/ |
H A D | swappatchfiles.cxx | 397 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 …]
|
/aoo4110/main/shell/source/unix/exec/ |
H A D | urltest.cxx | 45 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()
|
/aoo4110/main/registry/tools/ |
H A D | options.cxx | 85 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()
|
/aoo4110/main/setup_native/source/ulfconv/ |
H A D | ulfconv.cxx | 76 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()
|
/aoo4110/main/migrationanalysis/src/driver_docs/sources/ |
H A D | CollectedFiles.cls | 86 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
|