HomeSort by: relevance | last modified time | path
    Searched refs:new_id (Results 1 - 25 of 53) sorted by relevancy

1 2 3

  /src/usr.bin/menuc/
avl.c 87 /* insert_id inserts a NEW_ID rec into the tree whose ROOT is
92 int insert_id (id_rec **root, id_rec *new_id)
99 *root = new_id;
100 new_id->left = NULL;
101 new_id->right = NULL;
102 new_id->balance = 0;
107 if (strcmp (new_id->id, (*root)->id) < 0)
110 if (insert_id (&((*root)->left), new_id))
164 if (insert_id (&((*root)->right), new_id))
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_chained_origin_depot.h 20 bool ChainedOriginDepotPut(u32 here_id, u32 prev_id, u32 *new_id);
msan_chained_origin_depot.cc 109 bool ChainedOriginDepotPut(u32 here_id, u32 prev_id, u32 *new_id) {
113 *new_id = h.valid() ? h.id() : 0;
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_chained_origin_depot.h 27 // If successful, returns true and the new chain id new_id.
28 // If the same element already exists, returns false and sets new_id to the
30 bool Put(u32 here_id, u32 prev_id, u32 *new_id);
sanitizer_chained_origin_depot.cpp 130 bool ChainedOriginDepot::Put(u32 here_id, u32 prev_id, u32 *new_id) {
133 *new_id = depot.Put(desc, &inserted);
  /src/libexec/talkd/
extern.h 44 uint32_t new_id(void);
table.c 163 request->id_num = new_id();
184 new_id(void) function
  /src/external/ibm-public/postfix/dist/src/bounce/
bounce_notify_service.c 99 VSTRING *new_id = vstring_alloc(10); local
185 new_id)) != 0) {
194 queue_id, STR(new_id));
229 new_id)) != 0) {
237 queue_id, STR(new_id));
290 new_id)) != 0) {
292 queue_id, STR(new_id));
335 vstring_free(new_id);
bounce_one_service.c 99 VSTRING *new_id = vstring_alloc(10); local
154 new_id)) != 0) {
163 queue_id, STR(new_id));
195 new_id)) != 0) {
203 queue_id, STR(new_id));
247 new_id)) != 0) {
249 queue_id, STR(new_id));
274 vstring_free(new_id);
bounce_warn_service.c 99 VSTRING *new_id = vstring_alloc(10); local
174 new_id)) != 0) {
183 queue_id, STR(new_id));
217 new_id)) != 0) {
225 queue_id, STR(new_id));
274 new_id)) != 0) {
276 queue_id, STR(new_id));
303 vstring_free(new_id);
bounce_trace_service.c 96 VSTRING *new_id; local
180 new_id = vstring_alloc(10);
185 new_id)) != 0) {
187 queue_id, STR(new_id));
225 vstring_free(new_id);
bounce_notify_verp.c 105 VSTRING *new_id; local
152 new_id = vstring_alloc(10);
172 new_id)) != 0) {
180 queue_id, STR(new_id));
238 new_id)) != 0) {
240 queue_id, STR(new_id));
271 vstring_free(new_id);
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_chained_origin_depot.h 27 // If successful, returns true and the new chain id new_id.
28 // If the same element already exists, returns false and sets new_id to the
30 bool Put(u32 here_id, u32 prev_id, u32 *new_id);
sanitizer_chained_origin_depot.cpp 129 bool ChainedOriginDepot::Put(u32 here_id, u32 prev_id, u32 *new_id) {
132 *new_id = depot.Put(desc, &inserted);
  /src/external/gpl3/binutils/dist/gas/config/
obj-evax.c 273 char new_id [4096]; local
276 strcpy (new_id, base_id);
279 strcpy (new_id, shorten_identifier (new_id));
284 memmove (&new_id [prefix_dotdot], new_id, strlen (new_id) + 1);
285 strncpy (new_id, prefix, prefix_dotdot);
290 strcat (new_id, suffix);
293 return_id = xstrdup (new_id);
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
obj-evax.c 273 char new_id [4096]; local
276 strcpy (new_id, base_id);
279 strcpy (new_id, shorten_identifier (new_id));
284 memmove (&new_id [prefix_dotdot], new_id, strlen (new_id) + 1);
285 strncpy (new_id, prefix, prefix_dotdot);
290 strcat (new_id, suffix);
293 return_id = xstrdup (new_id);
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/gvt/
trace.h 349 TP_PROTO(int old_id, int new_id, char *action, unsigned int reg,
352 TP_ARGS(old_id, new_id, action, reg, old_val, new_val),
356 __field(int, new_id)
365 __entry->new_id = new_id;
373 __entry->old_id, __entry->new_id,
  /src/external/bsd/bc/dist/
util.c 392 /* insert_id_rec inserts a NEW_ID rec into the tree whose ROOT is
397 int insert_id_rec (id_rec **root, id_rec *new_id)
404 *root = new_id;
405 new_id->left = NULL;
406 new_id->right = NULL;
407 new_id->balance = 0;
412 if (strcmp (new_id->id, (*root)->id) < 0)
415 if (insert_id_rec (&((*root)->left), new_id))
469 if (insert_id_rec (&((*root)->right), new_id))
proto.h 79 int insert_id_rec (id_rec **root, id_rec *new_id);
  /src/external/gpl3/binutils/dist/libctf/
ctf-dump.c 93 ctf_id_t new_id; local
97 new_id = id;
108 id = new_id;
222 new_id = ar.ctr_contents;
225 new_id = ctf_type_reference (fp, id);
226 if (new_id != CTF_ERR)
229 while (new_id != CTF_ERR);
  /src/external/gpl3/binutils.old/dist/libctf/
ctf-dump.c 93 ctf_id_t new_id; local
97 new_id = id;
108 id = new_id;
222 new_id = ar.ctr_contents;
225 new_id = ctf_type_reference (fp, id);
226 if (new_id != CTF_ERR)
229 while (new_id != CTF_ERR);
  /src/external/gpl3/gdb.old/dist/libctf/
ctf-dump.c 93 ctf_id_t new_id; local
97 new_id = id;
108 id = new_id;
222 new_id = ar.ctr_contents;
225 new_id = ctf_type_reference (fp, id);
226 if (new_id != CTF_ERR)
229 while (new_id != CTF_ERR);
  /src/external/gpl3/gdb/dist/libctf/
ctf-dump.c 93 ctf_id_t new_id; local
97 new_id = id;
108 id = new_id;
222 new_id = ar.ctr_contents;
225 new_id = ctf_type_reference (fp, id);
226 if (new_id != CTF_ERR)
229 while (new_id != CTF_ERR);
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
dwz.c 178 gdb::unique_xmalloc_ptr<bfd_byte> new_id; local
180 if (!get_debug_sup_info (abfd, nullptr, &new_len, &new_id))
183 && memcmp (buildid, new_id.get (), len) == 0);
  /src/external/ibm-public/postfix/dist/src/postsuper/
postsuper.c 845 VSTRING *new_id = vstring_alloc(10); local
858 vstring_sprintf(new_id, "%.*s%s",
863 vstring_sprintf(new_id, "%.*s%c%s",
868 MQID_LG_GET_HEX_USEC(new_id, cp);
869 vstring_strcat(new_id, get_file_id_st(st, 0));
878 mail_queue_path(new_path, *log_qpp, STR(new_id));
887 mail_queue_path(new_path, actual_queue, STR(new_id));
896 vstring_free(new_id);

Completed in 29 milliseconds

1 2 3