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

/osnet-11/usr/src/lib/libc/port/gen/
H A Ddeflt.c374 char *strip_ptr = NULL; local
378 if (strip_ptr == NULL)
379 strip_ptr = ptr; /* skip over quote */
381 if (strip_ptr != NULL) {
382 *strip_ptr = *ptr;
383 strip_ptr++;
388 if (strip_ptr != NULL) {
389 *strip_ptr = '\0';
/osnet-11/usr/src/lib/libzoneinfo/common/
H A Dlibzone.c1423 char *strip_ptr = NULL; local
1427 if (strip_ptr == NULL)
1428 strip_ptr = to;
1430 if (strip_ptr != NULL) {
1431 *strip_ptr = *from;
1432 strip_ptr++;
1440 if (strip_ptr != NULL) {
1441 *strip_ptr = '\0';

Completed in 30 milliseconds