Searched refs:result (Results 1 - 25 of 30) sorted by relevance

12

/solaris-userland/tools/
H A Dtime.c85 time_t result = -1; local
98 result = atoll(time_string);
104 return (result);
110 time_t result = time_constant(); local
112 if (result == (time_t)-1) {
118 result = (fptr)(ptr);
120 *ptr = result;
122 return (result);
129 int result = -1; local
135 if ((result
149 int result = -1; local
[all...]
H A Duserland-mangler70 result = ''
74 result = attribute_oracle_table_header
76 result += ("\n.\\\" on %s" % modified_date)
77 result += attribute_table_header
80 result += (attribute_table_availability % availability)
82 result += (attribute_table_stability % stability.capitalize())
83 result += attribute_table_footer
85 return result
102 result = ''
107 result
[all...]
H A Dbass-o-matic76 result = False
81 result = True
83 return result
87 result = list()
97 result.append(out)
104 return result
107 result = "Component:\n\tPath: %s\n" % self.path
108 result = result + "\tProvides Package(s):\n\t\t%s\n" % '\t\t'.join(self.supplied_packages)
109 result
[all...]
H A Dgen-components172 result = [ "Unknown", "Unknown", "Unknown" ]
183 result = owners[component_path]
186 print >> sys.stderr, "RE, RM, Team: ", result
188 return result
H A Duserland-incorporator68 result = """
80 result += (self.__package_to_str(name, self.packages[name]) + '\n')
82 return result
/solaris-userland/components/gnome/glib2/files/
H A Dgio-module-cache.sh84 result=$?
85 if [[ $result -ne 0 ]] ; then
86 print "/usr/bin/gio-querymodules failed with exit code $result"
92 # Since gio-querymodules renames the result into place, update
97 result=$?
98 if [[ $result -ne 0 ]] ; then
99 print "/usr/bin/64/gio-querymodules failed with exit code $result"
H A Dglib-compile-schemas.sh73 result=$?
74 if [[ $result -ne 0 ]] ; then
75 print "glib-compile-schemas failed with exit code $result"
83 # Since glib-compile-schemas renames the result into place, update
/solaris-userland/components/bind/Solaris/
H A Ddns-server.sh29 result=${SMF_EXIT_OK}
146 result=${SMF_EXIT_ERR_CONFIG}
149 if [ ${result} = ${SMF_EXIT_OK} ]; then
155 result=$?
156 if [ $result -ne 0 ]; then
170 exit ${result}
/solaris-userland/components/ruby/puppet-solaris/ext/
H A Dpuppet_audit.c58 struct passwd pwd, *result; local
74 if (getpwnam_r("puppet", &pwd, buffer, size, &result) != 0) {
81 if (result == NULL) {
88 if (adt_set_user(ah, result->pw_uid, result->pw_gid, result->pw_uid,
89 result->pw_gid, tid, ADT_NEW) != 0) {
/solaris-userland/tools/python/pkglint/
H A Duserland.py243 result = os.path.dirname(path) variable in class:UserlandActionChecker
247 result = os.path.dirname(result) variable in class:UserlandActionChecker
251 result = os.path.join(result, frag) variable in class:UserlandActionChecker
253 return result
256 result = None
261 return result
277 return result
282 return result
[all...]
/solaris-userland/components/jansson/doc/html/_downloads/
H A Dgithub_commits.c38 struct write_result *result = (struct write_result *)stream; local
40 if(result->pos + size * nmemb >= BUFFER_SIZE - 1)
46 memcpy(result->data + result->pos, ptr, size * nmemb);
47 result->pos += size * nmemb;
102 /* zero-terminate the result */
/solaris-userland/components/jansson/doc/html/_static/
H A Ddoctools.js51 var result = {};
56 if (key in result)
57 result[key].push(value);
59 result[key] = [value];
61 return result;
H A Dwebsupport.js796 var result = $(this);
798 result.highlightText(this.toLowerCase(), 'highlighted');
/solaris-userland/components/python/dateutil/
H A DMakefile57 COMPONENT_TEST_ARGS = --result-log=$(COMPONENT_TEST_OUTPUT)
/solaris-userland/components/python/fixtures/
H A DMakefile55 COMPONENT_TEST_ARGS = --result-log=$(COMPONENT_TEST_OUTPUT)
/solaris-userland/components/python/tooz/
H A DMakefile57 COMPONENT_TEST_ARGS = --result-log=$(COMPONENT_TEST_OUTPUT)
/solaris-userland/components/sendmail/files/
H A Dcheck-hostname.sh99 result=$?
106 if [ $result = 0 ] ; then
H A Dsmtp-sendmail106 result=$?
107 if [ $result -ne 0 ]; then
109 echo "$MAKEMAP failed with error $result."
119 # into the running snapshot. This will result in SMF
/solaris-userland/components/openstack/neutron/files/agent/solaris/
H A Dnet_lib.py72 result = {}
75 val = result.get(atype)
77 result[atype] = []
78 val = result.get(atype)
81 return result
/solaris-userland/components/python/croniter/
H A DMakefile55 COMPONENT_TEST_ARGS = --result-log=$(COMPONENT_TEST_OUTPUT)
/solaris-userland/components/python/pysmi/
H A DMakefile63 COMPONENT_TEST_ARGS = --result-log=$(COMPONENT_TEST_OUTPUT)
/solaris-userland/make-rules/
H A Dcmake.mk62 # variable that we can generally use to accomplish the same result. Setting
H A Dprep-git.mk89 # reliably reproduce archives created from the result since git clone (unlike
H A Dips-buildinfo.mk71 # easily result in broken global and nonglobal zones. Or at least
/solaris-userland/components/texinfo/
H A Dtexi2html.pl157 'result', '=>',
444 $things_map{'result'} = "⇒";
1822 local($result);
1824 $result = "<A";
1825 $result .= " NAME=\"$name\"" if $name;
1826 $result .= " HREF=\"$href\"" if $href;
1827 $result .= ">$text</A>";
1828 $result .= "\n" if $newline;
1829 return($result);

Completed in 67 milliseconds

12