Searched refs:extract_word (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-avr.c140 static char *extract_word PARAMS ((char *, char *, int));
236 extract_word (char *from, char *to, int limit) function
297 input_line_pointer = extract_word (input_line_pointer, str, 20);
574 str = extract_word (str, r_name, sizeof (r_name));
1078 str = skip_space (extract_word (str, op, sizeof (op)));
1142 str = extract_word (str, op, sizeof (op));
H A Dtc-msp430.c221 extract_word (char *from, char *to, int limit) function
249 input_line_pointer = extract_word (input_line_pointer, str, 32);
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-avr.c277 extract_word (char *from, char *to, int limit) function
334 input_line_pointer = extract_word (input_line_pointer, str, 20);
506 str = extract_word (str, op, sizeof (op));
549 str = extract_word (str, op, sizeof (op));
658 str = extract_word (str, r_name, sizeof (r_name));
1274 str = skip_space (extract_word (str, op, sizeof (op)));
H A Dtc-msp430.c684 extract_word (char * from, char * to, int limit) function
715 input_line_pointer = extract_word (input_line_pointer, str, 32);

Completed in 204 milliseconds