HomeSort by: relevance | last modified time | path
    Searched defs:temporary (Results 1 - 12 of 12) sorted by relevancy

  /src/usr.sbin/acpitools/aml/
aml_name.h 63 struct aml_name *temporary; member in struct:aml_local_stack
  /src/external/bsd/kyua-cli/dist/utils/sqlite/
database.cpp 147 /// Opens a memory-based temporary SQLite database.
163 /// accept the values "" and ":memory:"; use temporary() and in_memory()
174 PRE_MSG(!file.str().empty(), "Use database::temporary() instead");
203 sqlite::database::temporary(void) function in class:sqlite::database
database_test.cpp 114 ATF_TEST_CASE_WITHOUT_HEAD(temporary); variable
115 ATF_TEST_CASE_BODY(temporary)
120 // unconditionally write the temporary database to disk (even with
122 sqlite::database db = sqlite::database::temporary();
226 ATF_ADD_TEST_CASE(tcs, temporary);
  /src/external/gpl3/gdb.old/dist/gdb/guile/
scm-breakpoint.c 72 /* Non-zero if the breakpoint is temporary. */
340 [#:internal boolean] [#:temporary boolean]) -> <gdb:breakpoint>
360 int temporary = 0;
369 &temporary_arg_pos, &temporary);
424 bp_smob->spec.is_temporary = temporary;
460 int temporary = bp_smob->spec.is_temporary;
471 temporary, bp_breakpoint,
1067 /* (breakpoint-temporary? <gdb:breakpoint>) -> boolean */
1212 location [#:type <type>] [#:wp-class <wp-class>] [#:internal <bool>] [#:temporary <bool>]\n\
1243 { "breakpoint-temporary?", 1, 0, 0, as_a_scm_t_subr (gdbscm_breakpoint_temporary)
358 int temporary = 0; local
458 int temporary = bp_smob->spec.is_temporary; local
469 temporary, bp_breakpoint, local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/guile/
scm-breakpoint.c 72 /* Non-zero if the breakpoint is temporary. */
340 [#:internal boolean] [#:temporary boolean]) -> <gdb:breakpoint>
360 int temporary = 0;
369 &temporary_arg_pos, &temporary);
424 bp_smob->spec.is_temporary = temporary;
460 int temporary = bp_smob->spec.is_temporary;
471 temporary, bp_breakpoint,
1067 /* (breakpoint-temporary? <gdb:breakpoint>) -> boolean */
1212 location [#:type <type>] [#:wp-class <wp-class>] [#:internal <bool>] [#:temporary <bool>]\n\
1243 { "breakpoint-temporary?", 1, 0, 0, as_a_scm_t_subr (gdbscm_breakpoint_temporary)
358 int temporary = 0; local
458 int temporary = bp_smob->spec.is_temporary; local
469 temporary, bp_breakpoint, local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/python/
py-breakpoint.c 713 /* Python function to determine if the breakpoint is a temporary
916 "temporary","source", "function",
922 PyObject *temporary = NULL; local
935 &temporary, &source,
962 if (temporary != NULL)
964 temporary_bp = PyObject_IsTrue (temporary);
1483 { "temporary", bppy_get_temporary, NULL,
1484 "Whether this breakpoint is a temporary breakpoint."},
  /src/external/gpl3/gdb/dist/gdb/python/
py-breakpoint.c 714 /* Python function to determine if the breakpoint is a temporary
917 "temporary","source", "function",
923 PyObject *temporary = NULL; local
936 &temporary, &source,
963 if (temporary != NULL)
965 temporary_bp = PyObject_IsTrue (temporary);
1484 { "temporary", bppy_get_temporary, NULL,
1485 "Whether this breakpoint is a temporary breakpoint."},
  /src/external/bsd/openldap/dist/servers/slapd/back-ldap/
chain.c 83 * not found in the structure to create a temporary one
444 int temporary = 0; local
610 temporary = 1;
615 temporary = 1;
619 op->o_log_prefix, ref->bv_val, temporary ? "temporary" : "caching" );
636 if ( temporary ) {
732 int temporary = 0; local
855 /* if none is found, create a temporary... */
883 temporary = 1
    [all...]
  /src/external/bsd/wpa/dist/wpa_supplicant/
config_ssid.h 700 * temporary - Whether this network is temporary and not to be saved
702 int temporary; member in struct:wpa_ssid
876 * This pointer can be used to delete temporary networks when a wpa_cred
config.h 82 * temporary - Whether this credential is temporary and not to be saved
84 int temporary; member in struct:wpa_cred
  /src/external/gpl3/gcc/dist/gcc/fortran/
gfortran.h 865 optional:1, pointer:1, target:1, value:1, volatile_:1, temporary:1, member in struct:__anon13616
927 This is used to force the creation of a temporary when the LHS of
986 /* This is a temporary selector for SELECT TYPE/RANK or an associate
3204 gfc_symtree *tmp; /* Current temporary variable. */
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
gfortran.h 857 optional:1, pointer:1, target:1, value:1, volatile_:1, temporary:1, member in struct:__anon16051
919 This is used to force the creation of a temporary when the LHS of
978 /* This is a temporary selector for SELECT TYPE/RANK or an associate
3098 gfc_symtree *tmp; /* Current temporary variable. */

Completed in 47 milliseconds