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

/illumos-gate/usr/src/cmd/tic/
H A Dtic_scan.c104 * get_token()
133 get_token() function
290 type = get_token();
/illumos-gate/usr/src/lib/libxcurses/src/tic/
H A Dticscan.c105 get_token() function
248 type = get_token();
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lw2plus/fcal_leds/
H A Dfc_led_parse.c42 static token_t get_token(char **pptr, int lineNo, actfun_t *fun);
49 * Templates for functions which may be returned by get_token().
108 * get_token
116 get_token( function
280 * In practice, this function is only called by get_token() on behalf of
438 tok = get_token(p_str, 0, &action);
504 tok = get_token(&ptr, lineNo, &action);
/illumos-gate/usr/src/cmd/rpcgen/
H A Drpc_scan.c73 get_token(tokp);
84 get_token(tokp);
95 get_token(tokp);
107 get_token(tokp);
122 get_token(tokp);
134 get_token(tokp);
144 get_token(token *tokp) function
/illumos-gate/usr/src/cmd/bart/
H A Dcompare.c46 static void get_token(char *line, int *curr_pos, int line_len, char *buf,
238 get_token(line, &pos, line_len, fname, PATH_MAX);
239 get_token(line, &pos, line_len, type, TYPE_SIZE);
240 get_token(line, &pos, line_len, size, MISC_SIZE);
241 get_token(line, &pos, line_len, mode, MISC_SIZE);
242 get_token(line, &pos, line_len, acl, ACL_SIZE);
243 get_token(line, &pos, line_len, mtime, MISC_SIZE);
244 get_token(line, &pos, line_len, uid, MISC_SIZE);
245 get_token(line, &pos, line_len, gid, MISC_SIZE);
255 get_token(lin
263 get_token(char *line, int *curr_pos, int line_len, char *buf, int buf_size) function
[all...]
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm_hyper.c142 get_token(char **token, char *str, char *delim) function
514 parsestr = get_token(path, kernstr, " \t,");
532 if ((parsestr = get_token(&token, parsestr, " \t,")) == NULL) {
546 while ((parsestr = get_token(&token, parsestr, ",")) != NULL) {
570 parsestr = get_token(&token, kernel, " \t,");
590 while ((parsestr = get_token(&token, parsestr, " ")) != NULL) {
617 while ((parsestr = get_token(path, parsestr, " \t,")) != NULL) {
626 ((parsestr = get_token(&token, parsestr, " \t,")) == NULL)) {
644 while ((parsestr = get_token(&token, parsestr, ",")) != NULL) {
688 if ((parsestr = get_token(
[all...]
/illumos-gate/usr/src/lib/efcode/engine/
H A Dfcode.c703 get_token(fcode_env_t *env) function
957 P1275(0x0da, 0, "get-token", get_token);
/illumos-gate/usr/src/lib/libbsm/common/
H A Dau_to.c57 get_token(int s) function
88 token = get_token(2 * sizeof (char) + sizeof (int32_t) +
93 token = get_token(2 * sizeof (char) + 3 * sizeof (int32_t) +
148 token = get_token(2 * sizeof (char) + sizeof (int32_t) +
152 token = get_token(2 * sizeof (char) + 3 * sizeof (int32_t) +
189 token = get_token(sizeof (char) + sizeof (int32_t) + sizeof (short));
215 token = get_token((int)(2 * sizeof (char) + sizeof (int32_t) +
244 token = get_token((int)(2 * sizeof (char) + sizeof (int64_t) +
273 token = get_token(sizeof (char) +
279 token = get_token(sizeo
[all...]

Completed in 101 milliseconds