Searched defs:id_num (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/talk/
H A Dlook_up.c125 msg.id_num = response->id_num;
143 int id_num; member in struct:ctl_response_runrise
159 rsp.id_num = swaprsp.id_num;
189 rsp.id_num = swaprsp.id_num1
H A Dctl.h81 int id_num; member in struct:ctl_response
91 int id_num; member in struct:ctl_msg
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.talkd/
H A Dtable.c195 response->id_num = request->id_num = new_id();
236 * Delete the invitation with id 'id_num'.
240 delete_invite(int id_num) argument
247 (void) printf("Entering delete_invite with %d\n", id_num);
249 while (ptr != NULL && ptr->request.id_num != id_num) {
H A Dctl.h97 int id_num; member in struct:ctl_response
107 int id_num; member in struct:ctl_msg
/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_db.h79 int id_num; member in struct:nscd_db_entry
225 int id_num);
240 int id_num);
H A Dnscd_dbimpl.c113 * not NULL. If option is NSCD_GET_NEXT_DB_ENTRY and id_num
123 int id_num)
136 if (id_num == db_entry->id_num)
140 if (id_num < 0)
144 if (id_num == db_entry->id_num)
166 int id_num)
177 hash_p = scan_hash(type, str, idx_p, option, id_num);
226 if (db_entry->id_num
118 scan_hash( int type, const char *str, const nscd_hash_t *idx_p, nscd_db_option_t option, int id_num) argument
161 _nscd_get_db_entry( const nscd_db_t *db, int type, const char *str, nscd_db_option_t option, int id_num) argument
286 _nscd_delete_db_entry( nscd_db_t *db, int type, const char *str, nscd_db_option_t option, int id_num) argument
[all...]
/illumos-gate/usr/src/cmd/msgfmt/
H A Dgnu_check.c290 size_t id_len, id_num; local
305 id_num = id->num;
335 id_num, str_num, cur_po); local
339 id_num, str_num, cur_po); local
344 id_num, str_num, cur_po); local
348 id_num, str_num, cur_po); local
362 id_num, plural_num, cur_po); local
366 id_num, plural_num, cur_po); local
371 id_num, plural_num, cur_po); local
375 id_num, plural_nu local
387 id_num, p->num, cur_po, i); local
391 id_num, p->num, cur_po, i); local
397 id_num, p->num, cur_po, i); local
401 id_num, p->num, cur_po, i); local
419 diag(gettext(ERR_INVALID_FMT), id_num, cur_po); local
436 id_num, str_num, cur_po); local
447 id_num, str_num, cur_po); local
487 id_num, plural_num, cur_po); local
498 id_num, plural_num, cur_po); local
512 id_num, p->num, cur_po); local
523 id_num, p->num, cur_po); local
[all...]

Completed in 73 milliseconds