Searched refs:strncpy (Results 51 - 75 of 211) sorted by relevance

123456789

/linux-master/net/sched/
H A Dem_text.c111 strncpy(conf.algo, tm->config->ops->name, sizeof(conf.algo) - 1);
/linux-master/fs/orangefs/
H A Dsuper.c256 strncpy(new_op->upcall.req.fs_mount.orangefs_config_server,
403 strncpy(op->upcall.req.fs_umount.orangefs_config_server,
497 strncpy(new_op->upcall.req.fs_mount.orangefs_config_server,
546 strncpy(ORANGEFS_SB(sb)->devname,
/linux-master/drivers/staging/greybus/
H A Dfw-management.c126 strncpy(fw_info->firmware_tag, response.firmware_tag,
156 strncpy(request.firmware_tag, tag, GB_FIRMWARE_TAG_MAX_SIZE);
252 strncpy(request.firmware_tag, fw_info->firmware_tag,
306 strncpy(request.firmware_tag, tag, GB_FIRMWARE_TAG_MAX_SIZE);
/linux-master/arch/powerpc/boot/
H A Dstring.S21 .globl strncpy
22 strncpy: label
/linux-master/kernel/trace/
H A Dtrace_branch.c77 strncpy(entry->func, f->data.func, TRACE_FUNC_SIZE);
78 strncpy(entry->file, p, TRACE_FILE_SIZE);
/linux-master/scripts/dtc/
H A Dutil.c162 strncpy(x, s + *i, 3);
185 strncpy(x, s + *i, 2);
/linux-master/tools/accounting/
H A Dprocacct.c299 strncpy(cpumask, optarg, sizeof(cpumask));
314 strncpy(cpumask, "1", sizeof(cpumask));
/linux-master/lib/kunit/
H A Dexecutor.c96 strncpy(parsed->suite_glob, filter_glob, period - filter_glob);
97 strncpy(parsed->test_glob, period + 1, len - (period - filter_glob));
/linux-master/tools/testing/selftests/net/
H A Dipsec.c380 strncpy(addr_str, inet_ntoa(addr), IPV4_STR_SZ - 1);
787 strncpy(to_str, inet_ntoa(*(struct in_addr *)&to), IPV4_STR_SZ - 1);
788 strncpy(from_str, inet_ntoa(from), IPV4_STR_SZ - 1);
852 strncpy(alg.u.alg.alg_name, desc->a_algo, ALGO_LEN - 1);
863 strncpy(alg.u.alg.alg_name, desc->c_algo, ALGO_LEN - 1);
876 strncpy(alg.u.aead.alg_name, desc->ae_algo, ALGO_LEN - 1);
883 strncpy(alg.u.alg.alg_name, desc->e_algo, ALGO_LEN - 1);
891 strncpy(alg.u.alg.alg_name, desc->a_algo, ALGO_LEN);
2042 strncpy(desc.a_algo, a, ALGO_LEN - 1);
2044 strncpy(des
[all...]
/linux-master/fs/ecryptfs/
H A Dmain.c299 strncpy(cipher_name_dst, cipher_name_src,
331 strncpy(fnek_dst, fnek_src, ECRYPTFS_SIG_SIZE_HEX);
353 strncpy(fn_cipher_name_dst, fn_cipher_name_src,
/linux-master/include/linux/
H A Dfortify-string.h27 macro(strncpy), \
84 extern char *__underlying_strncpy(char *p, const char *q, __kernel_size_t size) __RENAME(strncpy); variable
147 * strncpy - Copy a string to memory with non-guaranteed NUL padding
161 * results to @p. Using strncpy() remains ambiguous and fragile.
179 char *strncpy(char * const POS p, const char *q, __kernel_size_t size) function
/linux-master/kernel/debug/kdb/
H A Dkdb_io.c371 strncpy(p_tmp+len_tmp, cp, lastchar-cp+1);
373 strncpy(cp, p_tmp+len, len_tmp-len + 1);
/linux-master/tools/perf/tests/
H A Ddlfilter-test.c136 strncpy(comm.comm, comm_str, 16);
163 strncpy(mmap->filename, filename, sizeof(mmap->filename));
/linux-master/lib/
H A Dstring.c92 char *strncpy(char *dest, const char *src, size_t count) function
104 EXPORT_SYMBOL(strncpy); variable
H A Dtest_hexdump.c116 strncpy(p, data_a, l);
/linux-master/net/ipv4/
H A Dtcp_cong.c207 ret = strncpy(buffer, ca->name,
341 strncpy(name, ca->name, TCP_CA_NAME_MAX);
/linux-master/drivers/staging/rtl8192e/
H A Drtllib_softmac_wx.c183 strncpy(b, ieee->current_network.ssid, len);
411 strncpy(ieee->current_network.ssid, extra, len);
/linux-master/tools/hv/
H A Dhv_vss_daemon.c185 strncpy(errdir, ent->mnt_dir, sizeof(errdir)-1);
/linux-master/tools/thermal/tmon/
H A Dtmon.c233 strncpy(ctrl_cdev, optarg, CDEV_NAME_SIZE);
/linux-master/kernel/
H A Dtsacct.c79 strncpy(stats->ac_comm, tsk->comm, sizeof(stats->ac_comm));
/linux-master/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-log.c63 strncpy(log_name, name, MAX_LOG_NAME - 5);
/linux-master/drivers/acpi/acpica/
H A Dexconvrt.c228 strncpy((char *)new_buf, (char *)obj_desc->string.pointer,
/linux-master/net/bridge/netfilter/
H A Dnft_meta_bridge.c66 strncpy((char *)dest, br_dev ? br_dev->name : "", IFNAMSIZ);
/linux-master/arch/s390/boot/
H A Dpgm_check_info.c70 strncpy(buf, p, sizeof(buf));
/linux-master/fs/pstore/
H A Dblk.c244 strncpy(info->device, blkdev, 80);

Completed in 382 milliseconds

123456789