Home
last modified time | relevance | path

Searched refs:strchrnul (Results 1 – 25 of 45) sorted by relevance

12

/busybox-1.35.0/networking/
Dhostname.c161 p = strchrnul(hp->h_name, '.'); in hostname_main()
181 strchrnul(buf, '.')[0] = '\0'; in hostname_main()
Dhttpd_indexcgi.c230 strchrnul(location, '?')[0] = '\0'; in main()
Dwget.c488 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/
Dubi.c39 strchrnul(buf, '\n')[0] = '\0'; in ubi_get_volid_by_name()
Dupdate_passwd.c271 cp = strchrnul(cp, ':'); /* move past old passwd */ in update_passwd()
282 cp = strchrnul(cp + 1, ':'); in update_passwd()
Dplatform.c12 char* FAST_FUNC strchrnul(const char *s, int c) in strchrnul() function
Dparse_config.c216 line = strchrnul(line, (flags & PARSE_EOL_COMMENTS) ? delims[0] : '\0'); in config_read()
Dpw_encrypt_sha.c80 salt_len = strchrnul(salt_data, '$') - salt_data; in sha_crypt()
Dtime.c174 int len = strchrnul(date_str, '.') - date_str; in parse_datestr()
Dappletlib.c391 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/
Dswaponoff.c200 *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()
Dtaskset.c275 last_char = strchrnul(aff, '\0'); in process_pid_str()
/busybox-1.35.0/procps/
Dsysctl.c62 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/
Dseq.c81 char *dot = strchrnul(*argv, '.'); in seq_main()
Dls.c880 dif = strcmp(strchrnul(d1->name, '.'), strchrnul(d2->name, '.')); in sortcmp()
/busybox-1.35.0/miscutils/
Ddevmem.c64 width = strchrnul(bhwl, (argv[2][0] | 0x20)) - bhwl; in devmem_main()
Dman.c117 *strchrnul(line, '\n') = '\0'; in run_pipe()
356 char *next_sect = strchrnul(cur_sect, ':'); in man_main()
Ddc.c138 base = *strchrnul(bases, b); in set_output_base()
Dfbsplash.c416 read_ptr = strchrnul(read_ptr, '#'); in fb_drawimage()
/busybox-1.35.0/sysklogd/
Dklogd.c254 char *newline = strchrnul(start, '\n'); in klogd_main()
/busybox-1.35.0/init/
Dbootchartd.c161 p = strchrnul(stat_line, '\n'); in dump_procs()
171 strchrnul(p, ')')[0] = '\0'; in dump_procs()
/busybox-1.35.0/modutils/
Dmodutils.c133 val = strchrnul(var, '='); in parse_cmdline_module_options()
Dmodprobe.c353 s = strchrnul(s + 1, '"'); /* find trailing quote */ in strsep_quotes()
/busybox-1.35.0/mailutils/
Dsendmail.c118 bb_error_msg("recv:'%.*s'", (int)(strchrnul(answer, '\r') - answer), answer); in smtp_checkp()
/busybox-1.35.0/shell/
Dshell_common.c639 i = strchrnul(limit_chars, opt_char) - limit_chars; in shell_builtin_ulimit()

12