Home
last modified time | relevance | path

Searched +refs:posix +refs:time +refs:interface (Results 1 – 25 of 6332) sorted by relevance

12345678910>>...254

/dports/lang/chibi-scheme/chibi-scheme-0.10/lib/scheme/
H A Dtime.sld1 ;; time.sld - (scheme time) library definition
7 (define-library (scheme time)
11 (import (scheme time tai))
12 (include-shared "time")
16 ;; if current-ntp-clock-values is a procedure and is posix-like
27 ((posix-like tai-like ntp-like) type)
31 … (display " - expected \"ntp-like\", \"posix-like\" or \"tai-like\"\n" (current-error-port))
35 (begin (define clock-type 'posix-like))))
39 ;; standard epoch (1970-01-01 00:00:00 UTC for posix-like and
73 ;; Exported interface.
/dports/lang/python310/Python-3.10.1/Doc/library/
H A Dposix.rst1 :mod:`posix` --- The most common POSIX system calls
4 .. module:: posix
12 interface).
17 which provides a *portable* version of this interface. On Unix, the :mod:`os`
18 module provides a superset of the :mod:`posix` interface. On non-Unix operating
19 systems the :mod:`posix` module is not available, but a subset is always
20 available through the :mod:`os` interface. Once :mod:`os` is imported, there is
21 *no* performance penalty in using it instead of :mod:`posix`. In addition,
68 :mod:`posix` defines the following data item:
72 A dictionary representing the string environment at the time the interpreter
[all …]
/dports/lang/python311/Python-3.11.0a3/Doc/library/
H A Dposix.rst1 :mod:`posix` --- The most common POSIX system calls
4 .. module:: posix
12 interface).
17 which provides a *portable* version of this interface. On Unix, the :mod:`os`
18 module provides a superset of the :mod:`posix` interface. On non-Unix operating
19 systems the :mod:`posix` module is not available, but a subset is always
20 available through the :mod:`os` interface. Once :mod:`os` is imported, there is
21 *no* performance penalty in using it instead of :mod:`posix`. In addition,
68 :mod:`posix` defines the following data item:
72 A dictionary representing the string environment at the time the interpreter
[all …]
/dports/databases/py-gdbm/Python-3.8.12/Doc/library/
H A Dposix.rst1 :mod:`posix` --- The most common POSIX system calls
4 .. module:: posix
12 interface).
17 which provides a *portable* version of this interface. On Unix, the :mod:`os`
18 module provides a superset of the :mod:`posix` interface. On non-Unix operating
19 systems the :mod:`posix` module is not available, but a subset is always
20 available through the :mod:`os` interface. Once :mod:`os` is imported, there is
21 *no* performance penalty in using it instead of :mod:`posix`. In addition,
68 :mod:`posix` defines the following data item:
72 A dictionary representing the string environment at the time the interpreter
[all …]
/dports/lang/python38/Python-3.8.12/Doc/library/
H A Dposix.rst1 :mod:`posix` --- The most common POSIX system calls
4 .. module:: posix
12 interface).
17 which provides a *portable* version of this interface. On Unix, the :mod:`os`
18 module provides a superset of the :mod:`posix` interface. On non-Unix operating
19 systems the :mod:`posix` module is not available, but a subset is always
20 available through the :mod:`os` interface. Once :mod:`os` is imported, there is
21 *no* performance penalty in using it instead of :mod:`posix`. In addition,
68 :mod:`posix` defines the following data item:
72 A dictionary representing the string environment at the time the interpreter
[all …]
/dports/lang/python37/Python-3.7.12/Doc/library/
H A Dposix.rst1 :mod:`posix` --- The most common POSIX system calls
4 .. module:: posix
12 interface).
17 which provides a *portable* version of this interface. On Unix, the :mod:`os`
18 module provides a superset of the :mod:`posix` interface. On non-Unix operating
19 systems the :mod:`posix` module is not available, but a subset is always
20 available through the :mod:`os` interface. Once :mod:`os` is imported, there is
21 *no* performance penalty in using it instead of :mod:`posix`. In addition,
68 :mod:`posix` defines the following data item:
72 A dictionary representing the string environment at the time the interpreter
[all …]
/dports/lang/python-tools/Python-3.8.12/Doc/library/
H A Dposix.rst1 :mod:`posix` --- The most common POSIX system calls
4 .. module:: posix
12 interface).
17 which provides a *portable* version of this interface. On Unix, the :mod:`os`
18 module provides a superset of the :mod:`posix` interface. On non-Unix operating
19 systems the :mod:`posix` module is not available, but a subset is always
20 available through the :mod:`os` interface. Once :mod:`os` is imported, there is
21 *no* performance penalty in using it instead of :mod:`posix`. In addition,
68 :mod:`posix` defines the following data item:
72 A dictionary representing the string environment at the time the interpreter
[all …]
/dports/lang/python-legacy/Python-2.7.18/Doc/library/
H A Dposix.rst1 :mod:`posix` --- The most common POSIX system calls
4 .. module:: posix
11 interface).
16 which provides a *portable* version of this interface. On Unix, the :mod:`os`
17 module provides a superset of the :mod:`posix` interface. On non-Unix operating
18 systems the :mod:`posix` module is not available, but a subset is always
19 available through the :mod:`os` interface. Once :mod:`os` is imported, there is
20 *no* performance penalty in using it instead of :mod:`posix`. In addition,
68 :mod:`posix` defines the following data item:
72 A dictionary representing the string environment at the time the interpreter
[all …]
/dports/lang/python27/Python-2.7.18/Doc/library/
H A Dposix.rst1 :mod:`posix` --- The most common POSIX system calls
4 .. module:: posix
11 interface).
16 which provides a *portable* version of this interface. On Unix, the :mod:`os`
17 module provides a superset of the :mod:`posix` interface. On non-Unix operating
18 systems the :mod:`posix` module is not available, but a subset is always
19 available through the :mod:`os` interface. Once :mod:`os` is imported, there is
20 *no* performance penalty in using it instead of :mod:`posix`. In addition,
68 :mod:`posix` defines the following data item:
72 A dictionary representing the string environment at the time the interpreter
[all …]
/dports/lang/python39/Python-3.9.9/Doc/library/
H A Dposix.rst1 :mod:`posix` --- The most common POSIX system calls
4 .. module:: posix
12 interface).
17 which provides a *portable* version of this interface. On Unix, the :mod:`os`
18 module provides a superset of the :mod:`posix` interface. On non-Unix operating
19 systems the :mod:`posix` module is not available, but a subset is always
20 available through the :mod:`os` interface. Once :mod:`os` is imported, there is
21 *no* performance penalty in using it instead of :mod:`posix`. In addition,
68 :mod:`posix` defines the following data item:
72 A dictionary representing the string environment at the time the interpreter
[all …]
/dports/databases/py-sqlite3/Python-3.8.12/Doc/library/
H A Dposix.rst1 :mod:`posix` --- The most common POSIX system calls
4 .. module:: posix
12 interface).
17 which provides a *portable* version of this interface. On Unix, the :mod:`os`
18 module provides a superset of the :mod:`posix` interface. On non-Unix operating
19 systems the :mod:`posix` module is not available, but a subset is always
20 available through the :mod:`os` interface. Once :mod:`os` is imported, there is
21 *no* performance penalty in using it instead of :mod:`posix`. In addition,
68 :mod:`posix` defines the following data item:
72 A dictionary representing the string environment at the time the interpreter
[all …]
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Doc/library/
H A Dposix.rst1 :mod:`posix` --- The most common POSIX system calls
4 .. module:: posix
12 interface).
17 which provides a *portable* version of this interface. On Unix, the :mod:`os`
18 module provides a superset of the :mod:`posix` interface. On non-Unix operating
19 systems the :mod:`posix` module is not available, but a subset is always
20 available through the :mod:`os` interface. Once :mod:`os` is imported, there is
21 *no* performance penalty in using it instead of :mod:`posix`. In addition,
68 :mod:`posix` defines the following data item:
72 A dictionary representing the string environment at the time the interpreter
[all …]
/dports/databases/pgbackrest/pgbackrest-release-2.35/test/
H A Ddefine.yaml116 - name: time
120 - common/time
345 - storage/posix/read
346 - storage/posix/storage
347 - storage/posix/write
444 - name: interface
522 - name: posix
528 - storage/posix/read
529 - storage/posix/storage
530 - storage/posix/write
[all …]
/dports/lang/scheme48/scheme48-1.9.2/doc/src/
H A Dposix.tex8 This chapter describes Scheme~48's interface to the POSIX C calls
11 Both the interface and implementation are new and are likely to
28 \code{posix-time} & time functions \\
37 Scheme~48's POSIX interface differs from
51 They are in the structures \code{posix-process} and \code{posix}.
302 These are in structures \code{posix-process-data} and \code{posix}.
369 \code{posix}.
797 These procedures are in structures \code{posix-time} and \code{posix}.
1198 \code{posix-syslog}. The Scheme~48 interface to the
1256 Scheme interface: Because the Scheme interface has to multiplex
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/timers/
H A Dhrtimers.rst36 - the implementation of the current posix-timer subsystem on top of
59 utilize nanosleep, posix-timers and itimer interfaces. Also, in-kernel
101 queues while keeping the time-order intact.)
111 expiry time in absolute time units removes all this complex and poorly
112 scaling code from the posix-timer implementation - the clock can simply
114 of posix-timers simpler in general.
130 compile time). The hybrid union type optimizes time conversions on 32bit
145 the clock_getres() interface. This will return whatever real resolution
152 the hrtimer implementation details in praxis, and we also ran the posix
161 - posix-timers
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/Documentation/timers/
H A Dhrtimers.rst36 - the implementation of the current posix-timer subsystem on top of
59 utilize nanosleep, posix-timers and itimer interfaces. Also, in-kernel
101 queues while keeping the time-order intact.)
111 expiry time in absolute time units removes all this complex and poorly
112 scaling code from the posix-timer implementation - the clock can simply
114 of posix-timers simpler in general.
130 compile time). The hybrid union type optimizes time conversions on 32bit
145 the clock_getres() interface. This will return whatever real resolution
152 the hrtimer implementation details in praxis, and we also ran the posix
161 - posix-timers
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/Documentation/timers/
H A Dhrtimers.rst36 - the implementation of the current posix-timer subsystem on top of
59 utilize nanosleep, posix-timers and itimer interfaces. Also, in-kernel
101 queues while keeping the time-order intact.)
111 expiry time in absolute time units removes all this complex and poorly
112 scaling code from the posix-timer implementation - the clock can simply
114 of posix-timers simpler in general.
130 compile time). The hybrid union type optimizes time conversions on 32bit
145 the clock_getres() interface. This will return whatever real resolution
152 the hrtimer implementation details in praxis, and we also ran the posix
161 - posix-timers
[all …]
/dports/lang/guile2/guile-2.2.7/
H A DAUTHORS88 interface), based largely on the defunct @code{gscm_} interface. In the
135 regex-posix.c
136 regex-posix.h
138 appendices.texi posix.texi
152 numbers.c posix.h posix.c symbols.c
220 base.scm example.el interface.scm
225 set.scm signal.scm time.scm
234 time.scm
273 regex-posix.c
335 Jesse Hull and John Ellis supplied the C++ interface code. Zhong
[all …]
/dports/lang/guile/guile-3.0.7/
H A DAUTHORS88 interface), based largely on the defunct @code{gscm_} interface. In the
135 regex-posix.c
136 regex-posix.h
138 appendices.texi posix.texi
152 numbers.c posix.h posix.c symbols.c
220 base.scm example.el interface.scm
225 set.scm signal.scm time.scm
234 time.scm
273 regex-posix.c
335 Jesse Hull and John Ellis supplied the C++ interface code. Zhong
[all …]
/dports/security/py-dfdatetime/dfdatetime-20210509/docs/sources/api/
H A Ddfdatetime.rst87 dfdatetime.interface module
90 .. automodule:: dfdatetime.interface
111 dfdatetime.posix\_time module
151 dfdatetime.time\_elements module
/dports/lang/slib/slib-3b6/
H A Dscheme48.init40 s48-getenv s48-current-time s48-time-seconds
62 (modify posix
63 (rename (current-time s48-current-time)
64 (time-seconds s48-time-seconds)
66 (modify posix-files
279 system ;posix (system <string>)
280 getenv ;posix (getenv <string>)
282 current-time ;returns time in seconds since 1/1/1970
517 (s48-time-seconds (s48-current-time)))
529 (define-interface slib-record-interface
[all …]
/dports/net/fsplib/fsplib-0.14/
H A DREADME6 and provides posix-like file manipulation interface.
35 you must add build-time configure options to install target also.
37 Build time configuration
39 At build time you can configure locking subsystem. There are
/dports/sysutils/perp/perp-2.07/lasagna/
H A DREADME39 domsock.h interface to unix/local domain sockets
54 padlock.h posix advisory locking
57 pollio.h poll() wrapper with elapsed time
62 tain.h nano-second precision tai time
72 interface following an object_method(target, args) style of
107 systems that adhere to generally accepted "posix" standards. Sigh,
/dports/lang/scheme48/scheme48-1.9.2/
H A DREADME53 interfaces.scm system interface definitions
54 more-interfaces.scm system interface definitions
58 rts/ run-time system sources
68 posix/ interface to POSIX system calls
94 event.h header file for OS interface
101 posix/ C half of interface to POSIX system calls
/dports/x11/gtkterm2/gtkterm2-0.2.3/
H A DChangeLog27 * po/de.gmo, po/de.po, src/interface.c, src/main.c, src/prefs.c,
44 * src/interface.c: Fixed: [ 977527 ] focus lost when
57 * src/: callbacks.c, callbacks.h, interface.c, main.c, prefs.c,
67 * GTKTerm.pws, po/de.po, src/interface.c: Fix Version Number in
72 * src/interface.c: Fix syntax bug
76 * src/interface.c: add rudimentary fullscreenmodus
136 gtkterm-0.2.0 a the same time
167 po/de.po, src/Makefile.am, src/interface.h, src/main.c,
181 m4/iconv.m4, m4/isc-posix.m4, m4/lcmessage.m4, m4/progtest.m4,
193 po/de.po, src/Makefile.am, src/interface.h, src/main.c,
[all …]

12345678910>>...254