Home
last modified time | relevance | path

Searched refs:harg (Results 1 – 4 of 4) sorted by relevance

/freebsd-10-stable/usr.sbin/pppctl/
Dpppctl.c426 int pos, harg; in main() local
428 for (harg = pos = 0; harg < argc; harg++) in main()
429 if (harg == 0 || harg != hide2) { in main()
430 if (harg == 0 || harg != hide1) in main()
432 harg ? " " : "", argv[harg]); in main()
435 hide1off, argv[harg]); in main()
/freebsd-10-stable/contrib/binutils/bfd/
Dsunos.c2099 struct aout_link_hash_entry *harg) in sunos_write_dynamic_symbol() argument
2101 struct sunos_link_hash_entry *h = (struct sunos_link_hash_entry *) harg; in sunos_write_dynamic_symbol()
2332 struct aout_link_hash_entry *harg, in sunos_check_dynamic_reloc() argument
2338 struct sunos_link_hash_entry *h = (struct sunos_link_hash_entry *) harg; in sunos_check_dynamic_reloc()
Dxcofflink.c2413 struct bfd_link_hash_entry *harg, in bfd_xcoff_link_record_set() argument
2416 struct xcoff_link_hash_entry *h = (struct xcoff_link_hash_entry *) harg; in bfd_xcoff_link_record_set()
2445 struct bfd_link_hash_entry *harg, in bfd_xcoff_import_symbol() argument
2452 struct xcoff_link_hash_entry *h = (struct xcoff_link_hash_entry *) harg; in bfd_xcoff_import_symbol()
2562 struct bfd_link_hash_entry *harg) in bfd_xcoff_export_symbol() argument
2564 struct xcoff_link_hash_entry *h = (struct xcoff_link_hash_entry *) harg; in bfd_xcoff_export_symbol()
/freebsd-10-stable/contrib/gcc/
DChangeLog-200534544 * harg-reg-set.h (reg_class_names): Prototype global array.