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

/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Delfedit.c81 * Types used by tokenize_user_cmd() to represent the result of
2412 * are only valid until the next call to tokenize_user_cmd().
2415 tokenize_user_cmd(const char *user_cmd_str, size_t len, int inc_null_final) function
2501 tokst = tokenize_user_cmd(user_cmd_str, -1, 0);
3154 tokst = tokenize_user_cmd(line, word_end, 1);

Completed in 63 milliseconds