Searched refs:free (Results 151 - 175 of 1098) sorted by relevance

1234567891011>>

/haiku/src/tests/system/network/
H A Dselect_test_big.c46 free(s);
101 free(s);
/haiku/src/tools/
H A Dexec.c149 free(newVal);
152 free(currentArg);
/haiku/src/system/libroot/posix/stdlib/
H A Dstrfmon.c249 free(currency_symbol);
280 free(asciivalue);
401 free(asciivalue);
402 free(currency_symbol);
415 free(asciivalue);
417 free(currency_symbol);
569 free(avalue);
626 free(avalue);
/haiku/src/add-ons/input_server/filters/shortcut_catcher/
H A DKeyInfos.cpp165 free(keys);
166 free(map);
/haiku/src/add-ons/kernel/file_systems/websearchfs/
H A Dstring_utils.c2 * Copyright 2004-2008, Fran��ois Revol, <revol@free.fr>.
155 free(p);
156 free(malloc(10));
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dlogfile.c8 * This program/include file is free software; you can redistribute it and/or
234 "overflowing client free and/or in use lists.\n");
334 /* Switch to and check the in use list if we just did the free list. */
470 free(trp);
610 free(kaddr);
635 free(rstr1_ph);
641 free(rstr2_ph);
649 free(rstr1_ph);
653 free(kaddr);
654 free(rstr1_p
[all...]
H A Dvolume.c9 * This program/include file is free software; you can redistribute it and/or
214 free(v->vol_name);
215 free(v->upcase);
216 if (v->locase) free(v->locase);
217 free(v->attrdef);
218 free(v);
235 free(si);
585 free(bs);
665 free(bs);
719 free(r
[all...]
/haiku/src/bin/
H A Dbadblocks.cpp84 free(buffer);
89 free(buffer);
/haiku/src/libs/bsd/
H A Dfts.c135 free(ptr);
246 free(parent);
247 mem2: free(sp->fts_path);
248 mem1: free(sp);
291 free(freep);
293 free(p);
300 free(sp->fts_array);
301 free(sp->fts_path);
311 free(sp);
318 free(s
[all...]
/haiku/src/add-ons/kernel/busses/random/ccp/
H A Dccp_pci.cpp65 free(bus);
83 free(bus);
/haiku/src/add-ons/kernel/file_systems/ntfs/utils/
H A Dmkntfs.c18 * This program is free software; you can redistribute it and/or modify
327 * (freeing free clusters is not considered as an error)
356 free(p);
675 free(b);
761 * Return the allocated runlist. Caller has to free the runlist when finished
782 /* Loop in current zone until we run out of free clusters. */
837 free(rl);
1499 free(rl);
1753 free(fn);
1766 free(f
[all...]
/haiku/headers/private/app/
H A DSimpleMallocIO.h28 free(fBuffer);
/haiku/headers/private/kernel/util/
H A DStack.h28 free(fArray);
38 // could also free the memory
/haiku/src/add-ons/kernel/file_systems/netfs/shared/
H A DRequest.cpp60 free(buffer);
/haiku/src/add-ons/media/media-add-ons/dvb/
H A DPacket.cpp4 * Permission is hereby granted, free of charge, to any person
72 free(fBuffer);
/haiku/src/apps/terminal/
H A DInlineInput.cpp144 free(fClauses);
/haiku/src/build/libroot/
H A Dfs_freebsd.cpp46 // Not needed but this saves malloc and free operations
68 free(tmpBlock);
117 free(tmpBlock);
146 // Not needed but this saves malloc and free operations
170 free(tmpBlock);
223 free(tmpBlock);
/haiku/src/kits/mail/
H A DNodeMessage.cpp63 free(buf);
/haiku/src/kits/storage/disk_device/jobs/
H A DSetStringJob.cpp28 free(fString);
/haiku/src/servers/input/
H A DPathList.cpp27 free((char*)path);
/haiku/src/system/boot/loader/net/
H A DChainBuffer.cpp92 free(fData);
/haiku/src/system/kernel/arch/x86/paging/32bit/
H A DX86PagingStructures32Bit.cpp56 // free the page dir
57 free(pgdir_virt);
/haiku/src/system/libroot/posix/glibc/arch/ppc/
H A Drshift.S5 The GNU C Library is free software; you can redistribute it and/or
37 addi r7,r3,-4 # move adjusted res_ptr to free return reg
/haiku/src/system/libroot/posix/glibc/libio/
H A Diofclose.c4 The GNU C Library is free software; you can redistribute it and/or
76 /* This stream has a wide orientation. This means we have to free
93 free(fp);
/haiku/src/tools/fs_shell/
H A Dhash.cpp77 free(t);
103 free(table->table);
104 free(table);
257 free(iterator);

Completed in 305 milliseconds

1234567891011>>