HomeSort by relevance Sort by last modified time
    Searched refs:def (Results 1 - 25 of 2032) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /pkg/on_ips/usr/src/ucblib/libcurses/
fullname.c 25 * This routine fills in "def" with the full name of the terminal.
30 fullname(char *bp, char *def)
34 *def = 0; /* in case no name */
37 cp = def; /* start of answer */
46 return (def);
longname.c 25 * This routine fills in "def" with the long name of the terminal.
29 longname(char *bp, char *def)
37 cp = def;
42 return (def);
  /pkg/2008.11/src/modules/portable/
__init__.py 61 def get_isainfo():
66 def get_release():
72 def get_platform():
79 def get_group_by_name(name, dirpath, use_file):
88 def get_user_by_name(name, dirpath, use_file):
97 def get_name_by_gid(gid, dirpath, use_file):
106 def get_name_by_uid(uid, dirpath, use_file):
115 def is_admin():
121 def get_userid():
125 def get_username()
    [all...]
os_sunos.py 38 def get_isainfo():
41 def get_release():
44 def get_platform():
  /pkg/2009.06/src/modules/portable/
__init__.py 61 def get_isainfo():
66 def get_release():
72 def get_platform():
79 def get_group_by_name(name, dirpath, use_file):
88 def get_user_by_name(name, dirpath, use_file):
97 def get_name_by_gid(gid, dirpath, use_file):
106 def get_name_by_uid(uid, dirpath, use_file):
115 def is_admin():
121 def get_userid():
125 def get_username()
    [all...]
os_sunos.py 38 def get_isainfo():
41 def get_release():
44 def get_platform():
  /pkg/2009.06/src/web/
shared.shtml 30 <%def name="rcval(g_vars, section, name)"><%
32 %></%def>\
34 <%def name="rpath(g_vars, name)"><%
36 %></%def>\
39 <%def name="lrelpath(g_vars, path)"><%
41 %></%def>\
45 <%def name="get_releases(g_vars)"><%
68 %></%def>\
71 <%def name="tpath(g_vars, resource)"><%
74 %></%def>\
    [all...]
  /pkg/gate/src/web/
shared.shtml 30 <%def name="rcval(g_vars, section, name)"><%
32 %></%def>\
34 <%def name="rpath(g_vars, name)"><%
36 %></%def>\
39 <%def name="lrelpath(g_vars, path)"><%
41 %></%def>\
45 <%def name="get_releases(g_vars)"><%
69 %></%def>\
72 <%def name="tpath(g_vars, resource)"><%
75 %></%def>\
    [all...]
  /pkg/gate/src/modules/portable/
__init__.py 61 def get_isainfo():
66 def get_release():
72 def get_platform():
77 def get_file_type(paths):
83 def get_group_by_name(name, dirpath, use_file):
92 def get_user_by_name(name, dirpath, use_file):
101 def get_name_by_gid(gid, dirpath, use_file):
110 def get_name_by_uid(uid, dirpath, use_file):
119 def is_admin():
125 def get_userid()
    [all...]
  /pkg/gate/src/modules/
nrlock.py 37 def NRLock(*args, **kwargs):
42 def __init__(self, verbose=None):
45 def __repr__(self):
48 def acquire(self, blocking=1):
52 def release(self):
55 def _is_owned(self):
search_errors.py 36 def __init__(self, cause):
43 def __str__(self):
52 def __str__(self):
62 def __str__(self):
71 def __init__(self, index_dir):
73 def __str__(self):
81 def __init__(self, existing_val, incoming_val):
86 def __str__(self):
94 def __init__(self, split_chars, unquote_list, line, file_pos):
105 def __init__(self, split_chars, line)
    [all...]
  /pkg/2008.11/src/modules/client/
debugvalues.py 31 def __call__(self):
34 def get_value(self, key):
38 def set_value(self, key, value):
imagestate.py 43 def __init__(self):
46 def __str__(self):
49 def set_target(self, fmri=None, intent=INTENT_INFO):
59 def get_target(self):
70 def get_targets(self):
  /pkg/2009.06/src/modules/client/
