Home
last modified time | relevance | path

Searched refs:fd (Results 1 – 25 of 102) sorted by path

12345

/aoo42x/extras/l10n/source/kid/
H A Dlocalize.sdf3963 …D_FINAL CB_OPENAFTERWARDS HID_PAGE_DBWIZARD_FINAL_CB_OPENAFTERWARDS 0 kid fd=uma‖Open the databas…
6037 …re_resource.src 0 string RID_STRLIST_FUNCTION_NAMES SC_OPCODE_ROWS 0 kid fd-]gc‖ROWS 20130829…
10974 helpcontent2 source\text\sbasic\shared\00000003.xhp 0 help par_id3149400 10 0 kid fd=0]a‖Green …
11991 helpcontent2 source\text\sbasic\shared\03100400.xhp 0 help par_id3150616 13 0 kid 69g=fd‖Msgbox C…
15657 helpcontent2 source\text\scalc\01\02140600.xhp 0 help hd_id3154957 31 0 kid bv0[fd‖Month 20130…
32939 helpcontent2 source\text\shared\autopi\01000000.xhp 0 help hd_id3152551 1 0 kid fd+oe1‖\<link hre…
35231 helpcontent2 source\text\shared\explorer\database\dabawiz00.xhp 0 help par_idN1064C 0 kid eoe+fd
37220 helpcontent2 source\text\shared\guide\breaking_lines.xhp 0 help par_idN1070A 0 kid fd]5nb‖An aut…
48534 helpcontent2 source\text\swriter\01\mailmerge03.xhp 0 help par_idN10543 0 kid fd=5bk‖\<link href…
51900 …ffice\windows\msi_languages\Control.ulf 0 LngText OOO_CONTROL_100 0 kid fd]355‖OK 20130829 2…
[all …]
/aoo42x/main/bridges/inc/bridges/cpp_uno/shared/
H A Dvtablefactory.hxx73 int fd; member
/aoo42x/main/bridges/source/cpp_uno/gcc3_freebsd_arm/
H A Duno2cpp.cxx68 int fd = open ("/proc/self/auxv", O_RDONLY); in hasVFP() local
69 if (fd == -1) in hasVFP()
76 while ((ret == -1) && ((n = read(fd, buf, sizeof (buf))) > 0)) in hasVFP()
93 close (fd); in hasVFP()
/aoo42x/main/bridges/source/cpp_uno/gcc3_linux_arm/
H A Duno2cpp.cxx68 int fd = open ("/proc/self/auxv", O_RDONLY); in hasVFP() local
69 if (fd == -1) in hasVFP()
76 while ((ret == -1) && ((n = read(fd, buf, sizeof (buf))) > 0)) in hasVFP()
93 close (fd); in hasVFP()
/aoo42x/main/bridges/source/cpp_uno/shared/
H A Dvtablefactory.cxx250 block.fd = -1; in createBlock()
267 if ((block.fd = mkstemp(tmpfname)) == -1) in createBlock()
269 if (block.fd == -1) in createBlock()
276 if (ftruncate(block.fd, block.size) == -1) in createBlock()
279 close(block.fd); in createBlock()
280 block.fd = -1; in createBlock()
293 if (block.start && block.exec && block.fd != -1) in createBlock()
300 if (!block.start || !block.exec || block.fd == -1) in createBlock()
303 block.fd = -1; in createBlock()
311 if (block.fd == -1 && block.start == block.exec && block.start != NULL) in freeBlock()
[all …]
/aoo42x/main/crashrep/source/win32/
H A Dsoreport.cpp169 int fd = _open_osfhandle( (int)hFile, 0 ); in _tmpfile() local
171 fp = _fdopen( fd, "w+b" ); in _tmpfile()
669 int fd = _open_osfhandle( (LONG)hFile, _O_TEXT ); in WriteReportFile() local
670 FILE *fp = _fdopen( fd, "w+t" ); in WriteReportFile()
/aoo42x/main/desktop/source/pagein/
H A Dfile_image_unx.c48 int fd; in file_image_open() local
57 if ((fd = open (filename, O_RDONLY)) == -1) in file_image_open()
60 if (fstat (fd, &st) == -1) in file_image_open()
66 p = mmap (0, st.st_size, PROT_READ, MAP_PRIVATE, fd, 0); in file_image_open()
76 close (fd); in file_image_open()
/aoo42x/main/dtrans/source/os2/clipb/
H A DOS2Bitmap.cxx246 int fd = open( "test.bmp", O_BINARY | O_CREAT | O_TRUNC | O_RDWR); in main() local
247 printf( "writing to fd %d\n", fd); in main()
248 write( fd, winDIBStream.getArray(), winDIBStream.getLength()); in main()
249 close( fd); in main()
/aoo42x/main/extensions/source/scanner/
H A Dsane.cxx704 SANE_Int fd = 0; in Start() local
708 nStatus = p_get_select_fd( maHandle, &fd ); in Start()
727 FD_SET( (int)fd, &fdset ); in Start()
730 if( select( fd+1, &fdset, NULL, NULL, &tv ) == 0 ) in Start()
/aoo42x/main/extensions/test/ole/OleConverterVar1/
H A DconvTest.cxx248 FONTDESC fd={ sizeof( fd), L"ARIAL", 10, FW_NORMAL, 0, 0, 0, 0}; in doTest() local
256 hr= OleCreateFontIndirect( &fd, __uuidof( IUnknown), (void**)&unk1.p); in doTest()
257 hr= OleCreateFontIndirect( &fd, __uuidof( IUnknown), (void**)&unk2.p); in doTest()
258 hr= OleCreateFontIndirect( &fd, __uuidof( IUnknown), (void**)&unk3.p); in doTest()
/aoo42x/main/extensions/workben/
H A Dtestpgp.cxx77 DataSource_Impl (int fd = 0);
201 DataSource_Impl::DataSource_Impl (int fd) in DataSource_Impl() argument
202 : m_fd (fd), m_position (0) in DataSource_Impl()
600 int fd = 0; in main() local
644 if ((fd = open (argv[i], O_RDONLY | O_BINARY)) < 0) in main()
739 DataSource_Impl *source = new DataSource_Impl (fd); in main()
779 sal_Bool bDataIsAscii = (fd == 0); // stdin. in main()
/aoo42x/main/libtextcat/data/new_fingerprints/lm/
H A Dnepali.lm92 fd 88
/aoo42x/main/nss/
H A Dnss_win.patch2309 SSL_DBG(("%d: SSL3[%d]: decryption failed", SSL_GETPID(), ss->fd));
2522 SSL_TRC(3, ("SSL [%d]: encoding resumption token failed", ss->fd));
2635 ss = ssl_FindSocket(fd);
2649 sslSocket *ss = ssl_FindSocket(fd);
2693 SSL_GETPID(), ss->fd));
2845 int fd;
/aoo42x/main/python/
H A Dpython-freebsd.patch7 int fd;
34 conv_descriptor, &fd, &code,
43 conv_descriptor, &fd, &code, &str, &len)) {
53 conv_descriptor, &fd, &code, &arg)) {
/aoo42x/main/redland/redland/
H A Dredland-1.0.17.patch.win3259 /* BDB has fd method with 2 args */
550 -/* BDB has fd method with 2 args */
/aoo42x/main/sal/osl/os2/
H A Dfile.cxx301 m_fd (fd), in FileHandle_Impl()
1272 if (-1 == fd) in osl_createFileHandleFromFD()
1276 if (-1 == fstat (fd, &aFileStat)) in osl_createFileHandleFromFD()
1415 if (-1 == fd) in osl_openFile()
1425 (void) close(fd); in osl_openFile()
1431 (void) close(fd); in osl_openFile()
1441 (void) close(fd); in osl_openFile()
1447 (void) close(fd); in osl_openFile()
1460 (void) close(fd); in osl_openFile()
1476 (void) close(fd); in osl_openFile()
[all …]
H A Dsocket.c2569 fds.fd = pSocket->m_Socket; in __osl_socket_poll()
/aoo42x/main/sal/osl/unx/
H A Dbacktrace.c103 void backtrace_symbols_fd( void **buffer, int size, int fd ) in backtrace_symbols_fd() argument
105 FILE *fp = fdopen( fd, "w" ); in backtrace_symbols_fd()
172 void backtrace_symbols_fd( void **buffer, int size, int fd ) in backtrace_symbols_fd() argument
174 FILE *fp = fdopen( fd, "w" ); in backtrace_symbols_fd()
257 void backtrace_symbols_fd( void **buffer, int size, int fd ) in backtrace_symbols_fd() argument
259 FILE *fp = fdopen( fd, "w" ); in backtrace_symbols_fd()
323 void backtrace_symbols_fd( void **buffer, int size, int fd ) in backtrace_symbols_fd() argument
325 FILE *fp = fdopen( fd, "w" ); in backtrace_symbols_fd()
H A Dbacktrace.h35 void backtrace_symbols_fd( void **buffer, int size, int fd );
61 void backtrace_symbols_fd( void **buffer, int size, int fd );
87 void backtrace_symbols_fd( void **buffer, int size, int fd );
H A Dfile.cxx235 m_fd (fd), in FileHandle_Impl()
730 if (-1 == fd) in osl_createFileHandleFromFD()
873 if (-1 == fd) in osl_openFile()
879 int f = fcntl (fd, F_GETFL, 0); in osl_openFile()
883 (void) close(fd); in osl_openFile()
889 (void) close(fd); in osl_openFile()
899 (void) close(fd); in osl_openFile()
905 (void) close(fd); in osl_openFile()
918 (void) close(fd); in osl_openFile()
934 (void) close(fd); in osl_openFile()
[all …]
H A Dpipe.c325 int fd; in osl_closePipe() local
350 fd = socket(AF_UNIX, SOCK_STREAM, 0); in osl_closePipe()
363 nRet = connect( fd, (struct sockaddr *)&addr, len); in osl_closePipe()
370 close(fd); in osl_closePipe()
H A Dprocess.c1154 int fd = 0; in osl_getProcStat() local
1159 if ((fd = open(name,O_RDONLY)) >=0 ) in osl_getProcStat()
1164 bRet = read(fd,prstatbuf,511) == 511; in osl_getProcStat()
1166 close(fd); in osl_getProcStat()
1207 int fd = 0; in osl_getProcStatus() local
1213 if ((fd = open(name,O_RDONLY)) >=0 ) in osl_getProcStatus()
1220 close(fd); in osl_getProcStatus()
1312 int fd; in osl_getProcessInfo() local
1317 if ((fd = open(name, O_RDONLY)) >= 0) in osl_getProcessInfo()
1340 close(fd); in osl_getProcessInfo()
[all …]
H A Dsocket.c2534 fds.fd = pSocket->m_Socket; in __osl_socket_poll()
/aoo42x/main/sal/osl/w32/
H A Dprocess.cxx544 HANDLE fd = (HANDLE)pSocket->m_Socket; in osl_sendResourcePipe() local
560 fd, in osl_sendResourcePipe()
567 WritePipe(hPipe, &newFd, sizeof(fd), &bytes) in osl_sendResourcePipe()
602 HANDLE fd = INVALID_HANDLE_VALUE; in osl_receiveResourcePipe() local
611 ReadPipe(hPipe, &fd, sizeof(fd), &bytes) in osl_receiveResourcePipe()
616 pSocket = __osl_createSocketImpl((SOCKET)fd); in osl_receiveResourcePipe()
/aoo42x/main/sal/qa/osl/file/
H A Dosl_File.cxx848 ASSERT_TRUE( fd == 0 ); in TEST_F()
864 ASSERT_TRUE( fd == 0 ); in TEST_F()
1007 ASSERT_TRUE( fd == 0 ); in TEST_F()
1013 ASSERT_TRUE( fd == 0 ); in TEST_F()
2660 sal_Int32 fd; in TEST_F() local
2673 ASSERT_TRUE( fd == 0 ); in TEST_F()
2701 fd = remove( strLinkFileName ); in TEST_F()
2702 ASSERT_TRUE( fd == 0 ); in TEST_F()
2854 ASSERT_TRUE(fd == 0) << "mkfifo failed!"; in TEST_F()
3328 sal_Int32 fd; in TEST_F() local
[all …]

Completed in 1565 milliseconds

12345