Searched refs:wp (Results 1 – 2 of 2) sorted by relevance
283 char *wp = result; in _dl_dst_substitute() local334 wp = __stpcpy (wp, repl); in _dl_dst_substitute()347 *wp++ = '$'; in _dl_dst_substitute()351 *wp++ = *input++; in _dl_dst_substitute()366 && !is_trusted_path_normalize (result, wp - result)) in _dl_dst_substitute()372 *wp = '\0'; in _dl_dst_substitute()598 const char *wp = where; in decompose_rpath() local600 while (*inhp == *wp && *wp != '\0') in decompose_rpath()603 ++wp; in decompose_rpath()606 if (*wp == '\0' && (*inhp == '\0' || *inhp == ':')) in decompose_rpath()
2870 char *wp = relative; in print_statistics_item() local2874 *wp++ = *cp++; in print_statistics_item()2877 *wp++ = *cp++; in print_statistics_item()2880 *wp++ = '.'; in print_statistics_item()2881 *wp++ = *cp++; in print_statistics_item()2883 *wp = '\0'; in print_statistics_item()
Completed in 11 milliseconds