/busybox-1.35.0/networking/ |
D | hostname.c | 161 p = strchrnul(hp->h_name, '.'); in hostname_main() 181 strchrnul(buf, '.')[0] = '\0'; in hostname_main()
|
D | httpd_indexcgi.c | 230 strchrnul(location, '?')[0] = '\0'; in main()
|
D | wget.c | 488 buf_ptr = strchrnul(G.wget_buf, '\n'); in fgets_trim_sanitize() 495 buf_ptr = strchrnul(G.wget_buf, '\r'); in fgets_trim_sanitize() 1400 char *s = strchrnul(str, '\0') - 1; in download_one_url()
|
/busybox-1.35.0/libbb/ |
D | ubi.c | 39 strchrnul(buf, '\n')[0] = '\0'; in ubi_get_volid_by_name()
|
D | update_passwd.c | 271 cp = strchrnul(cp, ':'); /* move past old passwd */ in update_passwd() 282 cp = strchrnul(cp + 1, ':'); in update_passwd()
|
D | platform.c | 12 char* FAST_FUNC strchrnul(const char *s, int c) in strchrnul() function
|
D | parse_config.c | 216 line = strchrnul(line, (flags & PARSE_EOL_COMMENTS) ? delims[0] : '\0'); in config_read()
|
D | pw_encrypt_sha.c | 80 salt_len = strchrnul(salt_data, '$') - salt_data; in sha_crypt()
|
D | time.c | 174 int len = strchrnul(date_str, '.') - date_str; in parse_datestr()
|
D | appletlib.c | 391 s = get_trimmed_slice(s, strchrnul(s, '#')); in parse_config_file() 476 const char *q = strchrnul(mode_chars + 4*i, *e); in parse_config_file()
|
/busybox-1.35.0/util-linux/ |
D | swaponoff.c | 200 *strchrnul(s, ',') = '\0'; in set_discard_flag() 217 *strchrnul(s, ',') = '\0'; in set_priority_flag() 281 *strchrnul(line, ' ') = '\0'; in do_all_in_proc_swaps()
|
D | taskset.c | 275 last_char = strchrnul(aff, '\0'); in process_pid_str()
|
/busybox-1.35.0/procps/ |
D | sysctl.c | 62 end = strchrnul(name, '='); in sysctl_dots_to_slashes() 64 slash = strchrnul(name, '/'); in sysctl_dots_to_slashes() 66 && strchrnul(name, '.') < slash in sysctl_dots_to_slashes()
|
/busybox-1.35.0/coreutils/ |
D | seq.c | 81 char *dot = strchrnul(*argv, '.'); in seq_main()
|
D | ls.c | 880 dif = strcmp(strchrnul(d1->name, '.'), strchrnul(d2->name, '.')); in sortcmp()
|
/busybox-1.35.0/miscutils/ |
D | devmem.c | 64 width = strchrnul(bhwl, (argv[2][0] | 0x20)) - bhwl; in devmem_main()
|
D | man.c | 117 *strchrnul(line, '\n') = '\0'; in run_pipe() 356 char *next_sect = strchrnul(cur_sect, ':'); in man_main()
|
D | dc.c | 138 base = *strchrnul(bases, b); in set_output_base()
|
D | fbsplash.c | 416 read_ptr = strchrnul(read_ptr, '#'); in fb_drawimage()
|
/busybox-1.35.0/sysklogd/ |
D | klogd.c | 254 char *newline = strchrnul(start, '\n'); in klogd_main()
|
/busybox-1.35.0/init/ |
D | bootchartd.c | 161 p = strchrnul(stat_line, '\n'); in dump_procs() 171 strchrnul(p, ')')[0] = '\0'; in dump_procs()
|
/busybox-1.35.0/modutils/ |
D | modutils.c | 133 val = strchrnul(var, '='); in parse_cmdline_module_options()
|
D | modprobe.c | 353 s = strchrnul(s + 1, '"'); /* find trailing quote */ in strsep_quotes()
|
/busybox-1.35.0/mailutils/ |
D | sendmail.c | 118 bb_error_msg("recv:'%.*s'", (int)(strchrnul(answer, '\r') - answer), answer); in smtp_checkp()
|
/busybox-1.35.0/shell/ |
D | shell_common.c | 639 i = strchrnul(limit_chars, opt_char) - limit_chars; in shell_builtin_ulimit()
|