Home
last modified time | relevance | path

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

1234

/illumos-gate/usr/src/lib/libzoneinfo/common/
H A Dlibzone.c156 len = strcspn(lp, NEWLINE); in get_tz_continents()
260 if (strcspn(lp_cc, WHITESPACE) != CCLEN) { in get_tz_countries()
271 if (((len_coord = strcspn(lp_coord, WHITESPACE)) != in get_tz_countries()
281 if ((len = strcspn(lp_tz, SLASH)) == 0) { in get_tz_countries()
339 if ((len = strcspn(buff, WHITESPACE)) != CCLEN) { in get_tz_countries()
354 len = strcspn(lp, NEWLINE); in get_tz_countries()
487 if (strcspn(lp_cc, WHITESPACE) != CCLEN) { in get_timezones_by_country()
506 len_otz = strcspn(lp_otz, WHITESPACE); in get_timezones_by_country()
510 len_tz = strcspn(lp_tz, WHITESPACE_NL); in get_timezones_by_country()
520 len_tzdesc = strcspn(lp_tzdesc, in get_timezones_by_country()
[all …]
/illumos-gate/usr/src/cmd/lp/cmd/lpadmin/
H A Dpick_opts.c60 if (strlen(*new_opts) > (strcspn(*new_opts, "=") + 1)) { in pick_opts()
81 key_len = strcspn(*new_opts, "="); in pick_opts()
/illumos-gate/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()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dstrcspn.c39 strcspn(const char *string, const char *charset) in strcspn() function
/illumos-gate/usr/src/lib/libzfs_core/common/
H A Dlibzfs_core.c378 pool[strcspn(pool, "/@")] = '\0'; in lzc_snapshot()
428 pool[strcspn(pool, "/@")] = '\0'; in lzc_destroy_snaps()
538 pool[strcspn(pool, "/@")] = '\0'; in lzc_hold()
583 pool[strcspn(pool, "/@")] = '\0'; in lzc_release()
997 pool[strcspn(pool, "/#")] = '\0'; in lzc_bookmark()
1060 pool[strcspn(pool, "/#")] = '\0'; in lzc_destroy_bookmarks()
/illumos-gate/usr/src/boot/libsa/string/
H A Dstrcspn.c38 strcspn(const char *s, const char *charset) in strcspn() function
/illumos-gate/usr/src/cmd/hostname/
H A Dhostname.c100 c_hostname[strcspn(c_hostname, ".")] = '\0'; in main()
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/sys/
H A Dsunddi.h81 extern size_t strcspn(const char *, const char *);
/illumos-gate/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()
/illumos-gate/usr/src/lib/smbclnt/libfknsmb/common/sys/
H A Dsunddi.h84 extern size_t strcspn(const char *, const char *);
/illumos-gate/usr/src/head/iso/
H A Dstring_iso.h77 extern size_t strcspn(const char *, const char *);
/illumos-gate/usr/src/boot/include/
H A Dstring.h83 size_t strcspn(const char *, const char *) __pure;
/illumos-gate/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()
/illumos-gate/usr/src/cmd/sort/
H A Doptions.c120 int p_period = MIN(length, strcspn(C, ".")); in parse_field_spec()
205 int p_comma = MIN(length, strcspn(arg, ",")); in parse_new_field_spec()
/illumos-gate/usr/src/lib/smbclnt/libfksmbfs/common/
H A Dfake_lookup.c96 len = strcspn(p, "/"); in fake_lookup()
/illumos-gate/usr/src/lib/libwrap/
H A Doptions.c156 if (*(value = curr_opt + strcspn(curr_opt, whitespace_eq))) {
440 if (*(var_value = value + strcspn(value, whitespace)))
H A Dworkarounds.c308 if (*(state += strcspn(state, sep)) != 0)
/illumos-gate/usr/src/head/
H A Dstring.h53 using std::strcspn;
/illumos-gate/usr/src/cmd/fs.d/nfs/statd/
H A Dsm_proc.c1228 unq_len1 = strcspn(rawname1, "."); in str_cmp_unqual_hostname()
1229 unq_len2 = strcspn(rawname2, "."); in str_cmp_unqual_hostname()
1270 unq_len1 = strcspn(specifier1, "."); in str_cmp_address_specifier()
1271 unq_len2 = strcspn(specifier2, "."); in str_cmp_address_specifier()
/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_init.c482 cp[strcspn(cp, ";# \t\n")] = '\0'; in __res_vinit()
719 i = MIN(strcspn(cp, " \t"), sizeof(ext->nsuffix) - 1); in res_setoptions()
727 i = MIN(strcspn(cp, " \t"), sizeof(ext->nsuffix2) - 1); in res_setoptions()
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dns_files.c353 if (strcspn(opts, " \t") == strlen(opts)) { in loadmaster_files()
381 if (strcspn(opts, " \t") == strlen(opts)) { in loadmaster_files()
/illumos-gate/usr/src/cmd/localedef/
H A Dcharmap.c271 if (((si = strcspn(s, digits)) == 0) || (si == ls) || in add_charmap_range()
/illumos-gate/usr/src/cmd/mandoc/
H A Dterm_tag.c162 len = strcspn(cp, " \t\\"); in term_tag_write()
/illumos-gate/usr/src/cmd/mail/
H A Dgethead.c146 sender_size = strcspn(hold, " \t"); in gethead()

1234