| http://www.w3.org/ns/prov#value | - le ((p > name) && *(p-1) == '.') {1040 p--;1041 }1042 }1043 return p;1044}10451046/*1047 *----------------------------------------------------------------------1048 *1049 * DoTildeSubst --1050 *1051 * Given a string following a tilde, this routine returns the1052 * corresponding home directory.1053 *1054 * Results:1055 * The result is a pointer to a static string containing the home1056 * director
|