Searched defs:must (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libast/common/tm/
H A Dtmlocale.c74 static int must[] = local
91 for (n = 0; n < elementsof(must); n++)
92 if (!*b[must[n]])
93 b[must[n]] = tm_data.format[must[n]];
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dregex2.h12 * 1. Redistributions of source code must retain the above copyright
14 * 2. Redistributions in binary form must reproduce the above copyright
62 * flow must be marked at both its source and its destination. Some
180 char *must; /* match must contain this string */ member in struct:re_guts
181 int moffset; /* latest point at which must may be located */
184 int mlen; /* length of must */
/illumos-gate/usr/src/lib/libcmd/common/
H A Dcut.c46 "[+?One and only one of \b-b\b, \b-c\b, or \b-f\b must be specified.]"
100 int list[2]; /* NOTE: must be last member */
262 int must; local
279 must = 1;
343 must = 0;
352 if (!cut->nlflag && (skip || must || cut->reclen))
364 * stream <fdin> must be line buffered
675 error(2, "b, c or f option must be specified");
679 error(3, "non-empty b, c or f option must be specified");

Completed in 73 milliseconds