Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libbsm/common/
H A Dau_to.c57 get_token(int s) in get_token() function
88 token = get_token(2 * sizeof (char) + sizeof (int32_t) + in au_to_header()
93 token = get_token(2 * sizeof (char) + 3 * sizeof (int32_t) + in au_to_header()
148 token = get_token(2 * sizeof (char) + sizeof (int32_t) + in au_to_header_ex()
152 token = get_token(2 * sizeof (char) + 3 * sizeof (int32_t) + in au_to_header_ex()
189 token = get_token(sizeof (char) + sizeof (int32_t) + sizeof (short)); in au_to_trailer()
215 token = get_token((int)(2 * sizeof (char) + sizeof (int32_t) + in au_to_arg32()
244 token = get_token((int)(2 * sizeof (char) + sizeof (int64_t) + in au_to_arg64()
273 token = get_token(sizeof (char) + in au_to_attr()
279 token = get_token(sizeof (char) + sizeof (int32_t) * 5 + in au_to_attr()
[all …]
/illumos-gate/usr/src/cmd/bart/
H A Dcompare.c45 static void get_token(char *line, int *curr_pos, int line_len, char *buf,
237 get_token(line, &pos, line_len, fname, PATH_MAX); in parse_line()
238 get_token(line, &pos, line_len, type, TYPE_SIZE); in parse_line()
239 get_token(line, &pos, line_len, size, MISC_SIZE); in parse_line()
240 get_token(line, &pos, line_len, mode, MISC_SIZE); in parse_line()
241 get_token(line, &pos, line_len, acl, ACL_SIZE); in parse_line()
242 get_token(line, &pos, line_len, mtime, MISC_SIZE); in parse_line()
243 get_token(line, &pos, line_len, uid, MISC_SIZE); in parse_line()
244 get_token(line, &pos, line_len, gid, MISC_SIZE); in parse_line()
254 get_token(line, &pos, line_len, contents, PATH_MAX); in parse_line()
[all …]
/illumos-gate/usr/src/cmd/rpcgen/
H A Drpc_scan.c73 get_token(tokp); in scan()
84 get_token(tokp); in scan2()
95 get_token(tokp); in scan3()
107 get_token(tokp); in scan_num()
122 get_token(tokp); in peek()
134 get_token(tokp); in peekscan()
144 get_token(token *tokp) in get_token() function
H A Drpc_parse.c75 get_token(&tok); in get_definition()
279 get_token(&tok); in def_struct()
691 get_token(&tok); in get_type()
756 get_token(&tok); in unsigned_dec()
760 get_token(&tok); in unsigned_dec()
765 get_token(&tok); in unsigned_dec()
770 get_token(&tok); in unsigned_dec()
775 get_token(&tok); in unsigned_dec()
H A Drpc_scan.h115 extern void get_token(token *);
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm_hyper.c142 get_token(char **token, char *str, char *delim) in get_token() function
514 parsestr = get_token(path, kernstr, " \t,"); in cvt_metal_kernel()
532 if ((parsestr = get_token(&token, parsestr, " \t,")) == NULL) { in cvt_metal_kernel()
546 while ((parsestr = get_token(&token, parsestr, ",")) != NULL) { in cvt_metal_kernel()
570 parsestr = get_token(&token, kernel, " \t,"); in cvt_hyper_kernel()
590 while ((parsestr = get_token(&token, parsestr, " ")) != NULL) { in cvt_hyper_kernel()
617 while ((parsestr = get_token(path, parsestr, " \t,")) != NULL) { in cvt_hyper_module()
626 ((parsestr = get_token(&token, parsestr, " \t,")) == NULL)) { in cvt_hyper_module()
644 while ((parsestr = get_token(&token, parsestr, ",")) != NULL) { in cvt_hyper_module()
688 if ((parsestr = get_token(&token, line, " \t")) == NULL) { in parse_bootenvrc()
[all …]
/illumos-gate/usr/src/cmd/tic/
H A Dtic_parse.c126 extern int get_token(void);
189 token_type = get_token(); in compile()
209 if ((token_type = get_token()) != NAMES) in compile()
221 if ((token_type = get_token()) != NAMES) in compile()
311 for (token_type = get_token(); in do_entry()
313 token_type = get_token()) { in do_entry()
H A Dtic_scan.c135 get_token() in get_token() function
292 type = get_token(); in get_token()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lw2plus/fcal_leds/
H A Dfc_led_parse.c40 static token_t get_token(char **pptr, int lineNo, actfun_t *fun);
114 get_token( in get_token() function
436 tok = get_token(p_str, 0, &action); in act_led_id()
502 tok = get_token(&ptr, lineNo, &action); in fc_led_parse()