Home
last modified time | relevance | path

Searched refs:strcspn (Results 1 – 25 of 91) sorted by relevance

1234

/titanic_41/usr/src/lib/libzoneinfo/common/
H A Dlibzone.c137 if ((len = strcspn(lp, WHITESPACE)) > _TZBUFLEN -1) { in get_tz_continents()
154 len = strcspn(lp, NEWLINE); in get_tz_continents()
262 if (strcspn(lp_cc, WHITESPACE) != CCLEN) { in get_tz_countries()
273 if (((len_coord = strcspn(lp_coord, WHITESPACE)) != in get_tz_countries()
283 if ((len = strcspn(lp_tz, SLASH)) == 0) { in get_tz_countries()
341 if ((len = strcspn(buff, WHITESPACE)) != CCLEN) { in get_tz_countries()
356 len = strcspn(lp, NEWLINE); in get_tz_countries()
489 if (strcspn(lp_cc, WHITESPACE) != CCLEN) { in get_timezones_by_country()
499 if (((len_coord = strcspn(lp_coord, WHITESPACE)) != in get_timezones_by_country()
508 len_otz = strcspn(lp_otz, WHITESPACE); in get_timezones_by_country()
[all …]
/titanic_41/usr/src/cmd/lp/cmd/lpadmin/
H A Dpick_opts.c63 if (strlen(*new_opts) > (strcspn(*new_opts, "=") + 1)) { in pick_opts()
84 key_len = strcspn(*new_opts, "="); in pick_opts()
/titanic_41/usr/src/lib/libzfs_core/common/
H A Dlibzfs_core.c229 pool[strcspn(pool, "/@")] = '\0'; in lzc_snapshot()
279 pool[strcspn(pool, "/@")] = '\0'; in lzc_destroy_snaps()
374 pool[strcspn(pool, "/@")] = '\0'; in lzc_hold()
419 pool[strcspn(pool, "/@")] = '\0'; in lzc_release()
705 pool[strcspn(pool, "/#")] = '\0'; in lzc_bookmark()
767 pool[strcspn(pool, "/#")] = '\0'; in lzc_destroy_bookmarks()
/titanic_41/usr/src/lib/libbsm/common/
H A Daudit_event.c140 i = strcspn(s, ":"); in getauevent_r()
146 i = strcspn(s, ":"); in getauevent_r()
155 i = strcspn(s, ":"); in getauevent_r()
162 i = strcspn(s, "\n\0"); in getauevent_r()
H A Daudit_class.c130 i = strcspn(s, ":"); in getauclassent_r()
141 i = strcspn(s, ":"); in getauclassent_r()
148 i = strcspn(s, "\n\0"); in getauclassent_r()
/titanic_41/usr/src/lib/libc/port/gen/
H A Dstrcspn.c41 strcspn(const char *string, const char *charset) in strcspn() function
/titanic_41/usr/src/lib/libbc/inc/include/
H A Dstring.h45 extern size_t strcspn(/* const char *s1, const char *s2 */);
/titanic_41/usr/src/lib/libsocket/inet/
H A Dinterface_id.c196 size = strcspn(lifrp->lifr_name, in if_indextoname()
288 size = strcspn(lifrp->lifr_name, (char *)IPIF_SEPARATOR_CHAR); in if_nameindex()
/titanic_41/usr/src/lib/smbsrv/libfksmbsrv/common/sys/
H A Dsunddi.h80 extern size_t strcspn(const char *, const char *);
/titanic_41/usr/src/head/iso/
H A Dstring_iso.h83 extern size_t strcspn(const char *, const char *);
/titanic_41/usr/src/cmd/sort/common/
H A Doptions.c122 int p_period = MIN(length, strcspn(C, ".")); in parse_field_spec()
207 int p_comma = MIN(length, strcspn(arg, ",")); in parse_new_field_spec()
/titanic_41/usr/src/cmd/cmd-crypto/kmfcfg/
H A Dutil.c402 opts_av[i].longnm_len = strcspn(marker, ")"); in populate_opts()
446 len = strcspn(argv[optind_av], "="); in getopt_av()
/titanic_41/usr/src/lib/lvm/libmeta/common/
H A Dmeta_mn_subr.c430 while ((*buf != '\0') && (i = strcspn(buf, " \t\n")) == 0) in meta_read_nodelist()
446 while ((*buf != '\0') && (i = strcspn(buf, " \t\n")) == 0) in meta_read_nodelist()
470 while ((*buf != '\0') && (i = strcspn(buf, " \t\n")) == 0) in meta_read_nodelist()
/titanic_41/usr/src/cmd/mandoc/
H A Dterm.c448 ssz = strcspn(word, "\\ "); in term_word()
450 ssz = strcspn(word, "\\"); in term_word()
658 rsz = strcspn(cp, rej); in term_strlen()
H A Dhtml.c292 rsz = strcspn(cp, "\\"); in html_strlen()
345 sz = strcspn(p, rejs); in print_encode()
/titanic_41/usr/src/cmd/ssh/libssh/common/
H A Dreadpass.c88 buf[strcspn(buf, "\r\n")] = '\0'; in ssh_askpass()
/titanic_41/usr/src/lib/libwrap/
H A Doptions.c158 if (*(value = curr_opt + strcspn(curr_opt, whitespace_eq))) {
442 if (*(var_value = value + strcspn(value, whitespace)))
H A Dworkarounds.c309 if (*(state += strcspn(state, sep)) != 0)
/titanic_41/usr/src/head/
H A Dstring.h51 using std::strcspn;
/titanic_41/usr/src/cmd/localedef/
H A Dcharmap.c270 if (((si = strcspn(s, digits)) == 0) || (si == ls) || in add_charmap_range()
/titanic_41/usr/src/lib/libresolv2/common/resolv/
H A Dres_init.c487 cp[strcspn(cp, ";# \t\n")] = '\0'; in __res_vinit()
724 i = MIN(strcspn(cp, " \t"), sizeof(ext->nsuffix) - 1); in res_setoptions()
732 i = MIN(strcspn(cp, " \t"), sizeof(ext->nsuffix2) - 1); in res_setoptions()
/titanic_41/usr/src/cmd/fs.d/nfs/statd/
H A Dsm_proc.c1213 unq_len1 = strcspn(rawname1, "."); in str_cmp_unqual_hostname()
1214 unq_len2 = strcspn(rawname2, "."); in str_cmp_unqual_hostname()
1255 unq_len1 = strcspn(specifier1, "."); in str_cmp_address_specifier()
1256 unq_len2 = strcspn(specifier2, "."); in str_cmp_address_specifier()
/titanic_41/usr/src/cmd/mail/
H A Dgethead.c146 sender_size = strcspn(hold, " \t"); in gethead()
/titanic_41/usr/src/cmd/fs.d/autofs/
H A Dns_files.c372 if (strcspn(opts, " ") == strlen(opts)) {
400 if (strcspn(opts, " ") == strlen(opts)) {
H A Dns_fnmount.c391 homedir[strcspn(homedir, " \t\r\n")] = '\0'; in process_ref()
725 end = ml->linebuf + strcspn(ml->linebuf, "#"); in trim_line()

1234