zephyr/lib/posix
Ulf Magnusson 8cf8db3a73 Kconfig: Use a short, consistent style for prompts
Consistently use

    config FOO
            bool/int/hex/string "Prompt text"

instead of

    config FOO
            bool/int/hex/string
            prompt "Prompt text"

(...and a bunch of other variations that e.g. swapped the order of the
type and the 'prompt', or put other properties between them).

The shorthand is fully equivalent to using 'prompt'. It saves lines and
avoids tricking people into thinking there is some semantic difference.

Most of the grunt work was done by a modified version of
https://unix.stackexchange.com/questions/26284/
how-can-i-use-sed-to-replace-a-multi-line-string/26290#26290, but some
of the rarer variations had to be converted manually.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
2018-08-15 04:10:10 -07:00
..
clock.c lib: posix: clock: Use k_uptime_get() to compute tv_nsec 2018-06-02 16:00:23 -04:00
CMakeLists.txt posix: add pthread_key and pthread_once APIs 2018-07-19 08:46:33 -04:00
fs.c lib: posix: Fix Out-of-bound write to char array 2018-07-03 13:01:58 -05:00
Kconfig Kconfig: Use a short, consistent style for prompts 2018-08-15 04:10:10 -07:00
mqueue.c lib: posix: mqueue: Minor formatting cleanups 2018-04-21 06:56:27 -07:00
pthread_barrier.c kernel: Fix sloppy wait queue API 2018-05-18 01:48:48 +03:00
pthread_common.c lib: posix: pthread_common: Fix potential integer overflow issue 2018-04-30 06:49:42 -04:00
pthread_cond.c lib: posix: Implement posix mutex APIs 2018-05-18 23:02:28 +03:00
pthread_key.c posix: add pthread_key and pthread_once APIs 2018-07-19 08:46:33 -04:00
pthread_mutex.c lib/posix: Port wait_q usage to new API 2018-05-19 07:00:55 +03:00
pthread_rwlock.c
pthread_sched.c
pthread.c posix: add pthread_key and pthread_once APIs 2018-07-19 08:46:33 -04:00
semaphore.c
sleep.c
timer.c lib: posix: Fix integer overflow in timer_gettime 2018-04-05 16:43:05 -04:00