| /netbsd-src/usr.bin/rdist/ |
| H A D | expand.c | 108 *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 D | defs.h | 75 #define TRIM 0177 /* Mask to strip quote bit */ macro
|
| /netbsd-src/bin/csh/ |
| H A D | dol.c | 262 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 D | glob.c | 537 *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 D | csh.h | 207 #define TRIM ((Char)0x7fff) /* Mask to strip quote bit */ macro 211 #define TRIM ((Char)0x7f) /* Mask to strip quote bit */ macro
|
| H A D | misc.c | 370 while ((*dp++ &= TRIM) != '\0') in strip()
|
| H A D | csh.c | 1367 return fputc(ch & TRIM, fp); in vis_fputc() 1372 (void)vis(uenc, ch & TRIM, VIS_NOSLASH, 0); in vis_fputc()
|
| H A D | sem.c | 86 if ((t->t_dcom[0][0] & (QUOTE | TRIM)) == QUOTE) in execute()
|
| H A D | exec.c | 659 if ((*(sp->word) & (QUOTE | TRIM)) == QUOTE) in tellmewhat()
|
| /netbsd-src/external/ibm-public/postfix/dist/src/util/ |
| H A D | split_nameval.c | 78 #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 D | mail_params.c | 607 #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 D | make_vms.com | 528 $ rec = f$edit(rec,"TRIM")
|
| /netbsd-src/external/gpl3/binutils/dist/zlib/ |
| H A D | make_vms.com | 528 $ rec = f$edit(rec,"TRIM")
|
| /netbsd-src/external/gpl3/gdb.old/dist/zlib/ |
| H A D | make_vms.com | 528 $ rec = f$edit(rec,"TRIM")
|
| /netbsd-src/external/gpl3/gdb/dist/zlib/ |
| H A D | make_vms.com | 528 $ rec = f$edit(rec,"TRIM")
|
| /netbsd-src/external/gpl3/binutils.old/dist/zlib/ |
| H A D | make_vms.com | 528 $ rec = f$edit(rec,"TRIM")
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| H A D | intrinsic.texi | 319 * @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 D | gfortran.info | 1930 * 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 D | invoke.texi | 1956 @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 D | intrinsic.texi | 318 * @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 D | gfortran.info | 1978 * 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 D | invoke.texi | 2022 @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 D | ChangeLog-2007 | 4097 SIZE, TRANSPOSE, TRIM, VERIFY): New.
|
| /netbsd-src/etc/ |
| H A D | services | 2434 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 D | HISTORY | 19086 Cleanup: after 16 years the SKIP() and TRIM() macros were
|