/solaris-userland/tools/ |
H A D | time.c | 85 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 D | userland-mangler | 70 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 D | bass-o-matic | 76 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 D | gen-components | 172 result = [ "Unknown", "Unknown", "Unknown" ] 183 result = owners[component_path] 186 print >> sys.stderr, "RE, RM, Team: ", result 188 return result
|
H A D | userland-incorporator | 68 result = """ 80 result += (self.__package_to_str(name, self.packages[name]) + '\n') 82 return result
|
/solaris-userland/components/gnome/glib2/files/ |
H A D | gio-module-cache.sh | 84 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 D | glib-compile-schemas.sh | 73 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 D | dns-server.sh | 29 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 D | puppet_audit.c | 58 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 D | userland.py | 243 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 D | github_commits.c | 38 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 D | doctools.js | 51 var result = {}; 56 if (key in result) 57 result[key].push(value); 59 result[key] = [value]; 61 return result;
|
H A D | websupport.js | 796 var result = $(this); 798 result.highlightText(this.toLowerCase(), 'highlighted');
|
/solaris-userland/components/python/dateutil/ |
H A D | Makefile | 57 COMPONENT_TEST_ARGS = --result-log=$(COMPONENT_TEST_OUTPUT)
|
/solaris-userland/components/python/fixtures/ |
H A D | Makefile | 55 COMPONENT_TEST_ARGS = --result-log=$(COMPONENT_TEST_OUTPUT)
|
/solaris-userland/components/python/tooz/ |
H A D | Makefile | 57 COMPONENT_TEST_ARGS = --result-log=$(COMPONENT_TEST_OUTPUT)
|
/solaris-userland/components/sendmail/files/ |
H A D | check-hostname.sh | 99 result=$? 106 if [ $result = 0 ] ; then
|
H A D | smtp-sendmail | 106 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 D | net_lib.py | 72 result = {} 75 val = result.get(atype) 77 result[atype] = [] 78 val = result.get(atype) 81 return result
|
/solaris-userland/components/python/croniter/ |
H A D | Makefile | 55 COMPONENT_TEST_ARGS = --result-log=$(COMPONENT_TEST_OUTPUT)
|
/solaris-userland/components/python/pysmi/ |
H A D | Makefile | 63 COMPONENT_TEST_ARGS = --result-log=$(COMPONENT_TEST_OUTPUT)
|
/solaris-userland/make-rules/ |
H A D | cmake.mk | 62 # variable that we can generally use to accomplish the same result. Setting
|
H A D | prep-git.mk | 89 # reliably reproduce archives created from the result since git clone (unlike
|
H A D | ips-buildinfo.mk | 71 # easily result in broken global and nonglobal zones. Or at least
|
/solaris-userland/components/texinfo/ |
H A D | texi2html.pl | 157 '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);
|