Home
last modified time | relevance | path

Searched refs:strip_ptr (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/newtask/
H A Dutils.c142 char *cp2, *strip_ptr = NULL; in getdefault() local
159 if (strip_ptr == NULL) { in getdefault()
160 strip_ptr = cp2; in getdefault()
163 if (strip_ptr != NULL) { in getdefault()
164 *strip_ptr++ = *cp2; in getdefault()
169 if (strip_ptr != NULL) { in getdefault()
170 *strip_ptr = '\0'; in getdefault()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Ddeflt.c364 char *strip_ptr = NULL; in strip_quotes() local
368 if (strip_ptr == NULL) in strip_quotes()
369 strip_ptr = ptr; /* skip over quote */ in strip_quotes()
371 if (strip_ptr != NULL) { in strip_quotes()
372 *strip_ptr = *ptr; in strip_quotes()
373 strip_ptr++; in strip_quotes()
378 if (strip_ptr != NULL) { in strip_quotes()
379 *strip_ptr = '\0'; in strip_quotes()
/illumos-gate/usr/src/lib/libzoneinfo/common/
H A Dlibzone.c1352 char *strip_ptr = NULL; in strip_quotes() local
1356 if (strip_ptr == NULL) in strip_quotes()
1357 strip_ptr = to; in strip_quotes()
1359 if (strip_ptr != NULL) { in strip_quotes()
1360 *strip_ptr = *from; in strip_quotes()
1361 strip_ptr++; in strip_quotes()
1369 if (strip_ptr != NULL) { in strip_quotes()
1370 *strip_ptr = '\0'; in strip_quotes()