Searched defs:strip_ptr (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/newtask/
H A Dutils.c144 char *cp2, *strip_ptr = NULL; local
161 if (strip_ptr == NULL) {
162 strip_ptr = cp2;
165 if (strip_ptr != NULL) {
166 *strip_ptr++ = *cp2;
171 if (strip_ptr != NULL) {
172 *strip_ptr = '\0';
/illumos-gate/usr/src/lib/libc/port/gen/
H A Ddeflt.c364 char *strip_ptr = NULL; local
368 if (strip_ptr == NULL)
369 strip_ptr = ptr; /* skip over quote */
371 if (strip_ptr != NULL) {
372 *strip_ptr = *ptr;
373 strip_ptr++;
378 if (strip_ptr != NULL) {
379 *strip_ptr = '\0';
/illumos-gate/usr/src/lib/libzoneinfo/common/
H A Dlibzone.c1354 char *strip_ptr = NULL; local
1358 if (strip_ptr == NULL)
1359 strip_ptr = to;
1361 if (strip_ptr != NULL) {
1362 *strip_ptr = *from;
1363 strip_ptr++;
1371 if (strip_ptr != NULL) {
1372 *strip_ptr = '\0';

Completed in 87 milliseconds