/ndk/sources/host-tools/make-3.81/ |
dep.h | 34 Note that the first two words of this match a struct nameseq. */ 51 struct nameseq struct 53 struct nameseq *next; 58 extern struct nameseq *multi_glob PARAMS ((struct nameseq *chain, unsigned int size)); 60 extern struct nameseq *parse_file_seq (); 62 extern struct nameseq *parse_file_seq PARAMS ((char **stringp, int stopchar, unsigned int size, int strip)); 67 extern struct nameseq *ar_glob PARAMS ((char *arname, char *member_pattern, unsigned int size)); 81 extern void free_ns_chain PARAMS ((struct nameseq *n));
|
ar.c | 206 struct nameseq *chain; 222 struct nameseq *new = (struct nameseq *) xmalloc (state->size); 268 struct nameseq * 273 struct nameseq *n;
|
read.c | 134 static void record_files PARAMS ((struct nameseq *filenames, char *pattern, char *pattern_percent, 138 static void record_target_var PARAMS ((struct nameseq *filenames, char *defn, 468 struct nameseq *filenames = 0; 797 struct nameseq *files; 814 sizeof (struct nameseq), 816 sizeof (struct nameseq)); 830 struct nameseq *next = files->next; 1006 sizeof (struct nameseq), 1008 sizeof (struct nameseq)); [all...] |
misc.c | 562 /* Free a chain of `struct nameseq'. Each nameseq->name is freed 566 free_ns_chain (struct nameseq *n) 568 register struct nameseq *tmp;
|
function.c | 352 register struct nameseq *chain; 356 (&line, '\0', sizeof (struct nameseq), 361 sizeof (struct nameseq)); 375 struct nameseq *next = chain->next; [all...] |
main.c | [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
tipc.h | 188 struct tipc_name_seq nameseq; member in union:sockaddr_tipc::__anon39635
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
tipc.h | 188 struct tipc_name_seq nameseq; member in union:sockaddr_tipc::__anon41226
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
tipc.h | 188 struct tipc_name_seq nameseq; member in union:sockaddr_tipc::__anon42740
|