Home
last modified time | relevance | path

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

/titanic_41/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 …]
/titanic_41/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); in parse_line()
239 get_token(line, &pos, line_len, type, TYPE_SIZE); in parse_line()
240 get_token(line, &pos, line_len, size, MISC_SIZE); in parse_line()
241 get_token(line, &pos, line_len, mode, MISC_SIZE); in parse_line()
242 get_token(line, &pos, line_len, acl, ACL_SIZE); in parse_line()
243 get_token(line, &pos, line_len, mtime, MISC_SIZE); in parse_line()
244 get_token(line, &pos, line_len, uid, MISC_SIZE); in parse_line()
245 get_token(line, &pos, line_len, gid, MISC_SIZE); in parse_line()
255 get_token(line, &pos, line_len, contents, PATH_MAX); in parse_line()
[all …]
/titanic_41/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 *);
/titanic_41/usr/src/cmd/boot/bootadm/
H A Dbootadm_hyper.c142 get_token(char **token, char *str, char *delim) in get_token() function
513 parsestr = get_token(path, kernstr, " \t,"); in cvt_metal_kernel()
530 if ((parsestr = get_token(&token, parsestr, " \t,")) == NULL) { in cvt_metal_kernel()
544 while ((parsestr = get_token(&token, parsestr, ",")) != NULL) { in cvt_metal_kernel()
568 parsestr = get_token(&token, kernel, " \t,"); in cvt_hyper_kernel()
587 while ((parsestr = get_token(&token, parsestr, " ")) != NULL) { in cvt_hyper_kernel()
614 while ((parsestr = get_token(path, parsestr, " \t,")) != NULL) { in cvt_hyper_module()
623 ((parsestr = get_token(&token, parsestr, " \t,")) == NULL)) { in cvt_hyper_module()
641 while ((parsestr = get_token(&token, parsestr, ",")) != NULL) { in cvt_hyper_module()
684 if ((parsestr = get_token(&token, line, " \t")) == NULL) { in parse_bootenvrc()
[all …]
/titanic_41/usr/src/lib/libxcurses/src/tic/
H A Dticparse.c50 extern int get_token ANSI((void)); /* from ticscan.c */
560 for (token_type = get_token();
562 token_type = get_token()) {
648 token_type = get_token(); in compile()
670 if ((token_type = get_token()) != NAMES) in compile()
681 if ((token_type = get_token()) != NAMES) in compile()
H A Dticscan.c105 get_token() in get_token() function
248 type = get_token(); in get_token()
/titanic_41/usr/src/cmd/tic/
H A Dtic_parse.c173 token_type = get_token(); in compile()
193 if ((token_type = get_token()) != NAMES) in compile()
205 if ((token_type = get_token()) != NAMES) in compile()
296 for (token_type = get_token();
298 token_type = get_token()) {
H A Dtic_scan.c133 get_token() in get_token() function
290 type = get_token(); in get_token()
/titanic_41/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);
116 get_token( in get_token() function
438 tok = get_token(p_str, 0, &action); in act_led_id()
504 tok = get_token(&ptr, lineNo, &action); in fc_led_parse()
/titanic_41/usr/src/lib/efcode/engine/
H A Dfcode.c703 get_token(fcode_env_t *env) in get_token() function
957 P1275(0x0da, 0, "get-token", get_token); in _init()