Home
last modified time | relevance | path

Searched refs:token (Results 226 – 250 of 471) sorted by relevance

12345678910>>...19

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dsw.c361 char *file, *func, *token; in sw_fmri_nvl2str() local
396 file = func = token = NULL; in sw_fmri_nvl2str()
402 if (lookup_string(site, FM_FMRI_SW_SITE_TOKEN, &token, in sw_fmri_nvl2str()
471 if (token) { in sw_fmri_nvl2str()
473 topo_fmristr_build(&size, buf, buflen, token, in sw_fmri_nvl2str()
/illumos-gate/usr/src/cmd/modload/
H A Dadd_drv.c915 char *token = copy_drv_path; in correct_location() local
922 token = strtok(copy_drv_path, DIR_SEP); in correct_location()
923 while (token != NULL) { in correct_location()
924 if (strcmp("drv", token) == 0) { in correct_location()
925 token = strtok((char *)NULL, DIR_SEP); in correct_location()
926 if (strcmp(DRVDIR64, token) == 0) { in correct_location()
940 token = strtok((char *)NULL, DIR_SEP); in correct_location()
/illumos-gate/usr/src/cmd/bc/
H A Dbc.y62 %token <cptr> LETTER
64 %token <cc> DIGIT, SQRT, LENGTH, _IF, FFF, EQ
65 %token <cc> _WHILE _FOR NE LE GE INCR DECR
66 %token <cc> _RETURN _BREAK _DEFINE BASE OBASE SCALE
67 %token <cc> EQPL EQMI EQMUL EQDIV EQREM EQEXP
68 %token <cptr> _AUTO DOT
69 %token <cc> QSTR
/illumos-gate/usr/src/cmd/cmd-crypto/cryptoadm/
H A Dadm_metaslot.c448 enable_metaslot(char *token, char *slot, boolean_t use_default, in enable_metaslot() argument
506 if (!use_default && !token && !slot) { in enable_metaslot()
521 if (token) { in enable_metaslot()
522 (void) strlcpy((char *)puent->metaslot_ks_token, token, in enable_metaslot()
/illumos-gate/usr/src/lib/libshare/nfs/
H A Dlibshare_nfs.c591 token = base = copy; in invalid_security()
593 token = strtok(base, ","); in invalid_security()
595 if (token != NULL) { in invalid_security()
596 value = strchr(token, '='); in invalid_security()
631 char *token; in nfs_parse_legacy_options() local
710 token = dup; in nfs_parse_legacy_options()
715 if (token != NULL) { in nfs_parse_legacy_options()
723 value = strchr(token, '='); in nfs_parse_legacy_options()
783 security_list, token, in nfs_parse_legacy_options()
792 0 || strcmp(token, in nfs_parse_legacy_options()
[all …]
/illumos-gate/usr/src/cmd/praudit/
H A DMakefile32 SRCS = format.c main.c token.c toktable.c printaudit.c prio.c $(XLATEDIR)/adt_xlate.c
33 OBJS = format.o main.o token.o toktable.o printaudit.o prio.o adt_xlate.o
/illumos-gate/usr/src/cmd/format/
H A Dio.c171 clean_token(char *cleantoken, char *token) in clean_token() argument
178 for (ptr = token; isspace(*ptr); ptr++) in clean_token()
418 TOKEN token, cleantoken; in input() local
595 if (gettoken(token) == NULL) in input()
601 if ((cmdflag == CMD_INPUT) && (token[0] == '!')) { in input()
607 arg = &token[1]; in input()
658 fmt_print("%s\n", token); in input()
660 fmt_print("%s %s\n", token, token2); in input()
669 log_print("%s %s\n", token, token2); in input()
680 clean_token(cleantoken, token); in input()
[all …]
/illumos-gate/usr/src/lib/gss_mechs/mech_dh/backend/
H A DMakefile.com37 MICwrap.o name.o oid.o seq.o token.o support.o validate.o
82 $(OBJS): ../mech/dh_gssapi.h ../mech/token.h ../mech/oid.h
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_frag.c944 int fr_nextfrag(token, itp, top, tail, lock, ifs) in fr_nextfrag() argument
945 ipftoken_t *token; in fr_nextfrag()
959 frag = token->ipt_data;
971 token->ipt_data = next;
975 token->ipt_data = NULL;
989 if (token->ipt_data == NULL) {
990 ipf_freetoken(token, ifs);
995 ipf_freetoken(token, ifs);
H A Dip_lookup.c553 ipftoken_t *token; local
578 token = ipf_findtoken(iter.ili_key, uid, ctx, ifs);
579 if (token == NULL) {
587 err = ip_pool_getnext(token, &iter, ifs);
590 err = fr_htable_getnext(token, &iter, ifs);
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/BSM/
H A D_BSMparse.pm116 my %token = ();
152 elsif (/^\s*token\s*=\s*(.*)/i) {
154 $token{$attr} = $value;
274 return ($obj->{'attr'} = \%attr, \%token, \%skipClass, \%noteAlias);
/illumos-gate/usr/src/tools/smatch/src/
H A Dscope.c66 scope->token = __alloc_token(0); in start_scope()
67 scope->token->pos = pos; in start_scope()
/illumos-gate/usr/src/lib/libcommputil/common/
H A Dcommp_util.c61 char token, boolean_t last) in commp_find_token() argument
65 if (!last && (**current == token)) in commp_find_token()
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dparseproto.y93 %token <i_val> ELLIPSIS
95 %token <s_val> INTEGER
96 %token <s_val> IDENTIFIER
97 %token <s_val> TYPEDEF_NAME
100 %token <stt_val> REGISTER
101 %token <stt_val> TYPEDEF EXTERN AUTO STATIC
102 %token <stt_val> VOID CHAR SHORT INT LONG
110 %token <ds_val> STRUCT UNION
111 %token <ds_val> ENUM
611 int token; member
[all …]
/illumos-gate/usr/src/cmd/idmap/idmap/
H A Didmap.c1843 char *token; in ucp_grab_token() local
1852 return (token); in ucp_grab_token()
1866 char *token; in ucp_line2nm() local
1886 if (token == NULL) in ucp_line2nm()
1893 free(token); in ucp_line2nm()
1904 free(token); in ucp_line2nm()
1907 free(token); in ucp_line2nm()
1962 if (token == NULL) in ucp_line2nm()
1970 free(token); in ucp_line2nm()
2003 char *token; in sup_line2nm() local
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A DHISTORY48 01/18/89 fix pp.token setting by noting with pp.state|=TOKENSET
49 01/11/89 fix #if skip bug where quoted token set begin line state
54 11/28/88 speed up STANDALONE by avoiding pp.token copy
83 02/02/88 add strcmp builtin predicate for token string value comparison
96 12/01/87 reorganize pp token numbers to span 0401..0477
106 10/15/87 for PASSTHROUGH each line of multi-line "..." or '...' is a token
125 08/19/87 fix pp.linesync==0 && PASSTHROUGH bug that omitted '\n' after "token"
210 02/11/87 distribute post-token switch in pplex() to individual cases (~5%)
211 02/09/87 clarify invalid numeric token gobble
H A Dpp.tab129 EOF2NL # pass eof as newline token
137 NOSPACE # don't pass space+ as token
142 QUOTE # processing "..." token
146 SQUOTE # processing '...' token
/illumos-gate/usr/src/cmd/zonecfg/
H A Dzonecfg_grammar.y131 %token HELP CREATE EXPORT ADD DELETE REMOVE SELECT SET INFO CANCEL END VERIFY
132 %token COMMIT REVERT EXIT SEMICOLON TOKEN ZONENAME ZONEPATH AUTOBOOT POOL NET
133 %token FS ATTR DEVICE RCTL SPECIAL RAW DIR OPTIONS TYPE ADDRESS PHYSICAL
134 %token IPTYPE HOSTID FS_ALLOWED ALLOWED_ADDRESS
135 %token NAME MATCH PRIV LIMIT ACTION VALUE EQUAL OPEN_SQ_BRACKET CLOSE_SQ_BRACKET
136 %token OPEN_PAREN CLOSE_PAREN COMMA DATASET LIMITPRIV BOOTARGS BRAND PSET PCAP
137 %token MCAP NCPUS IMPORTANCE SHARES MAXLWPS MAXSHMMEM MAXSHMIDS MAXMSGIDS
138 %token MAXSEMIDS LOCKED SWAP SCHED CLEAR DEFROUTER ADMIN SECFLAGS USER AUTHS MAXPROCS
139 %token DEFAULT UPPER LOWER
/illumos-gate/usr/src/cmd/cmd-crypto/pktool/
H A Dsigncsr.c355 char *token, KMF_CREDENTIAL *cred, in pk_signcsr_pk11_nss() argument
386 rv = select_token(handle, token, FALSE); in pk_signcsr_pk11_nss()
421 token, strlen(token)); in pk_signcsr_pk11_nss()
491 if (token != NULL) in pk_signcsr_pk11_nss()
494 token, strlen(token)); in pk_signcsr_pk11_nss()
/illumos-gate/usr/src/test/zfs-tests/tests/functional/mmp/
H A Dmmp.kshlib36 typeset token=$3
40 nawk -v token="$token:" '($1==token) {print $0}' | \
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSLPTemplateRegistry.java466 String token = ";"+VERSION_ATTR_ID+"="; in findVersionedURL() local
468 int idx = urlPath.indexOf(token); in findVersionedURL()
476 urlPath.substring(idx+token.length(), urlPath.length()); in findVersionedURL()
/illumos-gate/usr/src/cmd/mailx/
H A Dutil.c51 static char *phrase(char *name, int token, int comma);
426 phrase(char *name, int token, int comma) in phrase() argument
507 if (token && (!comma || c == '\n')) { in phrase()
518 if (token) in phrase()
551 return (token ? --cp : equal(name, nbufp) ? name : in phrase()
/illumos-gate/usr/src/uts/common/io/rsm/
H A Drsm.c1804 prev = token; in importer_list_rm()
1812 kmem_free((void *)token, sizeof (*token)); in importer_list_rm()
1815 prev = token; in importer_list_rm()
1816 token = token->next; in importer_list_rm()
3471 token = token->next; in rsm_send_importer_disconnects()
3501 token = token->next; in rsm_send_importer_disconnects()
3525 tmp_token = token; in rsm_send_importer_disconnects()
3526 token = token->next; in rsm_send_importer_disconnects()
5726 token = token->next; in rsm_send_republish()
5794 token = token->next; in rsm_send_suspend()
[all …]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzcp_get.c434 char *token = get_receive_resume_stats_impl(ds); in get_special_prop() local
435 VERIFY3U(strlcpy(strval, token, ZAP_MAXVALUELEN), <, in get_special_prop()
437 strfree(token); in get_special_prop()
439 token = get_child_receive_stats(ds); in get_special_prop()
440 VERIFY3U(strlcpy(strval, token, ZAP_MAXVALUELEN), <, in get_special_prop()
442 strfree(token); in get_special_prop()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/nc/
H A Dnetcat.c777 const char *token; in build_ports() local
790 while ((token = strsep(&p, ",")) != NULL) { in build_ports()
791 if (*token == '\0') in build_ports()
796 if ((n = strchr(token, '-')) != NULL) in build_ports()
799 lo = strtonum(token, PORT_MIN, PORT_MAX, &errstr); in build_ports()
801 errx(1, "port number %s: %s", errstr, token); in build_ports()

12345678910>>...19