/
opt
/
php_with_imap_client
/
include
/
/opt/php_with_imap_client/include
mkdir
upload
Name
Size
Mode
Actions
c-client.h
1687
0644
edit
dl
rm
dummy.h
1524
0644
edit
dl
rm
env.h
1507
0644
edit
dl
rm
env_unix.h
2933
0644
edit
dl
rm
fdstring.h
1071
0644
edit
dl
rm
flockcyg.h
1377
0644
edit
dl
rm
flocksim.h
4388
0644
edit
dl
rm
flstring.h
799
0644
edit
dl
rm
fs.h
905
0644
edit
dl
rm
ftl.h
825
0644
edit
dl
rm
imap4r1.h
8202
0644
edit
dl
rm
linkage.h
541
0644
edit
dl
rm
mail.h
68408
0644
edit
dl
rm
misc.h
3351
0644
edit
dl
rm
netmsg.h
987
0644
edit
dl
rm
newsrc.h
1486
0644
edit
dl
rm
nl.h
939
0644
edit
dl
rm
nntp.h
1618
0644
edit
dl
rm
osdep.h
1481
0644
edit
dl
rm
os_a32.h
1230
0644
edit
dl
rm
os_a41.h
1230
0644
edit
dl
rm
os_a52.h
1296
0644
edit
dl
rm
os_aix.h
1122
0644
edit
dl
rm
os_aos.h
1292
0644
edit
dl
rm
os_art.h
2061
0644
edit
dl
rm
os_asv.h
1960
0644
edit
dl
rm
os_aux.h
1213
0644
edit
dl
rm
os_bsd.h
1359
0644
edit
dl
rm
os_bsf.h
1077
0644
edit
dl
rm
os_bsi.h
1059
0644
edit
dl
rm
os_cvx.h
1113
0644
edit
dl
rm
os_cyg.h
1634
0644
edit
dl
rm
os_d-g.h
1379
0644
edit
dl
rm
os_do4.h
1261
0644
edit
dl
rm
os_drs.h
1451
0644
edit
dl
rm
os_dyn.h
1531
0644
edit
dl
rm
os_hpp.h
1392
0644
edit
dl
rm
os_isc.h
1722
0644
edit
dl
rm
os_lnx.h
1481
0644
edit
dl
rm
os_lyn.h
1058
0644
edit
dl
rm
os_mct.h
1071
0644
edit
dl
rm
os_mnt.h
1205
0644
edit
dl
rm
os_nto.h
1680
0644
edit
dl
rm
os_nxt.h
1211
0644
edit
dl
rm
os_os4.h
1199
0644
edit
dl
rm
os_osf.h
1199
0644
edit
dl
rm
os_osx.h
1294
0644
edit
dl
rm
os_ptx.h
1738
0644
edit
dl
rm
os_pyr.h
1457
0644
edit
dl
rm
os_qnx.h
1452
0644
edit
dl
rm
os_s40.h
957
0644
edit
dl
rm
os_sc5.h
1761
0644
edit
dl
rm
os_sco.h
1807
0644
edit
dl
rm
os_sgi.h
1396
0644
edit
dl
rm
os_shp.h
1392
0644
edit
dl
rm
os_slx.h
1481
0644
edit
dl
rm
os_soln.h
1981
0644
edit
dl
rm
os_solo.h
1949
0644
edit
dl
rm
os_sos.h
1199
0644
edit
dl
rm
os_sua.h
1185
0644
edit
dl
rm
os_sun.h
1307
0644
edit
dl
rm
os_sv2.h
2979
0644
edit
dl
rm
os_sv4.h
1838
0644
edit
dl
rm
os_ult.h
1036
0644
edit
dl
rm
os_vu2.h
2396
0644
edit
dl
rm
pseudo.h
838
0644
edit
dl
rm
rfc822.h
5421
0644
edit
dl
rm
smtp.h
2538
0644
edit
dl
rm
sslio.h
2309
0644
edit
dl
rm
tcp.h
1775
0644
edit
dl
rm
tcp_unix.h
1224
0644
edit
dl
rm
unix.h
6711
0644
edit
dl
rm
utf8.h
22967
0644
edit
dl
rm
utf8aux.h
1529
0644
edit
dl
rm
Edit:
/opt/php_with_imap_client/include/os_nto.h
(1680B)
/* ======================================================================== * Copyright 1988-2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * * ======================================================================== */ /* * Program: Operating-system dependent routines -- QNX Neutrino RTP version * * Author: Mark Crispin * Networks and Distributed Computing * Computing & Communications * University of Washington * Administration Building, AG-44 * Seattle, WA 98195 * Internet: MRC@CAC.Washington.EDU * * Date: 10 September 1993 * Last Edited: 30 August 2006 */ #include <stdlib.h> #include <string.h> #include <syslog.h> #include <dirent.h> #include <fcntl.h> #include <unistd.h> #include <sys/dir.h> #include <sys/types.h> #include <time.h> #include <utime.h> /* QNX gets these wrong */ #define setpgrp setpgid #define readdir Readdir #define FNDELAY O_NONBLOCK #define d_ino d_fileno /* Different names, equivalent things in BSD and SysV */ #ifndef L_SET #define L_SET SEEK_SET #endif #ifndef L_INCR #define L_INCR SEEK_CUR #endif #ifndef L_XTND #define L_XTND SEEK_END #endif #define utime portable_utime int portable_utime (char *file,time_t timep[2]); long gethostid (void); struct direct *Readdir (DIR *dirp); typedef int (*select_t) (struct direct *name); typedef int (*compar_t) (void *d1,void *d2); #include "env_unix.h" #include "fs.h" #include "ftl.h" #include "nl.h" #include "tcp.h" #include "flocksim.h"
Save
cmd:
run