Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Delfedit.c2418 tokenize_user_cmd(const char *user_cmd_str, size_t len, int inc_null_final) in tokenize_user_cmd() argument
2438 tokst.tokst_cmd_len = strlen(user_cmd_str); in tokenize_user_cmd()
2443 (void) strlcpy(str.buf, user_cmd_str, tokst.tokst_cmd_len); in tokenize_user_cmd()
2490 parse_user_cmd(const char *user_cmd_str) in parse_user_cmd() argument
2504 tokst = tokenize_user_cmd(user_cmd_str, -1, 0); in parse_user_cmd()
2531 (void) strncpy(ucmd->ucmd_orig_str, user_cmd_str, tokst->tokst_cmd_len); in parse_user_cmd()