Home
last modified time | relevance | path

Searched refs:SETFLD_ERRMSG_USE_POS (Results 1 – 3 of 3) sorted by relevance

/coreutils/src/
Dset-fields.c163 FATAL_ERROR ((options & SETFLD_ERRMSG_USE_POS) in set_fields()
171 FATAL_ERROR ((options & SETFLD_ERRMSG_USE_POS) in set_fields()
217 FATAL_ERROR ((options & SETFLD_ERRMSG_USE_POS) in set_fields()
255 error (0, 0, (options & SETFLD_ERRMSG_USE_POS) in set_fields()
267 error (0, 0, (options & SETFLD_ERRMSG_USE_POS) in set_fields()
276 FATAL_ERROR ((options&SETFLD_ERRMSG_USE_POS) in set_fields()
Dset-fields.h37 SETFLD_ERRMSG_USE_POS = 0x04 /* when reporting errors, say 'position' instead enumerator
Dcut.c573 ((byte_mode ? SETFLD_ERRMSG_USE_POS : 0) in main()