Searched refs:tag (Results 1 - 7 of 7) sorted by relevance
/solaris-userland/components/ghostscript/Solaris/ |
H A D | GSinterface | 66 tag="GSinterface: ${request_id}" 69 logger -p lpr.debug -t ${tag} "INPUT" 70 logger -p lpr.debug -t ${tag} " printer : ${printer}" 71 logger -p lpr.debug -t ${tag} " request_id : ${request_id}" 72 logger -p lpr.debug -t ${tag} " user_name : ${user_name}" 73 logger -p lpr.debug -t ${tag} " title : ${title}" 74 logger -p lpr.debug -t ${tag} " copies : ${copies}" 75 logger -p lpr.debug -t ${tag} " option_list : ${option_list}" 76 logger -p lpr.debug -t ${tag} " files : ${files}" 129 logger -p lpr.error -t ${tag} \ [all...] |
/solaris-userland/components/texinfo/ |
H A D | texi2html.pl | 47 $SPLITTAG = "<!-- SPLIT HERE -->\n"; # tag to know where to split 48 $PROTECTTAG = "_ThisIsProtected_"; # tag to recognize protected sections 170 'dfn', 'EM', # DFN tag is illegal in the standard 532 $tag = ''; 537 $tag = $1; 549 } elsif ($tag eq 'ifhtml') { 559 } elsif ($tag) { 560 next if $to_skip{$tag}; 561 last if $tag eq 'bye'; 565 if ($tag e [all...] |
/solaris-userland/components/docker/files/ |
H A D | docker-support | 151 tag = "solaris:%s" % osversion 152 print "Creating Docker base image '%s'..." % tag 155 ["/usr/bin/docker", "build", "-t", tag, "."], verbose=True).run() 157 ["/usr/bin/docker", "tag", tag, "solaris:latest"]).run()
|
/solaris-userland/make-rules/ |
H A D | prep-hg.mk | 45 # The source directory is <name>-(<label>|<version>)[-(<tag>|<branch>)][-<commit].
|
H A D | prep-git.mk | 53 # The source directory is <name>-(<label>|<version>)[-(<tag>|<branch>)][-<commit].
|
/solaris-userland/components/openssl/openssl-fips/inline-t4/ |
H A D | e_aes.c | 110 int tag_set; /* Set if tag is valid */ 1240 /* If decrypting correct for tag too */ 1246 /* Extra padding: tag appended to record */ 1350 * followed by the payload and finally the tag. On encrypt generate IV, 1351 * encrypt payload and write the tag. On verify retrieve IV, decrypt payload 1352 * and verify tag. 1417 /* Finally write tag */ 1457 /* Retrieve tag */ 1459 /* If tag mismatch wipe buffer */ 1898 unsigned char tag[1 local [all...] |
/solaris-userland/components/openstack/nova/files/solariszones/ |
H A D | driver.py | 2434 for tag in tags: 2435 volid = instance.system_metadata.get(tag) 2440 del instance.system_metadata[tag]
|
Completed in 33 milliseconds