Searched refs:strchr (Results 301 - 325 of 1294) sorted by relevance

<<11121314151617181920>>

/freebsd-current/lib/libfetch/
H A Dfile.c139 p = strchr(fn, 0);
/freebsd-current/sbin/mknod/
H A Dmknod.c141 if ((cp = strchr(argv[5], ':')) != NULL) {
/freebsd-current/sbin/kldload/
H A Dkldload.c60 if (strchr(kldname, '/') != NULL)
/freebsd-current/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_win_dll_thunk.cpp79 INTERCEPT_LIBRARY_FUNCTION(strchr); variable
/freebsd-current/usr.sbin/traceroute/
H A Difaddrlist.c134 if (strchr(device, ':') != NULL)
/freebsd-current/stand/powerpc/ofw/
H A Dmain.c188 ch = strchr(bootpath, ':');
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.h187 if (strchr(name, ':') == nullptr)
/freebsd-current/contrib/libarchive/libarchive/test/
H A Dtest_write_format_mtree_fflags.c91 r = strchr(p, '\n');
H A Dtest_read_filter_uudecode.c88 *p && (p = strchr(p, '\n')) != NULL; p++)
/freebsd-current/contrib/ntp/libntp/
H A Dsocktoa.c58 if (0 != scope && !strchr(res, '%')) {
/freebsd-current/contrib/ncurses/ncurses/tinfo/
H A Dcomp_scan.c480 && ((strchr) (terminfo_punct, (char) ch) == 0)) {
632 if (*after_list == '\0' || strchr("|", after_list[1]) != NULL) {
634 } else if (strchr(after_list, ' ') == 0) {
657 } else if (strchr("$[]!*?", *s)) {
/freebsd-current/include/
H A Dstring.h82 char *strchr(const char *, int) __pure;
/freebsd-current/contrib/elftoolchain/ar/
H A Dar.c333 if ((!bsdar->mode || strchr("ptx", bsdar->mode)) &&
378 if (strchr(valid_modes, bsdar->mode) == NULL)
/freebsd-current/contrib/wpa/src/common/
H A Dwpa_helpers.c140 pos = strchr(buf, '>');
198 end = strchr(pos, '\n');
/freebsd-current/crypto/heimdal/lib/roken/
H A Droken_gethostby.c91 p = strchr(*host, ':');
98 p = strchr(p ? p : *host, '/');
/freebsd-current/contrib/ntp/sntp/
H A Dkod_management.c143 pch = strchr(kod_db_file + 1, DIR_SEP);
153 pch = strchr(pch + 1, DIR_SEP);
/freebsd-current/contrib/ofed/opensm/opensm/
H A Dosm_prtn_config.c529 q = strchr(p, '=');
566 q = strchr(p, ',');
679 q = strchr(p, ':');
693 q = strchr(p, ',');
703 q = strchr(p, ',');
732 q = strchr(p, ',');
790 q = strchr(p, '#');
814 q = strchr(p, ';');
/freebsd-current/contrib/ofed/libibumad/
H A Dsysfs.c228 if (strchr(s, '.'))
229 *strchr(s, '.') = '\0';
/freebsd-current/contrib/dma/
H A Dutil.c86 for (s = name; *s != 0 && (isalnum(*s) || strchr("_.-", *s)); ++s)
129 for (s = name; *s != 0 && (isalnum(*s) || strchr("_.-", *s)); ++s)
/freebsd-current/contrib/mandoc/
H A Dcgi.c331 strchr("-._~", *p) == NULL)
679 ((arch = strchr(sec + 1, '/'))
681 ((archend = strchr(arch + 1, '/'))
934 if ((file = strchr(fullpath, '/')) == NULL) {
1194 end = strchr(path, '/');
1208 end = strchr(path, '/');
1217 end = strchr(path, '/');
1262 if (strchr(dp, '/') != NULL) {
/freebsd-current/sys/contrib/openzfs/module/lua/
H A Dlobject.c176 const char *e = strchr(fmt, '%');
266 const char *nl = strchr(source, '\n'); /* find first new line (if any) */
/freebsd-current/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingUtil.c308 const char *Sep = strchr(Path, DIR_SEPARATOR);
310 const char *Sep2 = strchr(Path, DIR_SEPARATOR_2);
/freebsd-current/contrib/libpcap/testprogs/
H A Dfindalldevstest.c91 p = strchr(password, '\n');
127 p = strchr(username, '\n');
/freebsd-current/contrib/ntp/libntp/lib/isc/unix/
H A Dinterfaceiter.c234 byte = ((strchr(hex, address[i * 2]) - hex) << 4) |
235 (strchr(hex, address[i * 2 + 1]) - hex);
/freebsd-current/lib/libbluetooth/
H A Dbluetooth.c296 for (i = 5, end = strchr(str, ':');
298 i --, str = end + 1, end = strchr(str, ':')) {

Completed in 207 milliseconds

<<11121314151617181920>>