Home
last modified time | relevance | path

Searched refs:tok (Results 126 – 138 of 138) sorted by relevance

123456

/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Dldapaddent.c213 is_triplet(char *tok) in is_triplet() argument
216 return (strchr(++tok, '(') == NULL && /* no more '(' */ in is_triplet()
217 (s = strchr(tok, ')')) != NULL && /* find ')' */ in is_triplet()
219 (tok = strchr(tok, ',')) != NULL && /* host up to ',' */ in is_triplet()
220 (tok = strchr(++tok, ',')) != NULL && /* user up to ',' */ in is_triplet()
221 strchr(++tok, ',') == NULL); /* no more ',' */ in is_triplet()
/illumos-gate/usr/src/cmd/mandoc/
H A Dhtml.c373 switch (n->tok) { in html_make_id()
819 if (n->tok > MDOC_MAX || in print_otag_id()
/illumos-gate/usr/src/cmd/ast/libast/
H A DMakefile.defs41 stack.h stak.h stk.h swap.h tar.h times.h tm.h tok.h \
566 string/tok.o \
/illumos-gate/usr/src/contrib/ast/src/lib/libast/regex/
H A Dregcomp.c2586 Token_t tok; in seq() local
2718 tok = env->token; in seq()
2754 if (tok.lex) in seq()
2756 tok.push = 1; in seq()
2757 env->token = tok; in seq()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DMamfile905 make tok.o
906 make string/tok.c
909 done include/tok.h
911 done string/tok.c
912 meta tok.o %.c>%.o string/tok.c tok
913 prev string/tok.c
915 done tok.o generated
6399 make man/tok.3
6400 done man/tok.3
6401tok.3' || ${STDCMP} 2>/dev/null -s man/tok.3 ${INSTALLROOT}/man/man3/tok.3 || { ${STDMV} ${INSTALL…
[all …]
H A DRELEASE794 03-04-05 string/tok.c: support readonly single token input strings
/illumos-gate/usr/src/uts/common/rpc/
H A Drpcmod.c1720 struct T_ok_ack *tok = (struct T_ok_ack *)mp->b_rptr; in mir_rput_proto() local
1722 if (tok->CORRECT_prim == T_DISCON_REQ) { in mir_rput_proto()
/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c7531 const char *tok; in get_zoneadmd_envp() local
7558 if (asprintf((char **)&tok, "PATH=%s", ZONEADMD_PATH) == -1) { in get_zoneadmd_envp()
7562 envp[envslot++] = tok; in get_zoneadmd_envp()
7577 while ((tok = definit_token(dstate)) != NULL) { in get_zoneadmd_envp()
7579 if (strncmp(tok, "CMASK=", 6) == 0) { in get_zoneadmd_envp()
7582 t = strtol(tok + 6, NULL, 8); in get_zoneadmd_envp()
7604 envp[envslot] = strdup(tok); in get_zoneadmd_envp()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_filter.c2647 find_op(char *tok, struct optable *table) in find_op() argument
2652 if (strcmp(tok, op->op_tok) == 0) in find_op()
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dppcontrol.c160 macsym(int tok) in macsym() argument
164 if (tok != T_ID) in macsym()
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c16006 const char *tok = "?&"; in add_mailto_params() local
16026 if ((p = strtok_r(hier_part, tok, &lasts)) == NULL) { in add_mailto_params()
16037 while ((p = strtok_r(NULL, tok, &lasts)) != NULL) in add_mailto_params()
/illumos-gate/usr/src/uts/common/io/usb/clients/hidparser/
H A DREADME402 copy the gitem list from hidparser tok structure and add the local item list
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-header.p5m176 file path=usr/include/ast/tok.h

123456