Lines Matching defs:options_ptr
2136 char *options_ptr;
2165 if ((options_ptr = strchr(alias_buf, ':')) != NULL) {
2166 *options_ptr = '\0';
2167 (void) strlcpy(options, ++options_ptr, sizeof (options));
2193 if (options_ptr == NULL) {
2194 options_ptr = strchr(alias_buf, ':');
2195 if (options_ptr != NULL) {
2196 *options_ptr = '\0';
2197 (void) strlcpy(options, ++options_ptr,
2213 if (options_ptr != NULL) {
2214 if ((options_ptr = strrchr(ret_buf, ':')) == NULL) {
2217 *(++options_ptr) = '\0';