Searched refs:sys (Results 1 – 25 of 30) sorted by relevance
12
8 import sys10 text = sys.stdin.readlines()18 sys.stderr.write("Missing expected dividing line in dumpevents output")19 sys.exit(1)23 sys.stderr.write("Sections out of order in dumpevents output")24 sys.exit(1)48 sys.stderr.write("Inserted event lists were not as expected!")49 sys.exit(1)52 sys.stderr.write("Active event lists were not as expected!")53 sys.exit(1)
230 sys/un.h \236 sys/epoll.h \237 sys/event.h \239 sys/ioctl.h \240 sys/mman.h \241 sys/param.h \242 sys/queue.h \247 sys/stat.h \248 sys/time.h \250 sys/uio.h \[all …]
205 /* Define to 1 if you have the <sys/un.h> header file. */349 /* Define to 1 if you have the <sys/mman.h> header file. */370 /* Define to 1 if you have the <sys/stat.h> header file. */382 /* Define to 1 if you have the <sys/time.h> header file. */388 /* Define to 1 if you have the <sys/uio.h> header file. */397 /* Define if TAILQ_FOREACH is defined in <sys/queue.h> */400 /* Define if timeradd is defined in <sys/time.h> */403 /* Define if timerclear is defined in <sys/time.h> */406 /* Define if timercmp is defined in <sys/time.h> */413 /* Define if timerisset is defined in <sys/time.h> */[all …]
380 sys/types.h381 sys/stat.h382 sys/time.h383 sys/param.h401 sys/un.h403 sys/epoll.h405 sys/event.h406 sys/ioctl.h407 sys/mman.h411 sys/uio.h[all …]
194 struct tm sys; in evutil_date_rfc1123() local200 gmtime_r(&t, &sys); in evutil_date_rfc1123()201 tm = &sys; in evutil_date_rfc1123()205 err = _gmtime64_s(&sys, &t); in evutil_date_rfc1123()209 tm = &sys; in evutil_date_rfc1123()
24 import sys1913 sys.stderr.write(e)1916 sys.stderr.write("%s: %s" % (e.filename, e.strerror))1918 sys.stderr.write(e.strerror)1925 sys.exit(main(argv=sys.argv[1:]))
10 import sys19 script_dir = os.path.split(os.path.realpath(sys.argv[0]))[0]22 if len(sys.argv) > 1 and sys.argv[1] == "static":23 link_type = sys.argv[1]77 sys.exit(1)
5 #include <sys/types.h>6 #include <sys/time.h>7 #include <sys/event.h>