Searched refs:r_name (Results 1 - 20 of 20) sorted by relevance

/macosx-10.10.1/remote_cmds-47/talk.tproj/
H A Dget_names.c122 strncpy(msg.r_name, his_name, NAME_SIZE);
123 msg.r_name[NAME_SIZE - 1] = '\0';
H A Dio.c98 msg.r_name, his_machine_name);
/macosx-10.10.1/Libc-1044.1.2/include/protocols/
H A Dtalkd.h110 char r_name[NAME_SIZE];/* callee's name */ member in struct:__anon2755
/macosx-10.10.1/remote_cmds-47/talkd.tproj/
H A Dtable.c112 if (strcmp(request->l_name, ptr->request.r_name) == 0 &&
113 strcmp(request->r_name, ptr->request.l_name) == 0 &&
149 if (strcmp(request->r_name, ptr->request.r_name) == 0 &&
H A Dprint.c76 cp, tp, (long)mp->id_num, mp->l_name, mp->r_name, mp->r_tty);
H A Dprocess.c154 result = find_user(mp->r_name, mp->r_tty);
/macosx-10.10.1/BerkeleyDB-21/db/dbreg/
H A Ddbreg.c736 DBT fid_dbt, r_name, *dbtp; local
747 memset(&r_name, 0, sizeof(r_name));
748 r_name.data = R_ADDR(&dblp->reginfo, fnp->fname_off);
749 r_name.size = (u_int32_t)strlen((char *)r_name.data) + 1;
750 dbtp = &r_name;
917 DBT fid_dbt, r_name; local
942 memset(&r_name, 0, sizeof(r_name));
[all...]
/macosx-10.10.1/Libinfo-459/rpc.subproj/
H A Dgetrpcent.c148 if (strcmp(rpc->r_name, name) == 0)
226 d->rpc.r_name = d->line;
/macosx-10.10.1/libpcap-48/libpcap/Win32/Include/net/
H A Dnetdb.h77 char *r_name; /* name of server for this rpc program */ member in struct:rpcent
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/include/dns/
H A Drpz.h138 dns_name_t *r_name; member in struct:__anon6425
/macosx-10.10.1/tcpdump-61/tcpdump/
H A Dprint-sunrpc.c169 strlcpy(buf, rp->r_name, sizeof(buf));
/macosx-10.10.1/ICU-531.30/icuSources/tools/tzcode/
H A Dzic.c64 const char * r_name; member in struct:rule
519 fprintf(f, "zone %s %d %d %s", zoneName, zoneOffset, startYear, rule->r_name);
524 rule->r_name, ruleIndex);
540 r->r_name, r->r_filename, r->r_linenum);
545 r->r_name, DYCODE[r->r_dycode],
553 ruleIndex, r->r_name, r->r_filename, r->r_linenum);
858 return strcmp(((const struct rule *) cp1)->r_name,
859 ((const struct rule *) cp2)->r_name);
874 if (strcmp(rules[i].r_name,
875 rules[i + 1].r_name) !
[all...]
/macosx-10.10.1/Libinfo-459/lookup.subproj/
H A Dnetdb.h160 char *r_name; /* name of server for this rpc program */ member in struct:rpcent
H A Dds_module.c1393 if (0 != _extract_string_from_xpc_array_index(reply, i++, (const char **)&tmp.r_name)) return NULL;
1401 item = (si_item_t *)LI_ils_create("L4488s*4", (unsigned long)si, CATEGORY_RPC, 1, valid_global, valid_cat, tmp.r_name, tmp.r_aliases, tmp.r_number);
1416 tmp.r_name = (char *)"";
1422 else if (!strcmp(key, "r_name"))
1424 status |= _extract_string_from_xpc_object(value, (const char **)&tmp.r_name);
1446 item = (si_item_t *)LI_ils_create("L4488s*4", (unsigned long)si, CATEGORY_RPC, 1, valid_global, valid_cat, tmp.r_name, tmp.r_aliases, tmp.r_number);
H A Dsi_module.c460 if (string_equal(name, ent.r->r_name)) return 1;
/macosx-10.10.1/system_cmds-643.1.1/zic.tproj/
H A Dzic.c34 const char * r_name; member in struct:rule
714 return strcmp(((const struct rule *) cp1)->r_name,
715 ((const struct rule *) cp2)->r_name);
730 if (strcmp(rules[i].r_name,
731 rules[i + 1].r_name) != 0)
741 if (strcmp(rules[i].r_name,
742 rules[j].r_name) != 0)
763 if (strcmp(rp->r_name, rules[out].r_name) != 0)
767 if (strcmp(zp->z_rule, rp->r_name) !
[all...]
/macosx-10.10.1/bind9-45.101/bind9/lib/lwres/win32/include/lwres/
H A Dnetdb.h498 char *r_name; /* name of server for this rpc program */
/macosx-10.10.1/bind9-45.101/bind9/lib/lwres/include/lwres/
H A Dnetdb.h.in502 char *r_name; /* name of server for this rpc program */
/macosx-10.10.1/lsof-53/lsof/
H A Dprint.c241 if (r->r_name && strlen(r->r_name))
242 cp = r->r_name;
/macosx-10.10.1/bind9-45.101/bind9/bin/named/
H A Dquery.c3864 INSIST(dns_name_equal(name, st->r_name));
3939 dns_name_copy(name, st->r_name, NULL);
3940 result = query_recurse(client, type, st->r_name,
4433 st->r_name = dns_fixedname_name(&st->_r_namef);

Completed in 183 milliseconds