Home
last modified time | relevance | path

Searched refs:key_loc (Results 1 – 25 of 62) sorted by relevance

123

/dports/devel/monotone/monotone-1.1/src/
H A Dssh_agent.cc329 u32 key_loc = 0, slen; in get_keys() local
331 get_string_from_buf(key, key_loc, slen, type); in get_keys()
339 get_string_from_buf(key, key_loc, slen, e_str); in get_keys()
345 get_string_from_buf(key, key_loc, slen, n_str); in get_keys()
351 E(key.length() == key_loc, origin::system, in get_keys()
354 % key_loc in get_keys()
368 % key_loc); in get_keys()
/dports/graphics/R-cran-ggplot2/ggplot2/R/
H A Dguide-bins.R382 key_loc <- data_frame( functionVar
397 names(key_loc) <- c("C", "R")
410 key_loc$R <- key_loc$R + 2
425 key_loc$C <- key_loc$C + 2
455 kcols <- rep(key_loc$C, each = ngeom)
456 krows <- rep(key_loc$R, each = ngeom)
/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/fs_mgr/
H A Dfs_mgr.cpp929 strcmp(fstab->recs[top_idx].key_loc, KEY_IN_FOOTER)) { in fs_mgr_mount_all()
930 int fd = open(fstab->recs[top_idx].key_loc, O_WRONLY); in fs_mgr_mount_all()
933 << fstab->recs[top_idx].key_loc; in fs_mgr_mount_all()
938 << fstab->recs[top_idx].key_loc << " wouldn't open"; in fs_mgr_mount_all()
941 !strcmp(fstab->recs[top_idx].key_loc, KEY_IN_FOOTER)) { in fs_mgr_mount_all()
1295 void fs_mgr_get_crypt_info(struct fstab* fstab, char* key_loc, char* real_blk_device, size_t size) { in fs_mgr_get_crypt_info() argument
1297 if (key_loc) { in fs_mgr_get_crypt_info()
1299 strlcpy(key_loc, rec->key_loc, size); in fs_mgr_get_crypt_info()
1301 *key_loc = '\0'; in fs_mgr_get_crypt_info()
H A Dfs_mgr_fstab.cpp39 char *key_loc; member
241 flag_vals->key_loc = strdup(strchr(p, '=') + 1); in parse_flags()
254 flag_vals->key_loc = strdup(strchr(p, '=') + 1); in parse_flags()
259 flag_vals->key_loc = strdup(strchr(p, '=') + 1); in parse_flags()
613 fstab->recs[cnt].key_loc = flag_vals.key_loc; in fs_mgr_read_fstab_file()
840 free(fstab->recs[i].key_loc); in fs_mgr_free_fstab()
/dports/devel/R-cran-vctrs/vctrs/src/
H A Dgroup.c175 SEXP key_loc = PROTECT_N(Rf_allocVector(INTSXP, n_groups), &nprot); in vec_group_loc() local
176 int* p_key_loc = INTEGER(key_loc); in vec_group_loc()
221 SEXP out_key = PROTECT_N(vec_slice(x, key_loc), &nprot); in vec_group_loc()
/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/fs_mgr/include/
H A Dfs_mgr.h75 void fs_mgr_get_crypt_info(struct fstab* fstab, char* key_loc, char* real_blk_device, size_t size);
/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/fs_mgr/include_fstab/fstab/
H A Dfstab.h46 char* key_loc; member
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/fs_mgr/tests/
H A Dfs_mgr_test.cpp414 EXPECT_EQ("", entry->key_loc); in TEST()
442 EXPECT_EQ("", entry->key_loc); in TEST()
471 EXPECT_EQ("", entry->key_loc); in TEST()
492 EXPECT_EQ("/dir/key", entry->key_loc); in TEST()
660 EXPECT_EQ("/dir/key", entry->key_loc); in TEST()
683 EXPECT_EQ("/dir/key", entry->key_loc); in TEST()
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/fs_mgr/include_fstab/fstab/
H A Dfstab.h39 std::string key_loc; member
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/fs_mgr/
H A Dfs_mgr_roots.cpp123 bool crypt_footer = rec->is_encryptable() && rec->key_loc == "footer"; in EnsurePathMounted()
H A Dfs_mgr.cpp1202 if (current_entry.is_encryptable() && current_entry.key_loc != KEY_IN_FOOTER) { in fs_mgr_mount_all()
1204 open(current_entry.key_loc.c_str(), O_WRONLY | O_CLOEXEC))); in fs_mgr_mount_all()
1206 LINFO << __FUNCTION__ << "(): also wipe " << current_entry.key_loc; in fs_mgr_mount_all()
1209 PERROR << __FUNCTION__ << "(): " << current_entry.key_loc << " wouldn't open"; in fs_mgr_mount_all()
1211 } else if (current_entry.is_encryptable() && current_entry.key_loc == KEY_IN_FOOTER) { in fs_mgr_mount_all()
H A Dfs_mgr_fstab.cpp247 entry->key_loc = arg; in ParseFsMgrFlags()
294 entry->key_loc = arg; in ParseFsMgrFlags()
301 entry->key_loc = arg; in ParseFsMgrFlags()
/dports/sysutils/getssl/getssl-2.35/
H A Dgetssl989 key_loc=$2 # domain key location
992 if [[ -s "$key_loc" ]]; then
993 debug "domain key exists at $key_loc - skipping generation"
997 info "creating key - $key_loc"
1000 openssl genrsa "$key_len" > "$key_loc";;
1002 openssl ecparam -genkey -name "$key_type" > "$key_loc";;
1004 error_exit "unknown private key algorithm type $key_loc";;
/dports/lang/mit-scheme/mit-scheme-9.2/src/microcode/
H A Dgcloop.c1030 SCHEME_OBJECT * key_loc = (ephemeron_addr + EPHEMERON_KEY); in update_ephemerons() local
1031 SCHEME_OBJECT old_key = (READ_TOSPACE (key_loc)); in update_ephemerons()
1034 WRITE_TOSPACE (key_loc, new_key); in update_ephemerons()
/dports/security/libssh/libssh-0.9.6/src/
H A Doptions.c1499 static int ssh_bind_set_key(ssh_bind sshbind, char **key_loc, in ssh_bind_set_key() argument
1505 SAFE_FREE(*key_loc); in ssh_bind_set_key()
1506 *key_loc = strdup(value); in ssh_bind_set_key()
1507 if (*key_loc == NULL) { in ssh_bind_set_key()
/dports/ports-mgmt/synth/synth-2.12/src/
H A Dreplicant.adb1024 key_loc : constant String := "/etc/repo.key"; constant
1025 use_key : constant Boolean := AD.Exists (smount & key_loc);
1033 silent_exec (command & " " & key_loc);
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dinput.c1440 location_t key_loc = get_key_loc (locs[0]); in record_string_concatenation() local
1444 if (RESERVED_LOCATION_P (key_loc)) in record_string_concatenation()
1449 m_table->put (key_loc, concat); in record_string_concatenation()
1468 location_t key_loc = get_key_loc (loc); in get_string_concatenation() local
1471 if (RESERVED_LOCATION_P (key_loc)) in get_string_concatenation()
1474 string_concat **concat = m_table->get (key_loc); in get_string_concatenation()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dinput.c1275 location_t key_loc = get_key_loc (locs[0]); in record_string_concatenation() local
1279 m_table->put (key_loc, concat); in record_string_concatenation()
1298 location_t key_loc = get_key_loc (loc); in get_string_concatenation() local
1300 string_concat **concat = m_table->get (key_loc); in get_string_concatenation()
/dports/net-mgmt/zabbix4-server/zabbix-4.0.30/src/libs/zbxcommon/
H A Dstr.c3654 zbx_strloc_t key_loc, func_loc, func_param; in zbx_token_parse_simple_macro_key() local
3681 key_loc.l = key - expression; in zbx_token_parse_simple_macro_key()
3682 key_loc.r = ptr - expression - 1; in zbx_token_parse_simple_macro_key()
3706 data->key = key_loc; in zbx_token_parse_simple_macro_key()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dinput.c1275 location_t key_loc = get_key_loc (locs[0]); in record_string_concatenation() local
1279 m_table->put (key_loc, concat); in record_string_concatenation()
1298 location_t key_loc = get_key_loc (loc); in get_string_concatenation() local
1300 string_concat **concat = m_table->get (key_loc); in get_string_concatenation()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dinput.c1275 location_t key_loc = get_key_loc (locs[0]); in record_string_concatenation() local
1279 m_table->put (key_loc, concat); in record_string_concatenation()
1298 location_t key_loc = get_key_loc (loc); in get_string_concatenation() local
1300 string_concat **concat = m_table->get (key_loc); in get_string_concatenation()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dinput.c1275 location_t key_loc = get_key_loc (locs[0]); in record_string_concatenation() local
1279 m_table->put (key_loc, concat); in record_string_concatenation()
1298 location_t key_loc = get_key_loc (loc); in get_string_concatenation() local
1300 string_concat **concat = m_table->get (key_loc); in get_string_concatenation()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dinput.c1275 location_t key_loc = get_key_loc (locs[0]); in record_string_concatenation() local
1279 m_table->put (key_loc, concat); in record_string_concatenation()
1298 location_t key_loc = get_key_loc (loc); in get_string_concatenation() local
1300 string_concat **concat = m_table->get (key_loc); in get_string_concatenation()
/dports/net-mgmt/zabbix4-java/zabbix-4.0.30/src/libs/zbxcommon/
H A Dstr.c3654 zbx_strloc_t key_loc, func_loc, func_param; in zbx_token_parse_simple_macro_key() local
3681 key_loc.l = key - expression; in zbx_token_parse_simple_macro_key()
3682 key_loc.r = ptr - expression - 1; in zbx_token_parse_simple_macro_key()
3706 data->key = key_loc; in zbx_token_parse_simple_macro_key()
/dports/net-mgmt/zabbix4-frontend/zabbix-4.0.30/src/libs/zbxcommon/
H A Dstr.c3654 zbx_strloc_t key_loc, func_loc, func_param; in zbx_token_parse_simple_macro_key() local
3681 key_loc.l = key - expression; in zbx_token_parse_simple_macro_key()
3682 key_loc.r = ptr - expression - 1; in zbx_token_parse_simple_macro_key()
3706 data->key = key_loc; in zbx_token_parse_simple_macro_key()

123