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

/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Delfedit.c2397 * user_cmd_str - String to tokenize
2398 * len - # of characters in user_cmd_str to examine. If
2403 * inc_null_final - If True, and if user_cmd_str has whitespace
2415 tokenize_user_cmd(const char *user_cmd_str, size_t len, int inc_null_final) argument
2435 tokst.tokst_cmd_len = strlen(user_cmd_str);
2440 (void) strlcpy(str.buf, user_cmd_str, tokst.tokst_cmd_len);
2487 parse_user_cmd(const char *user_cmd_str) argument
2501 tokst = tokenize_user_cmd(user_cmd_str, -1, 0);
2528 (void) strncpy(ucmd->ucmd_orig_str, user_cmd_str, tokst->tokst_cmd_len);

Completed in 64 milliseconds