/freebsd/contrib/bc/gen/ |
H A D | strgen.c | 343 unsigned int count, slashes, err = IO_ERR; in main() local 378 i = count = slashes = 0; in main() 381 while (slashes < 2 && in[i] > 0) in main() 383 if (slashes == 1 && in[i] == '*' && in[i + 1] == '/' && in main() 386 slashes += 1; in main() 389 else if (!slashes && in[i] == '/' && in[i + 1] == '*') in main() 391 slashes += 1; in main()
|
/freebsd/lib/libc/iconv/ |
H A D | citrus_iconv.c | 283 char realdst[PATH_MAX], realsrc[PATH_MAX], *slashes; in _citrus_iconv_open() local 298 if ((slashes = strstr(realsrc, "//")) != NULL) in _citrus_iconv_open() 299 *slashes = '\0'; in _citrus_iconv_open() 301 if ((slashes = strstr(realdst, "//")) != NULL) in _citrus_iconv_open() 302 *slashes = '\0'; in _citrus_iconv_open()
|
/freebsd/usr.bin/posixmqcontrol/ |
H A D | posixmqcontroltestsane.sh | 14 ${subject} info -q /to/many/slashes 2>/dev/null
|
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/ |
H A D | Program.inc | 74 // Use the given path verbatim if it contains any slashes; this matches
|
/freebsd/contrib/diff/doc/ |
H A D | diff.texi | 2842 have enough slashes to satisfy the @option{-p@var{num}} or 2916 count tells @command{patch} how many slashes, along with the directory 2918 of one or more adjacent slashes is counted as a single slash. By 2928 @command{patch} looks for each file (after any slashes have been stripped) 3216 Also, traditional @command{patch} simply counted slashes when 3218 components. That is, a sequence of one or more adjacent slashes now 3246 the same number of slashes. 3317 slashes. The @option{-N} option lets the patch create and remove 3356 directories whose names do not have slashes. This reduces confusion 3359 file names have different numbers of slashes. For example, do not [all …]
|
/freebsd/usr.sbin/cron/doc/ |
H A D | MAIL | 140 to start on and N with slashes). I took modulo the day of year as a
|
/freebsd/contrib/kyua/ |
H A D | NEWS.md | 285 variable where, for example, consecutive and trailing slashes have
|
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/ |
H A D | Path.inc | 77 // If the path is a long path, mangled into forward slashes, normalize
|
/freebsd/crypto/heimdal/doc/ |
H A D | setup.texi | 70 separated by slashes (@samp{/}). The @samp{other-var} variable will thus
|
/freebsd/crypto/heimdal/ |
H A D | ltmain.sh | 4665 /* no slashes; search PATH */
|
/freebsd/contrib/openbsm/config/ |
H A D | ltmain.sh | 6049 /* no slashes; search PATH */
|
/freebsd/contrib/openpam/ |
H A D | ltmain.sh | 6306 /* no slashes; search PATH */
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | ltmain.sh | 6049 /* no slashes; search PATH */
|
/freebsd/contrib/ntp/sntp/libevent/build-aux/ |
H A D | ltmain.sh | 6049 /* no slashes; search PATH */
|
/freebsd/contrib/libevent/build-aux/ |
H A D | ltmain.sh | 6264 /* no slashes; search PATH */
|
/freebsd/contrib/sqlite3/ |
H A D | ltmain.sh | 6141 /* no slashes; search PATH */
|
/freebsd/contrib/ldns/ |
H A D | ltmain.sh | 6141 /* no slashes; search PATH */
|
/freebsd/contrib/unbound/ |
H A D | ltmain.sh | 6049 /* no slashes; search PATH */
|
/freebsd/contrib/file/ |
H A D | ltmain.sh | 6309 /* no slashes; search PATH */
|
/freebsd/contrib/tcsh/ |
H A D | Fixes | 209 55. Avoid double slashes in cdpath (Corinna Vinschen)
|
/freebsd/contrib/unbound/doc/ |
H A D | Changelog | 2214 not hang. removed trailing slashes from configure paths. Moved iOS
|
/freebsd/contrib/sendmail/ |
H A D | RELEASE_NOTES | 9213 of leading slashes still goes to the *file* mailer. This
|
/freebsd/sys/contrib/dev/acpica/ |
H A D | changes.txt | 6868 backslashes in all pathnames to forward slashes, for readability. Include
|