Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/newtask/
H A Dutils.c144 char *cp2, *strip_ptr = NULL; in getdefault() local
161 if (strip_ptr == NULL) { in getdefault()
162 strip_ptr = cp2; in getdefault()
165 if (strip_ptr != NULL) { in getdefault()
166 *strip_ptr++ = *cp2; in getdefault()
171 if (strip_ptr != NULL) { in getdefault()
172 *strip_ptr = '\0'; in getdefault()
/titanic_41/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()
/titanic_41/usr/src/lib/libzoneinfo/common/
H A Dlibzone.c1354 char *strip_ptr = NULL; in strip_quotes() local
1358 if (strip_ptr == NULL) in strip_quotes()
1359 strip_ptr = to; in strip_quotes()
1361 if (strip_ptr != NULL) { in strip_quotes()
1362 *strip_ptr = *from; in strip_quotes()
1363 strip_ptr++; in strip_quotes()
1371 if (strip_ptr != NULL) { in strip_quotes()
1372 *strip_ptr = '\0'; in strip_quotes()