HomeSort by: relevance | last modified time | path
    Searched refs:associated (Results 1 - 25 of 96) sorted by relevancy

1 2 3 4

  /src/external/gpl3/gcc/dist/libgfortran/intrinsics/
associated.c 1 /* Implementation of the ASSOCIATED intrinsic
28 extern int associated (const gfc_array_void *, const gfc_array_void *);
29 export_proto(associated); variable
32 associated (const gfc_array_void *pointer, const gfc_array_void *target) function
  /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
associated.c 1 /* Implementation of the ASSOCIATED intrinsic
28 extern int associated (const gfc_array_void *, const gfc_array_void *);
29 export_proto(associated); variable
32 associated (const gfc_array_void *pointer, const gfc_array_void *target) function
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
thread-tracker.c 69 bool associated, previous_associated; member in struct:thread_tracker
95 NETWORK_STATE_TO_STRING(associated);
109 bool associated = false; local
174 associated = true;
181 tracker->previous_associated = tracker->associated;
183 tracker->associated = associated;
204 tracker->associated = tracker->previous_associated = false;
325 return previous ? tracker->previous_associated : tracker->associated;
dnssd-client.c 413 bool associated = true; local
423 associated = false;
430 associated ? "" : " not associated ");
  /src/tests/lib/libc/net/getaddrinfo/
spec_fam_v4.exp 6 No address associated with hostname
  /src/external/bsd/wpa/dist/hostapd/logwatch/
hostapd 32 $details =~ s/^(associated) .*$/$1/i;
  /src/external/bsd/wpa/dist/src/rsn_supp/
pmksa_cache.h 96 int akmp, bool associated);
pmksa_cache.c 640 * @associated: Whether the device is associated
646 int akmp, bool associated)
693 if (associated) {
695 "RSN: Associated with " MACSTR
928 const u8 *fils_cache_id, int akmp, bool associated)
  /src/external/bsd/libevent/dist/
evport.c 403 int associated = ! fdi->pending_idx_plus_1; local
409 if (associated) {
  /src/external/bsd/ntp/dist/sntp/libevent/
evport.c 402 int associated = ! fdi->pending_idx_plus_1; local
408 if (associated) {
  /src/share/locale/ctype/
gen_ctype_utf8.pl 61 * a copy of the Unicode data files and any associated documentation
62 * (the "Data Files") or Unicode software and any associated documentation
70 * (b) this copyright and permission notice appear in associated
  /src/usr.bin/make/unit-tests/
comment.mk 74 # In the commands associated with a target, the '#' does not start a makefile
varmod-loop-delete.mk 42 # In the command that is associated with a target, the scope is the
  /src/external/gpl3/autoconf/dist/lib/Autom4te/
General.pm 99 Set to the help message associated with the option C<--help>.
138 Set to the version message associated to the option C<--version>.
  /src/external/apache2/llvm/dist/llvm/bindings/ocaml/debuginfo/
llvm_debuginfo.mli 259 (** [di_location_get_scope l] Get the local scope associated with
264 (** [di_location_get_inlined_at l] Get the "inlined at" location associated with
268 (** [di_scope_get_file l] Get the metadata of the file associated with scope [s]
605 (** [di_type_get_flags m] Get the flags associated with DIType [m]. *)
615 (** [di_subprogram_get_line m] Get the line associated with subprogram [m]. *)
  /src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
dibuilder.go 95 // NewDIBuilder creates a new DIBuilder, associated with the given module.
576 // specified basic block for the given value and associated debug metadata.
585 // specified basic block for the given value and associated debug metadata.
697 // LocationScope returns the local scope associated with this debug location.
702 // LocationInlinedAt return the "inline at" location associated with this debug
  /src/sys/arch/m68k/060sp/dist/
ilsp.doc 50 instructions, a program can avoid the overhead associated with
iskeletn.s 121 # no action associated with the "chk" exception. If tracing is enabled,
  /src/external/bsd/wpa/dist/src/drivers/
driver_nl80211.h 146 int associated; member in struct:wpa_driver_nl80211_data
  /src/external/gpl3/gcc/dist/gcc/
dwarf2out.h 408 tree associated; member in struct:array_descr_info
  /src/external/gpl3/gcc/dist/libgfortran/io/
format.c 644 fmt->error = "'*' requires at least one associated data descriptor";
  /src/external/gpl3/gcc.old/dist/gcc/
dwarf2out.h 379 tree associated; member in struct:array_descr_info
  /src/external/gpl3/gcc.old/dist/libgfortran/io/
format.c 644 fmt->error = "'*' requires at least one associated data descriptor";
  /src/crypto/external/apache2/openssl/dist/util/perl/OpenSSL/
Test.pm 637 associated with the test (see L</DESCRIPTION> above).
657 associated with the test (see L</DESCRIPTION> above) and FILENAME is the name
677 associated with the test (see L</DESCRIPTION> above).
699 associated with the test (see L</DESCRIPTION> above) and FILENAME is the name
1236 # but that depends on if the user has associated the '.pl'
  /src/external/bsd/openldap/dist/servers/slapd/back-sql/rdbms_depend/oracle/
testdb_metadata.sql 27 -- add_proc a procedure to insert the attribute; it takes the value of the attribute that is added, and the "keytbl.keycol" of the entry it is associated to
28 -- delete_proc a procedure to delete the attribute; it takes the value of the attribute that is added, and the "keytbl.keycol" of the entry it is associated to

Completed in 61 milliseconds

1 2 3 4