Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sgs/elfedit/common/
H A Delfedit.c2415 tokenize_user_cmd(const char *user_cmd_str, size_t len, int inc_null_final) in tokenize_user_cmd() argument
2435 tokst.tokst_cmd_len = strlen(user_cmd_str); in tokenize_user_cmd()
2440 (void) strlcpy(str.buf, user_cmd_str, tokst.tokst_cmd_len); in tokenize_user_cmd()
2487 parse_user_cmd(const char *user_cmd_str) in parse_user_cmd() argument
2501 tokst = tokenize_user_cmd(user_cmd_str, -1, 0); in parse_user_cmd()
2528 (void) strncpy(ucmd->ucmd_orig_str, user_cmd_str, tokst->tokst_cmd_len); in parse_user_cmd()