Home
last modified time | relevance | path

Searched defs:ptr (Results 1 – 6 of 6) sorted by relevance

/coreutils/gl/lib/
Drandread.c49 # define ALIGNED_POINTER(ptr, type) true argument
51 # define ALIGNED_POINTER(ptr, type) ((size_t) (ptr) % alignof (type) == 0) argument
/coreutils/src/
Dtac-pipe.c32 char *ptr; member
Djoin.c274 char *ptr = line->buf.buffer; in xfields() local
Dsystem.h497 ptr_align (void const *ptr, size_t alignment) in ptr_align()
Dnumfmt.c1151 char *ptr = nullptr; in parse_human_number() local
Dsort.c1616 char *ptr = line->text, *lim = ptr + line->length - 1; in begfield() local
1659 char *ptr = line->text, *lim = ptr + line->length - 1; in limfield() local
1781 char *ptr = buf->buf + buf->used; in fillbuf() local