Home
last modified time | relevance | path

Searched defs:con (Results 1 – 25 of 90) sorted by relevance

1234

/third_party/selinux/libsepol/src/
Dcontext_record.c26 const char *sepol_context_get_user(const sepol_context_t * con) in sepol_context_get_user()
34 sepol_context_t * con, const char *user) in sepol_context_set_user()
51 const char *sepol_context_get_role(const sepol_context_t * con) in sepol_context_get_role()
59 sepol_context_t * con, const char *role) in sepol_context_set_role()
75 const char *sepol_context_get_type(const sepol_context_t * con) in sepol_context_get_type()
83 sepol_context_t * con, const char *type) in sepol_context_set_type()
99 const char *sepol_context_get_mls(const sepol_context_t * con) in sepol_context_get_mls()
107 sepol_context_t * con, const char *mls) in sepol_context_set_mls()
126 sepol_context_t *con = in sepol_context_create() local
145 const sepol_context_t * con, sepol_context_t ** con_ptr) in sepol_context_clone()
[all …]
/third_party/popt/src/
Dpopt.c51 static void prtcon(const char *msg, poptContext con) in prtcon()
64 void poptSetExecPath(poptContext con, const char * path, int allowAbsolute) in poptSetExecPath()
72 static void invokeCallbacksPRE(poptContext con, const struct poptOption * opt) in invokeCallbacksPRE()
92 static void invokeCallbacksPOST(poptContext con, const struct poptOption * opt) in invokeCallbacksPOST()
112 static void invokeCallbacksOPTION(poptContext con, in invokeCallbacksOPTION()
157 poptContext con = malloc(sizeof(*con)); in poptGetContext() local
202 void poptResetContext(poptContext con) in poptResetContext()
239 static int handleExec(poptContext con, in handleExec()
333 static int handleAlias(poptContext con, in handleAlias()
448 static int execCommand(poptContext con) in execCommand()
[all …]
Dpoptconfig.c72 static int poptGlob(UNUSED(poptContext con), const char * pattern, in poptGlob()
202 static int configAppMatch(poptContext con, const char * s) in configAppMatch()
222 static int poptConfigLine(poptContext con, char * line) in poptConfigLine()
342 int poptReadConfigFile(poptContext con, const char * fn) in poptReadConfigFile()
394 int poptReadConfigFiles(poptContext con, const char * paths) in poptReadConfigFiles()
437 int poptReadDefaultConfig(poptContext con, UNUSED(int useEnv)) in poptReadDefaultConfig()
486 poptFini(poptContext con) in poptFini()
495 poptContext con = NULL; in poptInit() local
Dpopthelp.c33 static void displayArgs(poptContext con, in displayArgs()
567 static void singleTableHelp(poptContext con, FILE * fp, in singleTableHelp()
613 static size_t showHelpIntro(poptContext con, FILE * fp) in showHelpIntro()
632 void poptPrintHelp(poptContext con, FILE * fp, UNUSED(int flags)) in poptPrintHelp()
761 static size_t singleTableUsage(poptContext con, FILE * fp, columns_t columns, in singleTableUsage()
849 void poptPrintUsage(poptContext con, FILE * fp, UNUSED(int flags)) in poptPrintUsage()
884 void poptSetOtherOptionHelp(poptContext con, const char * text) in poptSetOtherOptionHelp()
/third_party/cups-filters/cupsfilters/
Dcolord.c115 get_filename_for_profile_path (DBusConnection *con, in get_filename_for_profile_path()
170 get_profile_for_device_path (DBusConnection *con, in get_profile_for_device_path()
265 get_device_path_for_device_id (DBusConnection *con, in get_device_path_for_device_id()
317 DBusConnection *con = NULL; in colord_get_profile_for_device_id() local
356 get_profile_inhibitors (DBusConnection *con, const char *object_path) in get_profile_inhibitors()
419 DBusConnection *con; in colord_get_inhibit_for_device_id() local
/third_party/selinux/libselinux/src/
Dcheck_context.c12 int security_check_context_raw(const char * con) in security_check_context_raw()
35 int security_check_context(const char * con) in security_check_context()
Dget_initial_context.c14 int security_get_initial_context_raw(const char * name, char ** con) in security_get_initial_context_raw()
66 int security_get_initial_context(const char * name, char ** con) in security_get_initial_context()
Dcanonicalize_context.c12 int security_canonicalize_context_raw(const char * con, in security_canonicalize_context_raw()
68 int security_canonicalize_context(const char * con, in security_canonicalize_context()
Dcompute_user.c14 const char *user, char *** con) in security_compute_user_raw()
91 const char *user, char *** con) in security_compute_user()
Dget_context_list.c21 context_t con; in get_default_context_with_role() local
65 context_t con; in get_default_context_with_rolelevel() local
147 context_t con; in get_context_user() local
354 context_t con; in get_ordered_context_list_with_level() local
Dfreecon.c6 void freecon(char * con) in freecon()
Dfreeconary.c6 void freeconary(char ** con) in freeconary()
Dmatchpathcon.c92 static int add_array_elt(char *con) in add_array_elt()
438 static int matchpathcon_internal(const char *path, mode_t mode, char ** con) in matchpathcon_internal()
459 int matchpathcon(const char *path, mode_t mode, char ** con) { in matchpathcon()
463 int matchpathcon_index(const char *name, mode_t mode, char ** con) in matchpathcon_index()
503 char * con = NULL; in selinux_file_context_verify() local
Dlabel.c267 int selabel_lookup(struct selabel_handle *rec, char **con, in selabel_lookup()
280 int selabel_lookup_raw(struct selabel_handle *rec, char **con, in selabel_lookup_raw()
330 int selabel_lookup_best_match(struct selabel_handle *rec, char **con, in selabel_lookup_best_match()
348 int selabel_lookup_best_match_raw(struct selabel_handle *rec, char **con, in selabel_lookup_best_match_raw()
Dmatchmediacon.c14 int matchmediacon(const char *media, char ** con) in matchmediacon()
Dselinux_check_securetty_context.c19 context_t con = context_new(tty_context); in selinux_check_securetty_context() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/
Ddbus_new_helpers.c534 DBusConnection *con; in wpa_dbus_register_object_per_iface() local
583 DBusConnection *con = ctrl_iface->con; in wpa_dbus_unregister_object_per_iface() local
656 DBusConnection *con, const char *path, const char *interface, in do_send_prop_changed_signal()
691 DBusConnection *con, const char *path, const char *interface, in do_send_deprecated_prop_changed_signal()
718 DBusConnection *con, const char *path, const char *interface, in send_prop_changed_signal()
742 DBusConnection *con = eloop_ctx; in flush_object_timeout_handler() local
752 static void recursive_flush_changed_properties(DBusConnection *con, in recursive_flush_changed_properties()
782 void wpa_dbus_flush_all_changed_properties(DBusConnection *con) in wpa_dbus_flush_all_changed_properties()
805 void wpa_dbus_flush_object_changed_properties(DBusConnection *con, in wpa_dbus_flush_object_changed_properties()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/
Ddbus_new_helpers.c534 DBusConnection *con; in wpa_dbus_register_object_per_iface() local
583 DBusConnection *con = ctrl_iface->con; in wpa_dbus_unregister_object_per_iface() local
656 DBusConnection *con, const char *path, const char *interface, in do_send_prop_changed_signal()
691 DBusConnection *con, const char *path, const char *interface, in do_send_deprecated_prop_changed_signal()
718 DBusConnection *con, const char *path, const char *interface, in send_prop_changed_signal()
742 DBusConnection *con = eloop_ctx; in flush_object_timeout_handler() local
752 static void recursive_flush_changed_properties(DBusConnection *con, in recursive_flush_changed_properties()
782 void wpa_dbus_flush_all_changed_properties(DBusConnection *con) in wpa_dbus_flush_all_changed_properties()
805 void wpa_dbus_flush_object_changed_properties(DBusConnection *con, in wpa_dbus_flush_object_changed_properties()
/third_party/rust/crates/termcolor/wincolor/src/
Dlib.rs15 let mut con = Console::stdout().unwrap(); localVariable
/third_party/python/Doc/includes/sqlite3/
Dpysqlite_datetime.py4 con = sqlite3.connect(":memory:", detect_types=sqlite3.PARSE_DECLTYPES|sqlite3.PARSE_COLNAMES) variable
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_test_blend.c157 LLVMValueRef con; in add_blend_test() local
202 const double *con, in compute_blend_ref_term()
364 const double *con, in compute_blend_ref()
471 uint8_t *src, *src1, *dst, *con, *res, *ref; in test_one() local
/third_party/toybox/toys/other/
Dchcon.c26 char *path, *con = *toys.optargs; in do_chcon() local
/third_party/openssl/test/
Dservername_test.c100 SSL *con = NULL; in client_setup_sni_before_state() local
152 SSL *con = NULL; in client_setup_sni_after_state() local
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/ErrorRecovery/IncompleteMemberVariables/
DparserErrorRecovery_IncompleteMemberVariable2.ts12 public con:C "hello"; property in Point
DparserErrorRecovery_IncompleteMemberVariable1.ts12 public con: "hello"; property in Point

1234