debugvalues.py 31 def __call__(self):
34 def get_value(self, key):
38 def set_value(self, key, value):
imagestate.py 43 def __init__(self):
46 def __str__(self):
49 def set_target(self, fmri=None, intent=INTENT_INFO):
59 def get_target(self):
70 def get_targets(self):
progress.py 56 def __init__(self):
59 def reset(self):
94 def catalog_start(self, catalog):
98 def catalog_done(self):
101 def cache_catalogs_start(self):
104 def cache_catalogs_done(self):
107 def load_catalog_cache_start(self):
110 def load_catalog_cache_done(self):
113 def refresh_start(self, pub_cnt):
118 def refresh_progress(self, pub)
    [all...]
  /pkg/gate/src/gui/modules/
progress.py 37 def __init__(self):
43 def cat_output_start(self):
48 def cat_output_done(self):
51 def cache_cats_output_start(self):
55 def cache_cats_output_done(self):
58 def load_cat_cache_output_start(self):
62 def load_cat_cache_output_done(self):
65 def refresh_output_start(self):
68 def refresh_output_progress(self):
73 def refresh_output_done(self)
    [all...]
  /pkg/2008.11/src/modules/
search_errors.py 32 def __init__(self, cause):
37 def __init__(self):
43 def __str__(self):
51 def __str__(self):
60 def __str__(self):
68 def __init__(self, index_dir):
70 def __str__(self):
  /pkg/2008.11/src/tests/api/
t_filter.py 39 def setUp(self):
64 def doFilter(self, in_filters):
80 def doFilterStr(self, in_filters):
95 def test_01_debug_i386(self):
100 def test_02_nondebug_i386(self):
105 def test_03_i386(self):
110 def test_04_sparc(self):
115 def test_05_doc(self):
120 def test_06_doc(self):
125 def test_07_or(self)
    [all...]
  /pkg/2009.06/src/tests/api/
t_filter.py 39 def setUp(self):
64 def doFilter(self, in_filters):
80 def doFilterStr(self, in_filters):
95 def test_01_debug_i386(self):
100 def test_02_nondebug_i386(self):
105 def test_03_i386(self):
110 def test_04_sparc(self):
115 def test_05_doc(self):
120 def test_06_doc(self):
125 def test_07_or(self)
    [all...]
  /pkg/on_ips/usr/src/cmd/rpcgen/
rpc_hout.c 71 print_datadef(definition *def)
73 if (def->def_kind == DEF_PROGRAM) /* handle data only */
76 if (def->def_kind != DEF_CONST)
78 switch (def->def_kind) {
80 pstructdef(def);
83 puniondef(def);
86 penumdef(def);
89 ptypedef(def);
92 pprogramdef(def);
95 pconstdef(def);
542 definition *def; local
    [all...]
  /pkg/2009.06/src/modules/
search_errors.py 36 def __init__(self, cause):
43 def __str__(self):
52 def __str__(self):
62 def __str__(self):
71 def __init__(self, index_dir):
73 def __str__(self):
81 def __init__(self, existing_val, incoming_val):
86 def __str__(self):
94 def __init__(self, split_chars, unquote_list, line, file_pos):
105 def __init__(self, split_chars, line)
    [all...]
  /pkg/on_ips/usr/src/lib/libfru/libfru/
Ancestor.cc 40 def(d),
68 fprintf(stderr, "Tag Name: %s\n", def->name);
114 return (def);
146 fru_regdef_t *def = NULL; local
158 def = (fru_regdef_t *)
160 Ancestor *ant = createTaggedAncestor(def, element);
183 Ancestor::createTaggedAncestor(const fru_regdef_t *def, Str element)
186 if (def->tagType == FRU_X)
190 mk_tag(def->tagType, def->tagDense, def->payloadLen, &tag)
    [all...]
  /pkg/gate/src/tests/cli/
t_setUp.py 41 def setUp(self):
45 def test_first_depot_start(self):
52 def test_second_depot_start(self):
  /pkg/2008.11/src/tests/cli/
t_setUp.py 41 def setUp(self):
45 def test_first_depot_start(self):
52 def test_second_depot_start(self):

Completed in 5100 milliseconds

1 2 3 4 5 6 7 8 91011>>