Searched refs:sv (Results 51 - 75 of 97) sorted by relevance

1234

/freebsd-11-stable/contrib/libucl/src/
H A Ducl_emitter_utils.c473 ucl_utstring_append_len (obj->value.sv, obj->len, buf);
493 if (memchr (obj->value.sv, '\n', obj->len) != NULL) {
H A Ducl_util.c435 obj->value.sv,
437 deconst->value.sv = obj->trash_stack[UCL_TRASH_VALUE];
444 obj->value.sv,
447 deconst->value.sv = obj->trash_stack[UCL_TRASH_VALUE];
2104 obj->value.sv = dst;
2113 obj->value.sv = dst;
3137 *target = obj->value.sv;
3233 new->value.sv = new->trash_stack[UCL_TRASH_VALUE];
/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_utils.h327 extern void spv_set(sparse_vector_t sv, uint32_t idx, void *value);
328 extern void *spv_get(sparse_vector_t sv, uint32_t idx);
/freebsd-11-stable/contrib/netcat/
H A Dnetcat.c147 struct servent *sv; local
165 sv = NULL;
514 sv = NULL;
516 sv = getservbyport(
525 sv ? sv->s_name : "*");
/freebsd-11-stable/contrib/tcpdump/
H A Daddrtoname.c785 struct servent *sv; local
790 while ((sv = getservent()) != NULL) {
791 int port = ntohs(sv->s_port);
793 if (strcmp(sv->s_proto, "tcp") == 0)
795 else if (strcmp(sv->s_proto, "udp") == 0)
806 table->name = strdup(sv->s_name);
/freebsd-11-stable/contrib/blacklist/bin/
H A Dconf.c198 struct servent *sv; local
201 if ((sv = getservbyname(p, "tcp")) != NULL) {
202 *(int *)r = ntohs(sv->s_port);
205 if ((sv = getservbyname(p, "udp")) != NULL) {
206 *(int *)r = ntohs(sv->s_port);
/freebsd-11-stable/tools/regression/security/open_to_operation/
H A Dopen_to_operation.c679 int fd, i, mode, sv[2]; local
693 if (socketpair(PF_LOCAL, SOCK_STREAM, 0, sv) < 0) {
697 if (sendfile(fd, sv[0], 0, 1, NULL, &sent, 0) == 0) {
715 close(sv[0]);
716 close(sv[1]);
/freebsd-11-stable/crypto/openssh/regress/
H A Dnetcat.c147 struct servent *sv; local
160 sv = NULL;
486 sv = NULL;
488 sv = getservbyport(
497 sv ? sv->s_name : "*");
/freebsd-11-stable/contrib/ntp/sntp/libopts/
H A Denum.c521 uintptr_t sv = od->optArg.argIntptr; local
525 od->optArg.argIntptr = sv;
/freebsd-11-stable/tests/sys/aio/
H A Dlio_test.c52 thr_handler(union sigval sv __unused)
/freebsd-11-stable/sys/kern/
H A Dkern_proc.c2872 const struct sysentvec *sv; local
2884 sv = p->p_sysent;
2889 if (sv->sv_sigcode_base != 0) {
2890 kst32.ksigtramp_start = sv->sv_sigcode_base;
2891 kst32.ksigtramp_end = sv->sv_sigcode_base +
2892 *sv->sv_szsigcode;
2894 kst32.ksigtramp_start = sv->sv_psstrings -
2895 *sv->sv_szsigcode;
2896 kst32.ksigtramp_end = sv->sv_psstrings;
2905 if (sv
[all...]
H A Dimgact_elf.c794 struct sysentvec *sv; local
919 sv = brand_info->sysvec;
936 error = exec_new_vmspace(imgp, sv);
937 imgp->proc->p_sysent = sv;
952 sv->sv_pagesize);
1057 &imgp->entry_addr, sv->sv_pagesize);
1066 &imgp->entry_addr, sv->sv_pagesize);
1072 &imgp->entry_addr, sv->sv_pagesize);
H A Duipc_syscalls.c735 int error, sv[2]; local
738 uap->protocol, sv);
741 error = copyout(sv, uap->rsv, 2 * sizeof(int));
743 (void)kern_close(td, sv[0]);
744 (void)kern_close(td, sv[1]);
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_refclock.c85 double sv
91 pp->filter[pp->coderecv] = sv;
118 double sv
124 pp->filter[pp->coderecv] = sv;
H A Drefclock_ripencc.c1598 char sv[9]; local
1666 sv[i] = buf[i + 66];
1667 if (sv[i]) {
1669 b = (unsigned char) (sv[i]<0 ? -sv[i] : sv[i]);
1680 lon_min, east_west, alt, sv[0], sv[1], sv[2], sv[
[all...]
/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileBinaryWriter.cpp934 source_version_command sv; local
935 sv.cmd = LC_SOURCE_VERSION;
936 sv.cmdsize = sizeof(source_version_command);
937 sv.version = _file.sourceVersion;
939 swapStruct(sv);
940 memcpy(lc, &sv, sizeof(source_version_command));
/freebsd-11-stable/usr.sbin/pc-sysinstall/backend/
H A Dfunctions-localize.sh394 sv)
396 SETLANG="sv"
/freebsd-11-stable/contrib/openresolv/
H A Dresolvconf.in328 elif [ -x /bin/sv ]; then
329 RESTARTCMD="/bin/sv status \$1 >/dev/null 2>&1 && /bin/sv try-restart \$1"
330 elif [ -x /usr/bin/sv ]; then
331 RESTARTCMD="/usr/bin/sv status \$1 >/dev/null 2>&1 && /usr/bin/sv try-restart \$1"
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_custom.cpp828 __dfsw_socketpair(int domain, int type, int protocol, int sv[2], argument
832 int ret = socketpair(domain, type, protocol, sv);
835 dfsan_set_label(0, sv, sizeof(*sv) * 2);
/freebsd-11-stable/contrib/elftoolchain/libelftc/
H A Dlibelftc_dem_gnu3.c2505 struct vector_str *output, sv; local
2758 if (!vector_str_init(&sv)) {
2762 if (!vector_str_push(&sv, subst_str, subst_str_len)) {
2764 vector_str_dest(&sv);
2768 if (!cpp_demangle_push_subst_v(ddata, &sv)) {
2769 vector_str_dest(&sv);
2772 vector_str_dest(&sv);
/freebsd-11-stable/contrib/libcxxrt/
H A Dlibelftc_dem_gnu3.c2839 struct vector_str *output, sv; local
3092 if (!vector_str_init(&sv)) {
3096 if (!vector_str_push(&sv, subst_str, subst_str_len)) {
3098 vector_str_dest(&sv);
3102 if (!cpp_demangle_push_subst_v(ddata, &sv)) {
3103 vector_str_dest(&sv);
3106 vector_str_dest(&sv);
/freebsd-11-stable/sys/dev/sound/pci/
H A Denvy24.c2137 u_int16_t sv, sd; local
2145 sv = pci_get_subvendor(dev);
2148 if (cfg_table[i].subvendor == sv &&
2390 u_int32_t sv, sd; local
2412 sv = pci_get_subvendor(sc->dev);
2414 if (sv == cfg_table[i].subvendor && sd == cfg_table[i].subdevice) {
H A Denvy24ht.c2051 u_int16_t sv, sd; local
2059 sv = pci_get_subvendor(dev);
2062 if (cfg_table[i].subvendor == sv &&
2297 u_int32_t sv, sd; local
2321 sv = pci_get_subvendor(sc->dev);
2323 if (sv == cfg_table[i].subvendor && sd == cfg_table[i].subdevice) {
/freebsd-11-stable/contrib/file/src/
H A Dapprentice.c3336 swap2(uint16_t sv) argument
3339 uint8_t *s = RCAST(uint8_t *, RCAST(void *, &sv));
3350 swap4(uint32_t sv) argument
3353 uint8_t *s = RCAST(uint8_t *, RCAST(void *, &sv));
3366 swap8(uint64_t sv) argument
3369 uint8_t *s = RCAST(uint8_t *, RCAST(void *, &sv));
/freebsd-11-stable/contrib/ntp/sntp/libevent/include/event2/
H A Dutil.h363 int evutil_socketpair(int d, int type, int protocol, evutil_socket_t sv[2]);

Completed in 422 milliseconds

1234