Searched defs:match (Results 51 - 75 of 248) sorted by relevance

12345678910

/illumos-gate/usr/src/lib/print/libpapi-lpd/common/
H A Dlpd-query.c44 regvalue(regmatch_t match, char *string) argument
48 if (match.rm_so != match.rm_eo) {
49 result = string + match.rm_so;
50 *(result + (match.rm_eo - match.rm_so)) = '\0';
162 * if there is no-match check for windows jobs
175 /* first match is job-id */
/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dmedia.c321 int match; local
325 match = 0;
329 match = 1;
334 if (!match) {
/illumos-gate/usr/src/lib/libsum/common/
H A Dsumlib.c45 const char* match; member in struct:Method_s
59 const char* match; member in struct:Map_s
236 * simple alternation prefix match
240 match(register const char* s, register const char* p) function
281 if (match(name, maps[n].match))
287 if (match(name, methods[n].match))
369 n += sfprintf(sp, "[+%s?%s]", methods[i].match, methods[i].description);
374 n += sfprintf(sp, "[+%s?%s Shorthand for \b%s\b.]", maps[i].match, map
[all...]
/illumos-gate/usr/src/lib/libc/port/sys/
H A Dzone.c42 int *extended_error, int match, int doi, const bslabel_t *label, int flags)
58 zd.match = match;
40 zone_create(const char *name, const char *root, const struct priv_set *privs, const char *rctls, size_t rctlsz, const char *zfs, size_t zfssz, int *extended_error, int match, int doi, const bslabel_t *label, int flags) argument
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dgetvalues.c123 specific to the general, preferring a complete subtype match, but
135 they must be in the attribute to match.
260 int match = -1; local
314 match = i;
316 return match;
/illumos-gate/usr/src/cmd/zinject/
H A Dtranslate.c94 int match; local
123 match = 0;
126 match = 1;
131 if (!match) {
145 "doesn't match path\n", fullpath);
/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_util.c203 * match
214 match(char *patn, char *str) function
235 if (match(patn, str))
/illumos-gate/usr/src/cmd/mdb/common/modules/libc/
H A Dfindstack_subr.c74 * value that will never match fsi_tstate.
115 boolean_t match = (strcmp(obj->obj_name, smp->sm_name) == 0); local
124 * It doesn't match the name, but -- for convenience -- we want to
130 if (!match && (s = strstr(obj->obj_name, suffix)) != NULL) {
138 match = (strncmp(smp->sm_name, obj->obj_name, len) == 0 &&
144 * want to match against anything that would match libc.so.1. (This
148 if (!match && strstr(obj->obj_fullname, "/libc/") != NULL) {
157 if (match) {
/illumos-gate/usr/src/cmd/fs.d/hsfs/labelit/
H A Dlabelit.c86 static int match(char *s);
105 if (match("sysid=")) {
109 if (match("volid=")) {
113 if (match("volsetid=")) {
117 if (match("pubid=")) {
121 if (match("prepid=")) {
125 if (match("applid=")) {
129 if (match("copyfile=")) {
133 if (match("absfile=")) {
137 if (match("bibfil
474 match(char *s) function
[all...]
/illumos-gate/usr/src/cmd/sasinfo/
H A DprintAttrs.c164 int i = 0, len = 0, match = 0; local
174 match = 1;
179 if (match == 1) {
/illumos-gate/usr/src/cmd/sendmail/db/hash/
H A Dhash.c1131 int match, ret, t_ret; local
1160 key, pgno, tlen, NULL, &match)) != 0)
1162 if (match == 0) {
/illumos-gate/usr/src/cmd/sgs/ar/common/
H A Dcmd.c76 static char *match(char *, Cmd_info *);
112 (gfile = match(fileptr->ar_longname, cmd_info)) != NULL) {
118 f = stats(gfile, &stbuf); /* gfile is set by match */
250 if (match(fptr->ar_longname, cmd_info) != NULL) {
303 match(next->ar_longname, cmd_info) != NULL ||
304 match(next->ar_rawname, cmd_info) != NULL) {
358 match(next->ar_longname, cmd_info) != NULL ||
359 match(next->ar_rawname, cmd_info) != NULL) {
389 if (match(fileptr->ar_longname, cmd_info) != NULL) {
474 match(nex
529 match(char *file, Cmd_info *cmd_info) function
[all...]
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dutil.c747 int match = 0; local
761 match++;
766 if (nitems == match)
/illumos-gate/usr/src/cmd/fs.d/
H A Dswitchout.c48 static int match(char **opts, char *s);
434 if (match(&opts, "N")) {
449 * match is not found. A delimiter of , or ' ' can be used depending on the
453 match(char **opts, char *s) function
/illumos-gate/usr/src/cmd/svr4pkg/pkgremove/
H A Dspecial.c82 * match
88 * Return: 1 on match, 0 on no match.
92 match(const char *pc, char *pcrule) function
150 * Return: 1 if there is a match, 0 otherwise.
190 if (match(pcpath, ppcSC[*piX]))
196 int x = match(pcpath, ppcSC[*piX]);
202 if (match(pcpath, ppcSC[*piX]))
374 * individual ppcfextra items match special contents rules.
423 * Compare a path to a cfent. It will match eithe
[all...]
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6_asp.c208 ip6_asp_t *match = NULL; local
215 while (match == NULL) {
217 match = aspp;
221 match = aspp;
228 *precedence = match->ip6_asp_precedence;
229 return (match->ip6_asp_label);
/illumos-gate/usr/src/ucbcmd/mkstr/
H A Dmkstr.c71 static int match(char *ocp);
150 if (match("error(")) {
162 match(char *ocp) function
/illumos-gate/usr/src/ucbcmd/sed/
H A Dsed1.c98 static int match(char *expbuf, int gf);
161 } else if(match(p2, 0)) {
182 } else if(match(p1, 0)) {
229 match(char *expbuf, int gf) function
248 if(match(ipc->r1.re1, 0) == 0) return(0);
256 if(match(ipc->r1.re1, 1) == 0) break;
/illumos-gate/usr/src/lib/krb5/kadm5/srv/
H A Dsvr_iters.c81 * shell-style glob would match. If glob does not contain an "@"
152 int match; local
154 match = (step(name, data->expbuf) != 0);
157 match = (regexec(&data->preg, name, 0, NULL, 0) == 0);
160 match = (re_exec(name) != 0);
162 if (match) {
/illumos-gate/usr/src/lib/libadm/common/
H A Dckitem.c47 static char **match(CKMENU *, char *, int);
57 #define MESG0 "Entry does not match available menu selection. "
176 list = match(menup, strval, (int)max);
232 match(CKMENU *menup, char *strval, int max) function
/illumos-gate/usr/src/lib/libast/common/disc/
H A Dsfkeyprintf.c153 regmatch_t match[10]; local
297 if (!regexec(fp->re[x], s, elementsof(match), match, 0) && !regsubexec(fp->re[x], s, elementsof(match), match))
/illumos-gate/usr/src/lib/libast/common/misc/
H A Dfindlib.h63 int match; member in struct:__anon2637
H A Dtranslate.c224 match(const char* cat, const char* msg) function
339 if ((!cmd || !(mp = match(cmd, msg))) &&
340 (!cat || !(mp = match(cat, msg))) &&
341 (!error_info.catalog || !(mp = match(error_info.catalog, msg))) &&
342 (!ast.id || !(mp = match(ast.id, msg))) ||
401 sfprintf(sfstderr, "locale %s catalog %s message %d.%d \"%s\" does not match \"%s\"\n", cp->locale, cp->name, mp->set, mp->seq, r, msg);
/illumos-gate/usr/src/lib/libast/common/port/
H A Dlc.c166 * if minimum!=0 then at least that many chars must match
171 match(const char* s, register const char* p, int minimum, int standard) function
249 return match(s, cp->code, 0, 1) || match(s, cp->alternates, 3, 1) || cp->ms && match(s, cp->ms, 0, 1);
521 for (lp = lc_languages; lp->code && (!lp->alternates || !match(s, lp->alternates, n, 0)); lp++);
536 for (lp = lc_languages; lp->code && !match(s, lp->name, 0, 0); lp++);
548 if ((i = match(s, tp->name, 3, 0)) > z)
625 if (match(s, tp->name, 3, 0))
658 if (match(
[all...]
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dcollate.c284 collate_large_t *match; local
333 ((match = largesearch(lcc, *t)) != NULL)) {
338 *pri = match->pri.pri[which];

Completed in 168 milliseconds

12345678910