Searched refs:tzset (Results 1 - 24 of 24) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dgettimeofday.c38 this problem. The tzset replacement is necessary for at least
80 /* This is a wrapper for tzset, for systems on which tzset may clobber
85 #undef tzset macro
86 extern void tzset (void);
89 result around the call to tzset. */
91 tzset ();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/amiga/
H A Dosdep.h100 void tzset(void);
101 #define VALID_TIMEZONE(tempvar) (tzset(), real_timezone_is_set)
H A Dfiledate.c15 * GetPlatformLocalTimezone() [callback from timezone.c tzset()]
45 * 22 Nov 95, Paul Kienitz, created a new tzset() that gets the current
52 * than the tzset()s in the Amiga compilers' libraries do.
59 * new tzset(), because Aztec's is hopelessly broken. Also
70 * was previously embedded in tzset(), for reliable global test
91 * moved set_TZ() back here, replaced minimal tzset() and localtime()
249 tzset();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/win32/
H A Dosdep.h462 # ifndef tzset
463 # define tzset _tzset macro
471 # ifndef tzset
472 # define tzset _tzset macro
475 #if (defined(__RSXNT__) || defined(__EMX__)) && !defined(tzset)
476 # define tzset _tzset macro
483 # ifndef tzset
484 # define tzset _tzset macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/amiga/
H A Damiga.h159 void tzset(void);
160 #define VALID_TIMEZONE(tempvar) (tzset(), real_timezone_is_set)
H A Dfiledate.c15 * GetPlatformLocalTimezone() [callback from timezone.c tzset()]
45 * 22 Nov 95, Paul Kienitz, created a new tzset() that gets the current
52 * than the tzset()s in the Amiga compilers' libraries do.
59 * new tzset(), because Aztec's is hopelessly broken. Also
70 * was previously embedded in tzset(), for reliable global test
91 * moved set_TZ() back here, replaced minimal tzset() and localtime()
249 tzset();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/win32/
H A Dw32cfg.h47 #if ((defined(__RSXNT__) || defined(__EMX__)) && !defined(tzset))
48 # define tzset _tzset macro
50 #if (defined(__LCC__) && !defined(tzset))
51 # define tzset _tzset macro
55 # ifndef tzset
56 # define tzset _tzset macro
67 # ifndef tzset
68 # define tzset _tzset macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/wince/
H A Dwince.h288 // tzset is not supported on native WCE, define it as a NOP macro
289 #ifndef tzset
290 # define tzset() macro
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/util-linux/
H A Dhwclock.c70 tzset();
79 tzset();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/os2/
H A Dos2cfg.h29 # define tzset _tzset /* all versions of C Set) */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/unix/
H A Dunxcfg.h74 # ifndef __COHERENT__ /* Coherent 4.2 has tzset() */
75 # define tzset settz macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/os2/
H A Dosdep.h172 # define tzset _tzset /* all versions of C Set) */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/
H A Dtimezone.c13 * Contains: tzset()
23 * 17 Jun 00, Paul Kienitz, added the PD-based tzset(), localtime(), and so on
53 int real_timezone_is_set = FALSE; /* set by tzset() */
476 void tzset() function
523 if (!real_timezone_is_set) tzset();
H A Dprocess.c282 tzset() were initially copied from dos_to_unix_time() in fileio.c. They
283 may still be too strict; any listed OS that supplies tzset(), regardless
289 prior to the tzset() call, to work around tzset() implementation bugs.
311 /* For systems that do not have tzset() but supply this function using another
312 name (_tzset() or something similar), an appropiate "#define tzset ..."
316 tzset();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Dtimezone.c15 * Contains: tzset()
25 * 17 Jun 00, Paul Kienitz, added the PD-based tzset(), localtime(), and so on
55 int real_timezone_is_set = FALSE; /* set by tzset() */
478 void tzset() function
525 if (!real_timezone_is_set) tzset();
H A Dzip.c17 #include <time.h> /* for tzset() declaration */
2498 prior to the tzset() call, to work around tzset() implementation bugs.
2515 /* For systems that do not have tzset() but supply this function using another
2516 name (_tzset() or something similar), an appropiate "#define tzset ..."
2521 tzset();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibxt_time.c149 tzset();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/chat/
H A Dchat.c295 tzset();
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/extensions/
H A Dlibxt_time.c149 tzset();
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/chat/
H A Dchat.c279 tzset();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dfile.c435 tzset();
H A Dconfigure6189 for ac_func in tzset gettimeofday
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/passdb/
H A Dpdb_ldap.c463 tzset();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/
H A Djre-1_5_0_15-linux-i586.bin669 ��:H������-��:���](��8�:hH�`jX�>Oh�p�x����%"�1�1��/;��@[���p��/5��Mb��~����I����1��7��1!d(�@A8�' H��yX���h�>%x�@���*���������@%��>V��2���C+�1��1$���:��-����(�@� 8�0libc.so.6strcpyioctlchownstdoututime__ctype_bqsortfgetsmemcpyperrormallocisattyfflushlseekchmod__lxstatstrrchrwritefprintf__deregister_frame_infostdinumasksignalstrncmpunlinkreallocfreadsymlinklocaltimememsettcgetattrstrcmpsprintffclosestderr__xstatexitfopen_IO_putcfileno_IO_stdin_used__libc_start_mainstrlentzsettcsetattrmkdir__ctype_tolower__register_frame_infofree__timezone__gmon_start__GLIBC_2.1GLIBC_2.0ii �ii ��16�1�1�1�1�1/�101111 1$1(1,1 01
1788  a p 8�0gcc2_compiled.call_gmon_startp.0__DTOR_LIST__completed.1__do_global_dtors_aux__EH_FRAME_BEGIN__fini_dummyobject.2frame_dummyinit_dummyforce_to_data__CTOR_LIST____do_global_ctors_aux__CTOR_END____DTOR_END____FRAME_END__NotExtractingMustGiveExdirOnlyOneExdirInvalidOptionsMsgIgnoreOOptionMsgUnzipSFXBannerUnzipSFXOptscrc_tablemake_crc_tableVersionMsgComprMsgNumFilNamMsgExtFieldMsgOffsetMsgExtractMsgBadFileCommLengthLocalHdrSigBadLocalHdrAttemptRecompensateAbsolutePathWarningSkipVolumeLabelDirlistEntryNoMemDirlistSortNoMemDirlistSetAttrFailedReplaceQueryAssumeNoneNewNameQueryInvalidResponseErrorInArchiveZeroFilesTestedVMSFormatQuerySkipEncryptedNoErrInCompDataNoErrInTestedFilesFilesSkippedErrUnzipFileErrUnzipNoFileNotEnoughMemInvalidComprDataInflateFileTruncatedFileUnknownCompMethodBadCRCUnsupportedExtraFieldBadExtraFieldCRCstore_infoextract_or_test_entrylistdircompextract_or_test_memberCannotOpenZipfileCannotDeleteOldFileCannotCreateFileReadErrorFilenameTooLongTruncExtraFieldTooLongDiskFullQueryZipfileCorruptFileIsSymLinkMorePromptQuitPromptHidePromptdisk_errorbordercplenscplextcpdistcpdextlbitsdbitsinflate_storedinflate_fixedinflate_dynamicinflate_blockrecmatchCannotAllocateBuffersCannotFindMyselfMissingBytesNullCentDirOffsetZipfileEmptyCentDirStartNotFoundCentDirEndSigNotFoundZipfileCommTrunc1do_seekablefind_ecrecDirlistUidGidFailedDirlistUtimeFailedDirlistChmodFailedmkdir@@GLIBC_2.0Echonchown@@GLIBC_2.1ef_scan_for_izuxExclFilenameNotMatchedcheckdirlocal_hdr_sig__ctype_tolower@@GLIBC_2.0extract_or_test_filesdo_string_DYNAMIC__register_frame_info@@GLIBC_2.0flushinflatewrite@@GLIBC_2.0localtime@@GLIBC_2.0fileno@@GLIBC_2.0zgetchstrcmp@@GLIBC_2.0process_local_file_hdrusageclose@@GLIBC_2.0_fp_hwprocess_cdir_file_hdrperror@@GLIBC_2.0fprintf@@GLIBC_2.0umask@@GLIBC_2.0signal@@GLIBC_2.0fflush@@GLIBC_2.0SeekMsgunlink@@GLIBC_2.0seek_zipfclose_outfiletcsetattr@@GLIBC_2.0VersionDatereadbuffree_crc_tablemapattrchmod@@GLIBC_2.0huft_freeglobalsCtor_initget_cdir_entmalloc@@GLIBC_2.0end_central_sigmask_bitsfread@@GLIBC_2.0__deregister_frame_info@@GLIBC_2.0mapnamemakewordiswildstdout@@GLIBC_2.0stderr@@GLIBC_2.0ReportMsg__xstat@@GLIBC_2.0memextractuz_optscrc32UzpMorePausescreensize_startopen_outfilefgets@@GLIBC_2.0oem2isoprocess_zipfilesstrlen@@GLIBC_2.0G__lxstat@@GLIBC_2.0zcr_dummyqsort@@GLIBC_2.0handlertzset@@GLIBC_2.0strncmp@@GLIBC_2.0memflushinflate_codesfnames__bss_startmainFilenameNotMatchedmakelong__libc_start_main@@GLIBC_2.0dos_to_unix_time__timezone@@GLIBC_2.0free_G_bufferscheck_for_newerrealloc@@GLIBC_2.0timezone@@GLIBC_2.0zstrnicmpunzipdata_start_finilseek@@GLIBC_2.0memcpy@@GLIBC_2.0fclose@@GLIBC_2.1UzpInputstrrchr@@GLIBC_2.0ydayssymlink@@GLIBC_2.0open@@GLIBC_2.0defer_leftover_inputUzpMessagePrntexit@@GLIBC_2.0Echoff_edata_IO_putc@@GLIBC_2.0_GLOBAL_OFFSET_TABLE_free@@GLIBC_2.0_endmatchioctl@@GLIBC_2.0inflate_freeutime@@GLIBC_2.0isatty@@GLIBC_2.0memset@@GLIBC_2.0__ctype_b@@GLIBC_2.0stdin@@GLIBC_2.0readbyteopen_input_fileCentSigMsgfopen@@GLIBC_2.1_IO_stdin_usedhuft_buildsprintf@@GLIBC_2.0uz_end_central__data_startset_direc_attribsfnfilterundefer_inputcentral_hdr_sigTruncNTSDtcgetattr@@GLIBC_2.0read@@GLIBC_2.0TruncEAsget_crc_tableUzpPassword__gmon_start__strcpy@@GLIBC_2.0PK
[all...]

Completed in 342 milliseconds