Home
last modified time | relevance | path

Searched refs:strchr (Results 251 – 275 of 1435) sorted by relevance

1...<<11121314151617181920>>...58

/illumos-gate/usr/src/cmd/ipf/lib/
H A Dtcpflags.c36 if (!(t = strchr(flagset, *s))) {
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_lex.l360 if (*p != '\0' && strchr("uUlL", *p) == NULL) {
465 if (strchr("\f\n\r\t\v ", c) == NULL)
586 strchr(yytext, ':') == NULL) {
588 char *p = strchr(yytext, '*');
/illumos-gate/usr/src/lib/libumem/common/
H A Dlinktest_stand.c47 void strchr(void) {} in strchr() function
/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/
H A Dmountd.c2551 n = strchr(c, '~'); in check_client_old()
2555 s = strchr(c, ':'); in check_client_old()
2558 al = strchr(s, ':'); in check_client_old()
2624 n = strchr(c, '~'); in check_client_old()
2628 s = strchr(c, ':'); in check_client_old()
2631 al = strchr(s, ':'); in check_client_old()
2920 n = strchr(c, '~'); in check_client_new()
2924 s = strchr(c, ':'); in check_client_new()
2927 al = strchr(s, ':'); in check_client_new()
2993 n = strchr(c, '~'); in check_client_new()
[all …]
/illumos-gate/usr/src/cmd/ldap/common/
H A Dldapmodify.c297 use_ldif = ( p = strchr( rbuf, ':' )) != NULL && in process()
298 ( q = strchr( rbuf, '\n' )) != NULL && p < q && in process()
299 (( q = strchr( rbuf, '=' )) == NULL || p < q ); in process()
304 if ( !use_ldif && ( q = strchr( rbuf, '\n' )) != NULL ) { in process()
502 if (( p = strchr( value, ':' )) == NULL ) {
801 if (( p = strchr( rbuf, '\n' )) == NULL ) {
819 if (( p = strchr( line, '=' )) == NULL ) {
H A Dldaptool-sasl.c177 tmp = strchr(pbuf,'\n');
179 tmp = strchr(pbuf,'\r');
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dfakewin.h47 #define strchr _fstrchr macro
/illumos-gate/usr/src/cmd/svc/startd/
H A Dfile.c72 if ((fn = strchr(fn, '/')) == NULL) in file_ready()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_ioctl.c3327 if (strchr(fsname, '@') || in zfs_ioc_create()
3328 strchr(fsname, '%')) in zfs_ioc_create()
3430 if (strchr(fsname, '@') || in zfs_ioc_clone()
3431 strchr(fsname, '%')) in zfs_ioc_clone()
3459 if (strchr(fsname, '@') || in zfs_ioc_remap()
3460 strchr(fsname, '%')) in zfs_ioc_remap()
4226 strchr(zc->zc_name, '%') || strchr(zc->zc_value, '%')) in zfs_ioc_rename()
5499 cp = strchr(origin, '@'); in zfs_ioc_promote()
6485 if (strchr(dsname, '@') != NULL || strchr(dsname, '%') != NULL) { in zfs_ioc_load_key()
6524 if (strchr(dsname, '@') != NULL || strchr(dsname, '%') != NULL) { in zfs_ioc_unload_key()
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Dif_mpadm.c247 if (strchr(format, '\n') == NULL) in die()
267 if (strchr(format, '\n') == NULL) in warn()
/illumos-gate/usr/src/cmd/iconv/
H A Diconv_main.c123 fslash = strchr(from_cs, '/'); in main()
124 tslash = strchr(to_cs, '/'); in main()
/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Ddirectory_server.c130 if ((p = strchr(id, '@')) != NULL) { in split_name()
133 } else if ((p = strchr(id, '\\')) != NULL) { in split_name()
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_chkpnt.c207 p = strchr(snapname, '@') + 1; in snapshot_hold()
230 p = strchr(snapname, '@') + 1; in snapshot_release()
/illumos-gate/usr/src/cmd/ttymon/
H A Dtmlog.c153 *(strchr(timestamp, '\n')) = '\0'; in vlog()
267 *(strchr(timestamp, '\n')) = '\0'; in debug()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetspent_r.c222 if ((bufp = strchr(bufp, ':')) == 0) { in str2spwd()
232 if ((bufp = strchr(bufp, ':')) == 0) { in str2spwd()
/illumos-gate/usr/src/cmd/rpcsvc/rpc.bootparamd/
H A Dbootparam_subr.c214 cp = strchr(cp, '='); in bootparamproc_getfile_1()
223 cp = strchr(server_hostname, ':'); in bootparamproc_getfile_1()
/illumos-gate/usr/src/cmd/fm/fmadm/common/
H A Dload.c52 if (strchr(argv[1], '/') != NULL) in cmd_unload()
/illumos-gate/usr/src/cmd/devctl/
H A Ddevctl.c402 tmp = strchr(prop_str, '='); in add_prop()
419 tmp = strchr(pval, '"'); in add_prop()
430 tmp = strchr(tmp, '"'); in add_prop()
/illumos-gate/usr/src/lib/libproc/common/
H A Dproc_arg.c54 if (strchr(arg, '/') == NULL) { in open_psinfo()
369 comma = strchr(range, ','); in proc_lwp_in_set()
402 comma = strchr(range, ','); in proc_lwp_range_valid()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/plugins/
H A Dpppoe.c286 str = strchr(str, ' '); in handle_ip_route_add()
289 str = strchr(str, ' '); in handle_ip_route_add()
292 str = strchr(str, ' '); in handle_ip_route_add()
/illumos-gate/usr/src/cmd/sendmail/util/
H A Dmakemap.c248 if ((b = strchr(buf, '\n')) != NULL)
258 b = strchr(b, '=');
404 p = strchr(ibuf, '\n');
H A Dmail.local.c248 strchr(".-_", *p))
280 strchr("<>()[]\\,;:\"", *p))
300 strchr(".-_", *p))
389 p = strchr(rcpt_addr[i], '+');
678 if (!strchr(line, '\n')) {
/illumos-gate/usr/src/cmd/isns/isnsadm/
H A Dcmdparse.c253 strchr(subcommand->exclusive, in subUsage()
582 if (!(strchr(availOptions, cmdOptions[i].optval))) { in cmdParse()
592 strchr(subcommand->exclusive, in cmdParse()
/illumos-gate/usr/src/stand/lib/sa/
H A Dstring.h62 extern char *strchr(const char *, int);
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dmntinfo.c160 if (strchr(source, ':') == NULL) in is_remote_src()
172 if (strchr(source_host, ',') != NULL) in is_remote_src()
225 if ((host_end = strchr(hostname, ':')) == NULL) { in get_server_host()
249 if ((host_end = strchr(hostpath, ':')) == NULL && hostpath[0] == '/') in path_part()
1405 p = strchr(fs_tab[n]->remote_name, ':'); in get_remote_path()

1...<<11121314151617181920>>...58