Searched refs:trim (Results 26 - 50 of 77) sorted by relevance

1234

/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSLPV1SSrvReg.java94 String id = attr.getId().toLowerCase().trim();
H A DServiceURL.java471 URLPath = URLPath.trim();
H A DParser.java501 value.toString().trim(),
596 ServiceLocationAttribute.evaluate(buf.toString().trim());
H A DSLPConfig.java95 // Parse out equals sign, if any. Note that we trim any
104 // these trim()s. They will catch errors resulting
116 String prop = tk.nextToken().trim();
118 if (prop.trim().length() <= 0) {// line has just spaces...
129 String def = tk.nextToken().trim();
950 sDAList.trim();
978 da = ((String)ret.elementAt(i)).trim();
H A DAttributeVerifier.java1300 String line = tk.sval.trim();
1370 String line = tk.sval.trim();
1417 String line = tk.sval.trim();
1827 reqTok = stk.sval.trim();
H A DDATable.java398 // Lower case, trim.
400 str = str.toLowerCase(locale).trim();
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/
H A DDoPrinterUtil.java357 if ((tokens[i].trim()).equals("Manufacturer")) {
358 pmake = new String(tokens[i + 1].trim());
359 } else { if ((tokens[i].trim()).equals("Model"))
360 pmodel = new String(tokens[i + 1].trim());
H A DDoPrinterView.java299 destination = destination.trim();
306 protocol = protocol.trim();
480 result = result.trim();
/illumos-gate/usr/src/cmd/sh/
H A Dservice.c257 trim(p = curstak());
317 trim(unsigned char *at) function
364 /* Same as trim, but only removes backlashes before slashes */
425 trim(t);
444 trim(*comargn);
H A Dexpand.c141 trim(s2);
/illumos-gate/usr/src/cmd/dtrace/test/cmd/scripts/
H A Ddtest.pl187 sub trim { subroutine
211 $exceptions{trim($line)} = 1;
/illumos-gate/usr/src/cmd/sgs/ar/common/
H A Dmain.c186 cmd_info->ponam = trim(optarg);
191 cmd_info->ponam = trim(optarg);
/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Dntlmssp.c181 int err, trim; local
199 trim = (unicode) ? 2 : 1;
200 if (tmp_mb.mb_cur->m_len < trim)
201 trim = 0;
202 tmp_mb.mb_cur->m_len -= trim;
/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DKernelStackRecord.java100 // First trim the leading whitespace to avoid an initial empty
103 s = s.trim();
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmFindFrame.java200 boolean result = theTop.findPrinterInList(name.trim());
H A DpmUtility.java181 mytop.ns.setPasswd(tmpp.trim());
H A DpmInstallPrinter.java980 description = messy.trim();
1796 tmake.trim());
1812 makemodel[1].trim())) {
1822 tmake.trim() +
1823 " " + makemodel[1].trim())) {
1838 modelCombo.setSelectedItem(tmake.trim() +
1841 tmake.trim() + " " + makemodel[1]);
2017 if (tmp == null || tmp.equals("") || tmp.trim().equals("")) {
2020 trimtmp = tmp.trim();
H A DpmAccess.java196 printer = pnameText.getText().trim();
197 server = snameText.getText().trim();
H A DpmHelpRepository.java254 v.addElement(quotelessWord.trim());
/illumos-gate/usr/src/cmd/saf/
H A Dadmutil.c245 p = trim(buf);
H A Dutil.c246 * trim - remove comments, trim off trailing white space, done in place
251 trim(p) function
/illumos-gate/usr/src/uts/i86pc/io/
H A Drootnex.c3290 * if we need to trim the buffers when we munge the sgl.
3602 * extra pages on the trim for the first and last pages of the
3622 * trim]) plus one for remainder.
3636 * trim (see above comment about trim)
4082 * if we know we'll never have to trim, it's pretty easy. Just move to
4093 /* figure out how much we need to trim from the window */
4112 * is due to the sgllen, we need to go back to the last cookie and trim
4126 * first, setup the current window to account for the trim. Need to go
4171 * trim plu
4731 rootnex_trim_t *trim; local
[all...]
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dauto_subr.c191 *p = '\0'; /* trim trailing / */
378 trim:
379 /* trim trailing white space */
401 goto trim;
713 * If str is enclosed in [brackets], trim them off.
731 trim(s) function
/illumos-gate/usr/src/cmd/abi/appcert/scripts/
H A Dsymprof.pl1078 $rest = trim($1);
1093 $tmp = trim($1);
1117 $tmp = trim($1);
1119 $tmp2 =~ s/[\(\)]//g; # trim off ().
1164 # The following trim off spaces, ', `, ;, and :, from
/illumos-gate/usr/src/lib/libast/common/misc/
H A Dglob.c203 trim(register char* sp, register char* p1, int* n1, register char* p2, int* n2) function
347 trim(ap->gl_begin, rescan, &t1, NiL, NiL);
423 trim(ap->gl_begin, pat, &t1, rescan, &t2);

Completed in 170 milliseconds

1234