- t2ex
- bsd_source/t2ex/network/net/src_bsdlib/libc/net/nsdispatch.c - 21.5KB - 709 lines
244: if (vec != NULL)
245: free(vec);
246: *count = 0;
- More results from nsdispatch.c
- bsd_source/t2ex/network/net/src_bsdlib/libc/resolv/res_init.c - 36.4KB - 1,026 lines
900: #endif
901: free(statp->_u._ext.ext);
902: statp->_u._ext.ext = NULL;
- More results from res_init.c
- bsd_source/t2ex/network/net/src_bsdlib/libc/resolv/res_query.c - 20.3KB - 567 lines
223: #ifdef T2EX
224: free(buf);
225: #endif
- More results from res_query.c
- bsd_source/t2ex/network/net/src_bsdlib/libc/resolv/res_send.c - 46.1KB - 1,357 lines
298: if (n < 0) {
299: free(tname);
300: return (-1);
- More results from res_send.c
- t2ex_source/kernel/sysmain/src/command.c - 24.4KB - 884 lines
500: exit2:
501: free(buf);
502: exit1:
- More results from command.c
- t2ex_source/kernel/sysmain/src/network_sample/net_show.c - 7.0KB - 223 lines
113: SERCD(len));
114: free(buf);
115: return;
- More results from net_show.c
- t2ex_source/kernel/sysmain/src/network_sample/net_test.c - 12.1KB - 415 lines
92: printf(buf);
93: free(buf);
94:
- More results from net_test.c
- t2ex_source/lib/libc/src/dirent/closedir.c - 2.4KB - 73 lines
60: fd = dirp -> fd;
61: free( dirp );
62: r = fs_close( fd );
- t2ex_source/t2ex/network/net/src/netmain/tkn_condvar.c - 10.9KB - 416 lines
129: if ( ercd == E_OK ) {
130: free(condvar_flag, M_KMEM);
131: }
- t2ex_source/t2ex/network/net/src/netmain/tkn_intr.c - 7.0KB - 261 lines
126: /* Request for terminating the task by deleting the semaphore. */
127: free(trampo, M_SOFTINTR);
128: tk_exd_tsk();
- More results from tkn_intr.c