Searched refs:slash_p (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/man-16/man/misc/
H A Dman-preformat.c58 char *slash_p; /* pointer to last slash in installed_path. */ local
65 slash_p = strrchr(installed_path, '/');
66 if (slash_p == NULL) need_dir[0] = '\0';
69 need_dir_l = slash_p - installed_path + 1; /* includes slash */
161 char *slash_p; /* pointer to last slash in .so statement, or NULL */ local
163 slash_p = strrchr(dot_so_stmt, '/');
164 if (slash_p == NULL) {
169 } else if (*(slash_p+1) == '\0') {
178 strncpy(link_contents, slash_p+1, sizeof(link_contents)-10);
252 char *slash_p; /* Pointe local
[all...]

Completed in 180 milliseconds