Searched refs:line (Results 1 - 25 of 29) sorted by relevance

12

/solaris-userland/components/python/os-brick/files/solaris/
H A Dsolarisfc.py50 for line in out.splitlines():
51 line = line.strip()
56 if line.startswith("HBA Port WWN:"):
59 wwpn = line.split()[-1]
62 elif line.startswith("Port Mode:"):
63 mode = line.split()[-1]
67 elif line.startswith("State:"):
68 state = line.split()[-1]
71 elif line
[all...]
H A Dsolarisiscsi.py60 for line in [l.strip() for l in out.splitlines()]:
61 if line.startswith("LUN:"):
62 lun = line.split()[-1]
67 if line.startswith("OS Device Name:"):
68 dev_path = line.split()[-1]
70 elif line.startswith("LUN:"):
83 # Sample first line of command output:
107 for line in [l.strip() for l in lines]:
108 if line.startswith("Target name:") and \
109 line
[all...]
/solaris-userland/tools/
H A Dgen-components118 for line in lines:
119 tokens = line.split()
145 for line in lines:
146 line = line[:-1]
147 component, re, rm, team = line.split("|")
232 for line in lines:
233 if not fixed and td_count == 4 and line.startswith("</td>"):
236 n = line.rfind("-@")
239 print >> sys.stderr, "FIX: %s" % line
[all...]
H A Duserland-incorporator101 for line in fp:
102 line = line.partition('#')[0]
103 line = line.rstrip()
106 (incorporation, package, version) = re.split(':|@', line)
H A Duserland-mangler140 # Rewrite the section in the .TH line to match the section in which
169 for line in text.split('\n'):
170 match = section_re.match(line)
183 match = TH_re.match(line)
188 line = line[:match.span(1)[0]] + sect + \
189 line[match.span(1)[1]:]
191 result += ("%s\n" % line)
/solaris-userland/components/krb5/Solaris/
H A Dg_utils.c42 char buf[BUFLEN]; /* one line from the file */
45 char *line; local
67 * For each line in the file parse it appropriately.
73 line = fgets(buf, BUFLEN, fp);
74 if (line == NULL)
78 if ((*line == '#') || (*line == '\n'))
82 next = strchr(line, '#');
89 if (*name == '\0') /* blank line */
107 if (*name == '\0') { /* end of line, n
[all...]
/solaris-userland/make-rules/
H A Denvironment.mk27 define separator-line
32 $(call separator-line,Workspace)
36 $(call separator-line,System)
41 $(call separator-line,Required Packages)
43 $(call separator-line)
70 $(call separator-line)
71 $(call separator-line,Create $(ZONENAME))
77 $(call separator-line,Boot $(ZONENAME))
85 #$(call separator-line,Prep $(ZONENAME))
88 $(call separator-line,Buil
[all...]
H A Dgem.mk50 # gem 2.2.3 uses .gem from the cwd ignoring command line .gem file
51 # gem 1.8.23.2 uses command line .gem file OR .gem from cwd
/solaris-userland/components/ruby/puppet-solaris/files/
H A Dupdate_smf.py160 raise TypeError("Last line in grouping is not in expected "
168 # Not a match. Last line was still part of the description
185 for line in f_handle:
187 if line.startswith("[agent]"):
192 line = line.strip().replace("\n", "")
193 if not line:
201 match = COMMENT_PATTERN.match(line)
203 line = match.group(1)
204 parameter_list.append(line)
[all...]
/solaris-userland/components/openstack/nova/files/
H A Dzone-vnc-console235 for line in out.splitlines():
236 line = line.strip()
237 if line.startswith("Map State:"):
238 if line.split()[-1] != "IsViewable":
243 if line.startswith("Width:"):
244 width = int(line.split()[1])
245 elif line.startswith("Height:"):
246 height = int(line.split()[1])
290 # Generate a mode line fo
[all...]
/solaris-userland/components/openstack/cinder/files/solaris/
H A Dzfs.py637 for line in [l.strip() for l in out.splitlines()]:
638 if line.startswith("Operational"):
639 status = line.split()[-1]
640 if line.startswith("Protocol"):
641 tmp_protocol = line.split()[-1]
685 for line in [l.strip() for l in out.splitlines()]:
686 if line.startswith("LU Name:"):
687 luid = line.split()[-1]
688 if line.startswith("Alias") and line
[all...]
/solaris-userland/components/jansson/doc/html/_static/
H A Ddefault.css59 line-height: 30px;
174 line-height: 130%;
224 line-height: 120%;
H A Dbasic.css130 line-height: 150%;
423 .line-block {
429 .line-block .line-block {
/solaris-userland/components/docker/files/
H A Ddocker-support104 for line in map(str.strip, output.splitlines()):
105 if line.startswith("Branch"):
106 return line.split(":")[1].strip()
/solaris-userland/components/openssl/common/engines/pkcs11/
H A De_pk11_err.c290 ERR_pk11_error(int function, int reason, char *file, int line) argument
295 ERR_PUT_error(pk11_lib_error_code, function, reason, file, line);
H A De_pk11_err.h74 void ERR_pk11_error(int function, int reason, char *file, int line);
/solaris-userland/components/ocaml/files/
H A Docamlplugininfo.ml47 let line = input_line ic in
49 | Unix.WEXITED 0 -> Str.split (Str.regexp "[ ]+") line
/solaris-userland/components/openssh/sources/
H A Daudit-solaris.c347 const char *t = li->line ? li->line : "(no tty)";
368 const char *t = li->line ? li->line : "(no tty)";
/solaris-userland/components/jansson/doc/html/_downloads/
H A Dgithub_commits.c145 fprintf(stderr, "error: on line %d: %s\n", error.line, error.text);
/solaris-userland/components/open-fabrics/
H A Dofed.mk46 # of any compile line to preempt the system headers. It seems that the "best"
/solaris-userland/components/desktop/os-welcome/files/html/C/css/
H A Dmaster.css34 OL,DL,DT,DD {line-height:14px;}
/solaris-userland/components/texinfo/
H A Dtexi2html.pl486 $first_line = 1; # is it the first line
487 $dont_html = 0; # don't protect HTML on this line
555 # try to skip the line
608 warn "$ERROR Bad node line: $_" unless $_ =~ /^\@node\s$NODESRE$/o;
635 warn "$ERROR Bad include line: $_";
643 warn "$ERROR Bad ifclear line: $_";
651 warn "$ERROR Bad ifset line: $_";
681 warn "$ERROR Bad table line: $_";
688 warn "$ERROR Bad syn*index line: $_";
703 warn "$ERROR Bad setref line
[all...]
/solaris-userland/components/openstack/nova/files/solariszones/
H A Ddriver.py228 are converted to a colon-space string to create a single line.
602 for line in out.splitlines():
603 line = line.strip()
608 if line.startswith("HBA Port WWN:"):
611 wwpn = line.split()[-1]
614 elif line.startswith("Port Mode:"):
615 mode = line.split()[-1]
619 elif line.startswith("State:"):
620 state = line
[all...]
/solaris-userland/components/openstack/neutron/files/services/vpn/device_drivers/
H A Dsolaris_ipsec.py298 for line in status.split('\n'):
299 m = re.search('Label', line)
302 m = line.split('\'')
553 The IKE service was disabled from the command line.
997 ikeadm(1m). We are looking for the line in an IKE rule that
1014 for line in status.split('\n'):
1015 m = re.search('Label', line)
1018 m = line.split('\'')
/solaris-userland/components/openstack/ironic/files/drivers/modules/
H A Dsolaris_ipmitool.py1440 for line in fp:
1441 if re.search(string, line):
2224 vallist = [line.split(': ')[1]
2225 for line in ipmi_props.strip().splitlines()]
2253 vallist = [line.split(': ')[1]
2254 for line in cpu_props.strip().splitlines()]
2715 for line in stdout.splitlines():
2716 words = line.split()
2869 for line in range(2, len(lines)):
2870 if lines[line][col_star
[all...]

Completed in 94 milliseconds

12