Home
last modified time | relevance | path

Searched refs:r_name (Results 1 – 18 of 18) sorted by relevance

/freebsd/lib/libc/tests/nss/
H A Dgetrpc_test.c86 if (src->r_name != NULL) { in IMPLEMENT_TEST_FILE_SNAPSHOT()
87 dest->r_name = strdup(src->r_name); in IMPLEMENT_TEST_FILE_SNAPSHOT()
88 ATF_REQUIRE(dest->r_name != NULL); in IMPLEMENT_TEST_FILE_SNAPSHOT()
115 free(rpc->r_name); in free_rpcent()
133 if ((strcmp(rpc1->r_name, rpc2->r_name) != 0) || in compare_rpcent()
169 rpc->r_name, rpc->r_number); in sdump_rpcent()
209 rpc->r_name = strdup(s); in rpcent_read_snapshot_func()
210 ATF_REQUIRE(rpc->r_name != NULL); in rpcent_read_snapshot_func()
216 free(rpc->r_name); in rpcent_read_snapshot_func()
245 free(rpc->r_name); in rpcent_read_snapshot_func()
[all …]
/freebsd/tools/test/xregs_sig/
H A Dxregs_sig.c50 const char *r_name; member
68 .r_name = "xmm",
76 .r_name = "ymm",
90 .r_name = "q",
159 printf("%%%s%u\n", xregs_banks[bank].r_name, i); in show_diff()
/freebsd/libexec/talkd/
H A Dtable.c98 if (strcmp(request->l_name, ptr->request.r_name) == 0 && in find_match()
99 strcmp(request->r_name, ptr->request.l_name) == 0 && in find_match()
136 if (strcmp(request->r_name, ptr->request.r_name) == 0 && in find_request()
H A Dprint.c63 cp, tp, (long)mp->id_num, mp->l_name, mp->r_name, mp->r_tty); in print_request()
H A Dprocess.c140 result = find_user(mp->r_name, mp->r_tty); in do_announce()
/freebsd/lib/libc/rpc/
H A Dgetrpcent.c159 rpc->r_name = p; in rpcent_unpack()
300 if (strcmp(rpc->r_name, name) == 0) in files_rpcent()
547 if (strcmp(rpc->r_name, name) == 0) in nis_rpcent()
684 if (rpc->r_name != NULL) in rpc_marshal_func()
685 desired_size += strlen(rpc->r_name) + 1; in rpc_marshal_func()
712 if (new_rpc.r_name != NULL) { in rpc_marshal_func()
713 size = strlen(new_rpc.r_name); in rpc_marshal_func()
714 memcpy(p, new_rpc.r_name, size); in rpc_marshal_func()
715 new_rpc.r_name = p; in rpc_marshal_func()
786 NS_APPLY_OFFSET(rpc->r_name, orig_buf, p, char *); in rpc_unmarshal_func()
/freebsd/sys/kern/
H A Dsubr_hints.c128 char r_name[32]; in res_find() local
238 n = sscanf(cp + 5, "%32[^.].%d.%32[^=]=%127s", r_name, &r_unit, in res_find()
248 if (name && strcmp(name, r_name) != 0) in res_find()
/freebsd/include/rpc/
H A Drpcent.h46 char *r_name; /* name of server for this rpc program */ member
/freebsd/include/protocols/
H A Dtalkd.h76 char r_name[NAME_SIZE];/* callee's name */ member
/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_store_subr.c202 const char *l_name, *r_name; in bhnd_nvstore_idx_cmp() local
218 r_name = bhnd_nvram_trim_path_name(r_str); in bhnd_nvstore_idx_cmp()
221 r_name = r_str; in bhnd_nvstore_idx_cmp()
225 order = strcmp(l_name, r_name); in bhnd_nvstore_idx_cmp()
/freebsd/usr.bin/talk/
H A Dget_names.c109 strlcpy(msg.r_name, his_name, NAME_SIZE); in get_names()
H A Dio.c90 msg.r_name, his_machine_name); in talk()
/freebsd/usr.sbin/moused/
H A Dmoused.c529 static const char *r_name(int type);
883 r_name(rodent.rtype), r_model(rodent.hw.model)); in main()
889 printf("%s\n", r_name(rodent.rtype)); in main()
896 r_name(rodent.rtype), r_model(rodent.hw.model)); in main()
1500 r_name(rodent.mode.protocol), r_name(rodent.rtype), in r_identify()
1501 r_name(rodent.mode.protocol)); in r_identify()
1540 r_name(rodent.mode.protocol), r_name(rodent.rtype), in r_identify()
1541 r_name(roden in r_identify()
1563 r_name(int type) r_name() function
[all...]
/freebsd/contrib/tcpdump/
H A Dprint-sunrpc.c233 strlcpy(buf, rp->r_name, sizeof(buf)); in progstr()
/freebsd/usr.bin/rpcinfo/
H A Drpcinfo.c540 printf(" %s\n", rpc->r_name);
801 printf(" %-10s", rpc->r_name);
856 printf(" %-11s", rpc->r_name);
959 printf(" %-13s", rpc->r_name);
1625 printf("%-16s", rpc->r_name);
1646 printf("%-16s", rpc->r_name);
/freebsd/usr.sbin/rpcbind/
H A Dsecurity.c198 progname = rpc->r_name; in logit()
/freebsd/contrib/tzcode/
H A Dzic.c95 const char * r_name; member
1629 return strcmp(r1->r_name, r2->r_name); in rcomp()
1642 if (strcmp(rules[i].r_name, in associate()
1643 rules[i + 1].r_name) != 0) in associate()
1652 if (strcmp(rules[i].r_name, in associate()
1653 rules[j].r_name) != 0) in associate()
1673 if (strcmp(rp->r_name, rules[out].r_name) != 0) in associate()
1677 if (strcmp(zp->z_rule, rp->r_name) ! in associate()
[all...]
/freebsd/usr.bin/getent/
H A Dgetent.c468 re->r_name, re->r_number) in rpc()