Lines Matching refs:with
4 are consistent with one another and spend less time debating style.
75 safer, more pleasant, etc. the decision _for the time being_ is to stick with
86 ### Functions with zero arguments
120 to be allocated in contiguous memory with its containing struct.
129 // Allocate a buffer with 128 bytes available for my_buffer->data.
151 Use the C99 `bool` type with values `true` and `false` defined in `stdbool.h`.
177 routines and objects returned from those functions must be freed with the
179 `list_new` should be freed with `list_free` and no other freeing routine.
232 Each header file must begin with the following Apache 2.0 License with `<year>`
233 and `<owner>` replaced with the year in which the file was authored and the
241 * you may not use this file except in compliance with the License.
277 guide, commands you type will be marked as `code`, with output in *italics*.
280 Use this option if your patch touches only a few files with few intermediate
293 (Replace HASH with 15ce1bd in this example.)
295 ##### Check for conflicts with your patch
337 ##### Start with a tree with your patch applied to the tip of tree
363 ##### Revert your temporary formatting patch (**Bear with me!**)
397 ##### Squash the last three patches with git rebase