Searched defs:trim (Results 1 - 20 of 20) sorted by relevance

/illumos-gate/usr/src/lib/cfgadm_plugins/sbd/
H A Dsbdgenerr.pl30 sub trim { subroutine
53 my $txt = trim($3);
56 $txt = trim($l);
/illumos-gate/usr/src/uts/i86pc/io/dr/
H A Dsbdgenerr.pl27 sub trim { subroutine
50 my $txt = trim($3);
53 $txt = trim($l);
/illumos-gate/usr/src/uts/sun4u/ngdr/io/
H A Dsbdgenerr.pl30 sub trim { subroutine
53 my $txt = trim($3);
56 $txt = trim($l);
/illumos-gate/usr/src/cmd/abi/appcert/scripts/
H A Dabi_index.pl119 $pathname = trim($pathname);
120 $link = trim($link);
299 $vers = trim($_);
335 # trim off any trailing separators:
412 sub trim subroutine
H A DAppcertUtil.pm98 &trim
435 $line = trim($line);
453 $l1 = trim($l1);
454 $l2 = trim($l2);
644 $val = trim($val);
690 sub trim subroutine
1121 ($n, $tag, $val) = split(/\s+/, trim($line));
1442 $dump = trim($line);
1850 # trim any leading spaces:
1863 $desc = trim(
[all...]
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dstrproc.c110 int trim = (flags & CONV_SPEXV_F_NOTRIM) == 0; local
118 if (trim)
129 if (trim)
/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/saf/
H A Dutil.c246 * trim - remove comments, trim off trailing white space, done in place
251 trim(p) function
/illumos-gate/usr/src/cmd/refer/
H A Daddbib.c46 static void trim(char []);
138 trim(line);
148 trim(line);
153 trim(line);
156 trim(line);
190 trim(char line[]) /* trim line of trailing white space */ function
/illumos-gate/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge_lro.c145 int opt_bytes, trim; local
199 * then we must trim the extra bytes off the end.
201 trim = tot_len - (ip_len + ETHERNET_HEADER_SIZE);
202 if (trim != 0) {
203 if (trim < 0) {
207 m_head->b_wptr -= trim;
208 tot_len -= trim;
/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/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);
/illumos-gate/usr/src/cmd/csh/
H A Dsh.glob.c614 trim(tchar **t) function
619 tprintf("TRACE- trim()\n");
682 trim(gv);
/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/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);
/illumos-gate/usr/src/cmd/sgs/ar/common/
H A Dfile.c437 (void) strncpy(buf, trim(s), SNAME - 2);
443 trim(char *s) function
/illumos-gate/usr/src/lib/libpkg/common/
H A Dpkgweb.c132 static void trim(char *);
1137 /* trim the end of the string */
1391 /* trim whitespace from end of message */
1528 /* trim end */
2181 trim(bname);
2776 * Name: trim
2780 * Arguments: string - string to trim. It is assumed
2786 trim(char *str) function
/illumos-gate/usr/src/uts/common/vm/
H A Dvm_seg.c951 int trim; local
964 trim = 0;
982 trim = 1;
984 if (!lowmem && !trim) {
1112 if (!trim && !(seg_pathr_full_ahb & 15)) {
/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/uts/common/fs/zfs/
H A Dzfs_acl.c1333 zfs_acl_chmod(vtype_t vtype, uint64_t mode, boolean_t split, boolean_t trim, argument
1428 if ((type == ALLOW) && trim)
1620 boolean_t trim = B_FALSE; local
1725 trim = B_TRUE;
1726 zfs_acl_chmod(vap->va_type, acl_ids->z_mode, B_FALSE, trim,

Completed in 167 milliseconds