Home
last modified time | relevance | path

Searched refs:TRIM (Results 1 – 25 of 25) sorted by relevance

/netbsd-src/usr.bin/rdist/
H A Dexpand.c108 *cp = *cp & TRIM; in expand()
377 switch (*pm & (QUOTE|TRIM)) { in execbrc()
448 scc = *s++ & TRIM; in amatch()
492 if ((c & TRIM) != scc) in amatch()
539 while ((*s++ = *s1++ & TRIM) != 0) in Cat()
542 while ((*s++ = *s2++ & TRIM) != 0) in Cat()
553 *pathp++ = c & TRIM; in addpath()
H A Ddefs.h75 #define TRIM 0177 /* Mask to strip quote bit */ macro
/netbsd-src/bin/csh/
H A Ddol.c262 if ((c & (QUOTE | TRIM)) == ('\n' | QUOTE)) in Dword()
338 c = *lap++ & (QUOTE | TRIM); in DgetC()
349 if ((c = *dolp++ & (QUOTE | TRIM)) != '\0') in DgetC()
409 if ((c & TRIM) == '#') in Dgetdol()
795 return (c & (QUOTE | TRIM)); in Dredc()
861 if ((c &= TRIM) != '\0') { in heredoc()
909 if ((c &= TRIM) == 0) in heredoc()
951 *obp++ = *mbp & TRIM; in heredoc()
H A Dglob.c537 *p++ &= TRIM; in trim()
680 *cp &= TRIM; in backeval()
735 c = (*ip++ & TRIM); in backeval()
827 namec = *name & TRIM; in pmatch()
843 while ((pat[1] & TRIM) == '*') in pmatch()
858 c &= TRIM; in pmatch()
860 if (c <= namec && namec <= (pat[1] & TRIM)) in pmatch()
872 if ((patc & TRIM) != namec) in pmatch()
H A Dcsh.h207 #define TRIM ((Char)0x7fff) /* Mask to strip quote bit */ macro
211 #define TRIM ((Char)0x7f) /* Mask to strip quote bit */ macro
H A Dmisc.c370 while ((*dp++ &= TRIM) != '\0') in strip()
H A Dcsh.c1367 return fputc(ch & TRIM, fp); in vis_fputc()
1372 (void)vis(uenc, ch & TRIM, VIS_NOSLASH, 0); in vis_fputc()
H A Dsem.c86 if ((t->t_dcom[0][0] & (QUOTE | TRIM)) == QUOTE) in execute()
H A Dexec.c659 if ((*(sp->word) & (QUOTE | TRIM)) == QUOTE) in tellmewhat()
/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dsplit_nameval.c78 #define TRIM(s) do { \ in split_nameval() macro
95 TRIM(vp); /* trim trailing blanks */ in split_nameval()
/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dmail_params.c607 #define TRIM(s) do { \ in read_param_from_file() macro
622 TRIM(bp); in read_param_from_file()
/netbsd-src/common/dist/zlib/
H A Dmake_vms.com528 $ rec = f$edit(rec,"TRIM")
/netbsd-src/external/gpl3/binutils/dist/zlib/
H A Dmake_vms.com528 $ rec = f$edit(rec,"TRIM")
/netbsd-src/external/gpl3/gdb.old/dist/zlib/
H A Dmake_vms.com528 $ rec = f$edit(rec,"TRIM")
/netbsd-src/external/gpl3/gdb/dist/zlib/
H A Dmake_vms.com528 $ rec = f$edit(rec,"TRIM")
/netbsd-src/external/gpl3/binutils.old/dist/zlib/
H A Dmake_vms.com528 $ rec = f$edit(rec,"TRIM")
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dintrinsic.texi319 * @code{TRIM}: TRIM, Remove trailing blank characters of a string
797 @ref{TRIM}
843 @ref{TRIM}
3533 WRITE(*,*) TRIM(path)
3536 WRITE(*,*) TRIM(path)
6071 WRITE (*,*) TRIM(str)
6962 WRITE (*,*) TRIM(cmd)
7028 WRITE (*,*) TRIM(arg)
7077 WRITE(*,*) TRIM(cwd)
7130 WRITE (*,*) TRIM(homedir)
[all …]
H A Dgfortran.info1930 * removing unnecessary calls to 'TRIM' in comparisons and
1932 * replacing 'TRIM(a)' with 'a(1:LEN_TRIM(a))' and
7301 * 'TRIM': TRIM, Remove trailing blank characters of a string
7701 *note ADJUSTR::, *note TRIM::
7738 *note ADJUSTL::, *note TRIM::
9990 WRITE(*,*) TRIM(path)
9993 WRITE(*,*) TRIM(path)
12142 WRITE (*,*) TRIM(str)
12888 WRITE (*,*) TRIM(cmd)
12945 WRITE (*,*) TRIM(arg)
[all …]
H A Dinvoke.texi1956 @item removing unnecessary calls to @code{TRIM} in comparisons and assignments,
1957 @item replacing @code{TRIM(a)} with @code{a(1:LEN_TRIM(a))} and
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dintrinsic.texi318 * @code{TRIM}: TRIM, Remove trailing blank characters of a string
793 @ref{TRIM}
839 @ref{TRIM}
3529 WRITE(*,*) TRIM(path)
3532 WRITE(*,*) TRIM(path)
6067 WRITE (*,*) TRIM(str)
6959 WRITE (*,*) TRIM(cmd)
7025 WRITE (*,*) TRIM(arg)
7074 WRITE(*,*) TRIM(cwd)
7127 WRITE (*,*) TRIM(homedir)
[all …]
H A Dgfortran.info1978 * removing unnecessary calls to 'TRIM' in comparisons and
1980 * replacing 'TRIM(a)' with 'a(1:LEN_TRIM(a))' and
6994 * 'TRIM': TRIM, Remove trailing blank characters of a string
7383 *note ADJUSTR::, *note TRIM::
7420 *note ADJUSTL::, *note TRIM::
9670 WRITE(*,*) TRIM(path)
9673 WRITE(*,*) TRIM(path)
11810 WRITE (*,*) TRIM(str)
12559 WRITE (*,*) TRIM(cmd)
12616 WRITE (*,*) TRIM(arg)
[all …]
H A Dinvoke.texi2022 @item removing unnecessary calls to @code{TRIM} in comparisons and assignments,
2023 @item replacing @code{TRIM(a)} with @code{a(1:LEN_TRIM(a))} and
H A DChangeLog-20074097 SIZE, TRANSPOSE, TRIM, VERIFY): New.
/netbsd-src/etc/
H A Dservices2434 trim 1137/tcp # TRIM Workgroup Service [Siva_Poobalasingam] …
2435 trim 1137/udp # TRIM Workgroup Service [Siva_Poobalasingam] …
10033 trim-event 4322/tcp # TRIM Event Service
10034 trim-event 4322/udp # TRIM Event Service
10035 trim-ice 4323/tcp # TRIM ICE Service [Siva_Poobalasingam_2] …
10036 trim-ice 4323/udp # TRIM ICE Service [Siva_Poobalasingam_2] …
/netbsd-src/external/ibm-public/postfix/dist/
H A DHISTORY19086 Cleanup: after 16 years the SKIP() and TRIM() macros were