Searched refs:f_args (Results 1 - 9 of 9) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/ia64/stand/common/
H A Dfileload.c131 if (fp->f_args != NULL) {
133 pager_output(fp->f_args);
198 fp->f_args = unargv(argc, argv);
251 if (fp->f_args != NULL)
252 free(fp->f_args);
H A Dboot.c100 if (fp->f_args != NULL)
101 free(fp->f_args);
102 fp->f_args = unargv(argc - 1, argv + 1);
H A Dbootstrap.h189 char *f_args; /* arguments for the file */ member in struct:preloaded_file
/netbsd-6-1-5-RELEASE/usr.bin/xlint/lint2/
H A Dlint2.h154 arginf_t *f_args; /* information about constant arguments */ member in struct:fcall
H A Dchk.c417 for (ai = call->f_args; ai != NULL; ai = ai->a_nxt) {
530 ai1 = call1 != NULL ? call1->f_args : NULL;
546 for (ai = call->f_args; ai != NULL; ai = ai->a_nxt) {
575 for (ai = call->f_args; ai != NULL; ai = ai->a_nxt) {
H A Dread.c290 lai = &fcall->f_args;
/netbsd-6-1-5-RELEASE/sys/arch/ia64/stand/efi/libefi/
H A Dbootinfo.c217 bi->bi_boothowto = bi_getboothowto(fp->f_args);
/netbsd-6-1-5-RELEASE/sys/arch/ia64/stand/ia64/ski/
H A Dbootinfo.c216 bi->bi_boothowto = bi_getboothowto(fp->f_args);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/spu/
H A Dspu.c4068 tree f_args, f_skip, record, type_decl;
4077 f_args = build_decl (BUILTINS_LOCATION,
4082 DECL_FIELD_CONTEXT (f_args) = record;
4083 DECL_ALIGN (f_args) = 128;
4084 DECL_USER_ALIGN (f_args) = 1;
4092 TYPE_FIELDS (record) = f_args;
4093 TREE_CHAIN (f_args) = f_skip;
4124 tree f_args, f_skip;
4127 f_args = TYPE_FIELDS (TREE_TYPE (va_list_type_node));
4128 f_skip = TREE_CHAIN (f_args);
4058 tree f_args, f_skip, record, type_decl; local
4114 tree f_args, f_skip; local
4166 tree f_args, f_skip; local
[all...]

Completed in 82 milliseconds