Searched defs:newline (Results 1 - 4 of 4) sorted by relevance

/systemd/src/basic/
H A Dutf8.c147 bool utf8_is_printable_newline(const char* str, size_t length, bool newline) { argument
164 (!newline && val == '\n'))
H A Dfileio.c296 const char *newline,
322 assert(newline);
353 if (strchr(newline, c)) {
377 if (strchr(newline, c)) {
417 if (strchr(newline, c)) {
464 if (!strchr(newline, c)) {
494 if (!strchr(newline, c)) {
523 if (!strchr(newline, c)) {
536 else if (strchr(newline, c)) {
633 const char *newline,
293 parse_env_file_internal( FILE *f, const char *fname, const char *newline, int (*push) (const char *filename, unsigned line, const char *key, char *value, void *userdata, int *n_pushed), void *userdata, int *n_pushed) argument
631 parse_env_file( const char *fname, const char *newline, ...) argument
686 load_env_file(FILE *f, const char *fname, const char *newline, char ***rl) argument
745 load_env_file_pairs(FILE *f, const char *fname, const char *newline, char ***rl) argument
[all...]
/systemd/src/journal/
H A Dsd-journal.c2370 bool newline = false; local
2375 if (newline)
2378 newline = true;
/systemd/src/systemctl/
H A Dsystemctl.c4759 static int cat_file(const char *filename, bool newline) { argument
4767 newline ? "\n" : "",

Completed in 3266 milliseconds