Lines Matching defs:result_buf
1032 static char result_buf[ARG_MAX];
1037 bzero(result_buf, sizeof (result_buf));
1041 result_buf, sizeof (result_buf)) != 0)
1045 result_buf, sizeof (result_buf)) != 0)
1063 if (strstr(result_buf, " ") != NULL)
1067 n = strlen(result_buf);
1068 if (result_buf[n - 1] == ' ')
1069 result_buf[n - 1] = '\0';
1072 ptr = result_buf;
1082 new_argv[a++] = result_buf;
1084 (void) strtok_r(result_buf, " ", &lasts);