Searched refs:os (Results 276 - 300 of 1234) sorted by relevance

<<11121314151617181920>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wget/testenv/conf/
H A D__init__.py1 import os namespace
38 for module in os.listdir(os.path.dirname(__file__)):
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wget/testenv/test/
H A Dbase_test.py1 import os namespace
56 os.mkdir(test_dir)
59 os.mkdir(test_dir)
60 os.chdir(test_dir)
86 if os.getenv("SERVER_WAIT"):
87 time.sleep(float(os.getenv("SERVER_WAIT")))
98 test_path = os.path.abspath(".")
99 wget_path = os.path.abspath(os.path.join(test_path,
103 if os
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/heimdal/lib/ntlm/
H A Dheimntlm.h87 uint32_t os[2]; /**< */ member in struct:ntlm_type1
102 uint32_t os[2]; /**< */ member in struct:ntlm_type2
119 uint32_t os[2]; /**< */ member in struct:ntlm_type3
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/lib/registry/tests/
H A Dbindings.py20 import os namespace
38 self.hive_path = os.path.join(self.tempdir, "ldb_new.ldb")
43 os.unlink(self.hive_path)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wget/testenv/conf/
H A D__init__.py1 import os namespace
38 for module in os.listdir(os.path.dirname(__file__)):
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wget/testenv/test/
H A Dbase_test.py1 import os namespace
56 os.mkdir(test_dir)
59 os.mkdir(test_dir)
60 os.chdir(test_dir)
86 if os.getenv("SERVER_WAIT"):
87 time.sleep(float(os.getenv("SERVER_WAIT")))
98 test_path = os.path.abspath(".")
99 wget_path = os.path.abspath(os.path.join(test_path,
103 if os
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/heimdal/lib/ntlm/
H A Dheimntlm.h87 uint32_t os[2]; /**< */ member in struct:ntlm_type1
102 uint32_t os[2]; /**< */ member in struct:ntlm_type2
119 uint32_t os[2]; /**< */ member in struct:ntlm_type3
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/lib/registry/tests/
H A Dbindings.py20 import os
38 self.hive_path = os.path.join(self.tempdir, "ldb_new.ldb")
43 os.unlink(self.hive_path)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/heimdal/lib/ntlm/
H A Dheimntlm.h87 uint32_t os[2]; /**< */ member in struct:ntlm_type1
102 uint32_t os[2]; /**< */ member in struct:ntlm_type2
119 uint32_t os[2]; /**< */ member in struct:ntlm_type3
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/lib/registry/tests/
H A Dbindings.py20 import os namespace
38 self.hive_path = os.path.join(self.tempdir, "ldb_new.ldb")
43 os.unlink(self.hive_path)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wget/testenv/conf/
H A D__init__.py1 import os namespace
38 for module in os.listdir(os.path.dirname(__file__)):
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wget/testenv/test/
H A Dbase_test.py1 import os namespace
56 os.mkdir(test_dir)
59 os.mkdir(test_dir)
60 os.chdir(test_dir)
86 if os.getenv("SERVER_WAIT"):
87 time.sleep(float(os.getenv("SERVER_WAIT")))
98 test_path = os.path.abspath(".")
99 wget_path = os.path.abspath(os.path.join(test_path,
103 if os
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/util-linux/volume_id/
H A Docfs2.c86 struct ocfs2_super_block *os; local
90 os = volume_id_get_buffer(id, off + OCFS2_SUPERBLOCK_OFFSET, 0x200);
91 if (os == NULL)
94 if (memcmp(os->i_signature, "OCFSV2", 6) != 0) {
99 // volume_id_set_label_raw(id, os->s_label, OCFS2_MAX_VOL_LABEL_LEN < VOLUME_ID_LABEL_SIZE ?
101 volume_id_set_label_string(id, os->s_label, OCFS2_MAX_VOL_LABEL_LEN < VOLUME_ID_LABEL_SIZE ?
103 volume_id_set_uuid(id, os->s_uuid, UUID_DCE);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/util-linux/volume_id/
H A Docfs2.c86 struct ocfs2_super_block *os; local
90 os = volume_id_get_buffer(id, off + OCFS2_SUPERBLOCK_OFFSET, 0x200);
91 if (os == NULL)
94 if (memcmp(os->i_signature, "OCFSV2", 6) != 0) {
99 // volume_id_set_label_raw(id, os->s_label, OCFS2_MAX_VOL_LABEL_LEN < VOLUME_ID_LABEL_SIZE ?
101 volume_id_set_label_string(id, os->s_label, OCFS2_MAX_VOL_LABEL_LEN < VOLUME_ID_LABEL_SIZE ?
103 volume_id_set_uuid(id, os->s_uuid, UUID_DCE);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/util-linux/volume_id/
H A Docfs2.c86 struct ocfs2_super_block *os; local
90 os = volume_id_get_buffer(id, off + OCFS2_SUPERBLOCK_OFFSET, 0x200);
91 if (os == NULL)
94 if (memcmp(os->i_signature, "OCFSV2", 6) != 0) {
99 // volume_id_set_label_raw(id, os->s_label, OCFS2_MAX_VOL_LABEL_LEN < VOLUME_ID_LABEL_SIZE ?
101 volume_id_set_label_string(id, os->s_label, OCFS2_MAX_VOL_LABEL_LEN < VOLUME_ID_LABEL_SIZE ?
103 volume_id_set_uuid(id, os->s_uuid, UUID_DCE);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/python/
H A Dsetup.py27 import sys, string, os
34 samba_objs = os.environ.get("PYTHON_OBJS", "")
36 samba_cflags = os.environ.get("PYTHON_CFLAGS", "")
38 samba_srcdir = os.environ.get("SRCDIR", "")
40 compiler = os.environ.get("CC", "")
44 samba_libs = os.environ.get("LIBS", "")
100 package_dir = {"samba": os.path.join(samba_srcdir, "python", "samba")},
213 sources = [os.path.join(samba_srcdir, "python", "py_tdbpack.c")],
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/test_stl/
H A Drun_stlport.sh15 os=`uname -s`
16 if test $os = "CYGWIN_NT-5.1" ; then
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/python/
H A Dsetup.py27 import sys, string, os namespace
34 samba_objs = os.environ.get("PYTHON_OBJS", "")
36 samba_cflags = os.environ.get("PYTHON_CFLAGS", "")
38 samba_srcdir = os.environ.get("SRCDIR", "")
40 compiler = os.environ.get("CC", "")
44 samba_libs = os.environ.get("LIBS", "")
100 package_dir = {"samba": os.path.join(samba_srcdir, "python", "samba")},
213 sources = [os.path.join(samba_srcdir, "python", "py_tdbpack.c")],
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/test_stl/
H A Drun_stlport.sh15 os=`uname -s`
16 if test $os = "CYGWIN_NT-5.1" ; then
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libvorbis/test/
H A Dwrite_read.c35 ogg_stream_state os; local
65 ogg_stream_init (&os,12345678);
73 ogg_stream_packetin (&os,&header);
74 ogg_stream_packetin (&os,&header_comm);
75 ogg_stream_packetin (&os,&header_code);
79 int result = ogg_stream_flush (&os,&og);
104 ogg_stream_packetin (&os,&op);
107 int result = ogg_stream_pageout (&os,&og);
119 ogg_stream_clear (&os);
134 ogg_stream_state os; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libvorbis/test/
H A Dwrite_read.c35 ogg_stream_state os; local
65 ogg_stream_init (&os,12345678);
73 ogg_stream_packetin (&os,&header);
74 ogg_stream_packetin (&os,&header_comm);
75 ogg_stream_packetin (&os,&header_code);
79 int result = ogg_stream_flush (&os,&og);
104 ogg_stream_packetin (&os,&op);
107 int result = ogg_stream_pageout (&os,&og);
119 ogg_stream_clear (&os);
134 ogg_stream_state os; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/python/
H A Dsetup.py27 import sys, string, os namespace
34 samba_objs = os.environ.get("PYTHON_OBJS", "")
36 samba_cflags = os.environ.get("PYTHON_CFLAGS", "")
38 samba_srcdir = os.environ.get("SRCDIR", "")
40 compiler = os.environ.get("CC", "")
44 samba_libs = os.environ.get("LIBS", "")
100 package_dir = {"samba": os.path.join(samba_srcdir, "python", "samba")},
213 sources = [os.path.join(samba_srcdir, "python", "py_tdbpack.c")],
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/test_stl/
H A Drun_stlport.sh15 os=`uname -s`
16 if test $os = "CYGWIN_NT-5.1" ; then
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libvorbis/test/
H A Dwrite_read.c35 ogg_stream_state os; local
65 ogg_stream_init (&os,12345678);
73 ogg_stream_packetin (&os,&header);
74 ogg_stream_packetin (&os,&header_comm);
75 ogg_stream_packetin (&os,&header_code);
79 int result = ogg_stream_flush (&os,&og);
104 ogg_stream_packetin (&os,&op);
107 int result = ogg_stream_pageout (&os,&og);
119 ogg_stream_clear (&os);
134 ogg_stream_state os; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/skfp/
H A Dhwmtm.c271 if (!(smc->os.hwm.descr_p = (union s_fp_descr volatile *)
281 smc->os.hwm.mbuf_pool.mb_start=(SMbuf *)(&smc->os.hwm.mbuf_pool.mb[0]) ;
284 if (!(smc->os.hwm.mbuf_pool.mb_start = (SMbuf *) mac_drv_get_space(smc,
364 ds = (struct s_smt_fp_txd volatile *) ((char *)smc->os.hwm.descr_p +
401 ds = (struct s_smt_fp_rxd volatile *) smc->os.hwm.descr_p ;
434 mb = smc->os.hwm.mbuf_pool.mb_start ;
435 smc->os.hwm.mbuf_pool.mb_free = (SMbuf *)NULL ;
457 smc->os.hwm.llc_rx_pipe = smc->os
[all...]

Completed in 141 milliseconds

<<11121314151617181920>>