| /onnv/onnv-gate/usr/src/lib/print/libpapi-common/common/ |
| list.c | 61 void **new_list = NULL; local 64 new_list = (void **)calloc(new_size, sizeof (void *)); 65 if (new_list == NULL) 69 new_list[count] = (*list)[count]; 71 *list = new_list;
|
| /onnv/onnv-gate/usr/src/lib/print/libprint/common/ |
| list.c | 69 void **new_list = NULL; local 73 new_list = (void **)calloc(new_size, 75 (void) memset(new_list, NULL, 78 new_list[count] = list[count]; 80 list = new_list;
|
| /onnv/onnv-gate/usr/src/cmd/eeprom/i386/ |
| benv.h | 58 extern eplist_t *new_list(void);
|
| benv.c | 79 new_list(void) function 131 bd->elist = new_list();
|
| /onnv/onnv-gate/usr/src/cmd/sgs/link_audit/common/ |
| perfcnt.c | 78 List *new_list; local 82 if ((new_list = malloc(sizeof (List))) == 0) { 87 new_list->l_dep = dep; 90 list_head = new_list; 91 new_list->l_next = 0; 102 new_list->l_next = list_head; 103 list_head = new_list; 106 prev->l_next = new_list; 107 new_list->l_next = cur;
|
| /onnv/onnv-gate/usr/src/cmd/idmap/idmapd/ |
| directory_provider_ad.c | 104 const char **new_list; local 107 new_list = 108 calloc(req_list_len + MAX_EXTRA_ATTRS + 1, sizeof (*new_list)); 109 if (new_list == NULL) 112 (void) memcpy(new_list, req_list, req_list_len * sizeof (char *)); 121 maybe_add_to_list(new_list, "sAMAccountName"); 127 return (new_list);
|
| /onnv/onnv-gate/usr/src/cmd/zonecfg/ |
| zonecfg_grammar.y | 35 static list_property_ptr_t new_list = NULL, tmp_list, last, 62 if ((new_list = alloc_list()) == NULL) 65 free_list(new_list); 68 new_list->lp_simple = retstr; 69 new_list->lp_complex = NULL; 70 new_list->lp_next = NULL; 72 list[num_prop_vals] = new_list; 77 last->lp_next = new_list; 1042 if ((new_list = alloc_list()) == NULL) 1044 new_list->lp_simple = NULL [all...] |
| /onnv/onnv-gate/usr/src/lib/libsldap/common/ |
| ns_standalone.c | 1860 dir_server_list_t *new_list, *old_list; local [all...] |
| /onnv/onnv-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
| softObjectUtil.c | 1180 move_into_list(soft_object_t **existing_list, soft_object_t **new_list, 1203 insert_into_list(new_list, end_of_list, objp); 1207 * Insert "new_list" into "existing_list", new list will always be inserted 1212 soft_object_t *new_list, soft_object_t *end_new_list) 1215 if (new_list == NULL) { 1220 *existing_list = new_list; 1224 *existing_list = new_list; [all...] |
| /onnv/onnv-gate/usr/src/cmd/lp/cmd/lpsched/ |
| fncs.c | 66 if ((count + 1) % __list_increment == 0) { /* expand the list */ void **new_list = NULL; local 70 new_list = (void **)calloc(new_size, sizeof (void *)); 71 if (new_list == NULL) 75 new_list[count] = (*list)[count]; 77 *list = new_list;
|
| /onnv/onnv-gate/usr/src/lib/libc/amd64/ |
| Makefile | 119 new_list.o \ 969 ../port/gen/new_list.c \ 1148 ../port/gen/new_list.c: ../port/gen/errlist ../port/gen/errlist.awk 1153 pics/new_list.o: ../port/gen/new_list.c
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.ftpd/ |
| ftpcount.c | 345 static void new_list(struct c_list **list) function 352 perror("malloc error in new_list"); 432 (void) new_list(&list);
|
| /onnv/onnv-gate/usr/src/lib/libc/i386/ |
| Makefile.com | 130 new_list.o \ 1027 ../port/gen/new_list.c \ 1224 ../port/gen/new_list.c: ../port/gen/errlist ../port/gen/errlist.awk 1229 pics/new_list.o: ../port/gen/new_list.c
|
| /onnv/onnv-gate/usr/src/lib/libc/sparcv9/ |
| Makefile.com | 136 new_list.o \ 980 $(LIBCDIR)/port/gen/new_list.c \ 1206 $(LIBCDIR)/port/gen/new_list.c: $(LIBCDIR)/port/gen/errlist $(LIBCDIR)/port/gen/errlist.awk 1209 pics/new_list.o: $(LIBCDIR)/port/gen/new_list.c
|
| /onnv/onnv-gate/usr/src/lib/libc/sparc/ |
| Makefile.com | 141 new_list.o \ 1044 $(LIBCDIR)/port/gen/new_list.c \ 1287 $(LIBCDIR)/port/gen/new_list.c: $(LIBCDIR)/port/gen/errlist $(LIBCDIR)/port/gen/errlist.awk 1292 pics/new_list.o: $(LIBCDIR)/port/gen/new_list.c
|
| /onnv/onnv-gate/usr/src/cmd/prctl/ |
| prctl.c | 1343 prctl_list_t *new_list, *old_list = global_rctl_list_head; local [all...] |