HomeSort by: relevance | last modified time | path
    Searched refs:tilde (Results 1 - 8 of 8) sorted by relevancy

  /src/libexec/httpd/libbozohttpd/
Makefile 12 SRCS+= tilde-luzah-bozo.c dir-index-bozo.c content-bozo.c
  /src/usr.bin/rdist/
expand.c 60 const char *tilde; /* "~user" if not expanding tilde, else "" */ variable in typeref:typename:const char *
116 tilde = "";
209 tilde = "~";
212 tilde = cp1 = expbuf;
234 tilde = "";
241 Cat(tilde, s);
279 Cat(tilde, tpathp);
326 Cat(tilde, tpathp);
515 Cat(tilde, tpathp)
    [all...]
  /src/libexec/httpd/
Makefile 33 tilde-luzah-bozo.c dir-index-bozo.c content-bozo.c lua-bozo.c
  /src/usr.bin/make/unit-tests/
varmod-subst.exp 45 1 two 3 tilde
varmod-subst.mk 238 @echo ${:U1 2 3:S~2~two~:Q} tilde
  /src/bin/csh/
file.c 91 static Char *tilde(Char *, Char *);
341 * Expand file name with possible tilde usage
347 tilde(Char *new, Char *old) function in typeref:typename:Char *
503 if (tilde(tilded_dir, dir) == 0)
  /src/tests/bin/sh/
t_expand.sh 430 atf_test_case tilde
436 /a/very/long/home/directory/path/that/might/push/the/tilde/expansion/code/beyond/what/it/would/normally/ever/see/on/any/sane/system/and/perhaps/expose/some/bugs
1640 atf_add_test_case tilde
  /src/bin/ksh/
eval.c 58 static char *tilde ARGS((char *acp));
345 /* Enabling tilde expansion
352 * Not doing tilde expansion
372 /* Enable tilde expansion */
1231 r = (p[0] == EOS || p[0] == CHAR || p[0] == CSUBST) ? tilde(Xstring(ts, tp)) : (char *) 0;
1247 * tilde expansion
1253 tilde(cp) function

Completed in 255 milliseconds