Home
last modified time | relevance | path

Searched refs:norm (Results 1 – 25 of 31) sorted by relevance

12

/illumos-gate/usr/src/cmd/msgfmt/
H A Dgnu_check.c101 (norm[ap * 2] && in extract_format()
102 norm[ap * 2] != '*')) { in extract_format()
108 norm[ap * 2] = '*'; in extract_format()
127 (norm[ap * 2] && in extract_format()
128 norm[ap * 2] != '*')) { in extract_format()
134 norm[ap * 2] = '*'; in extract_format()
254 (norm[arg * 2] && in extract_format()
255 (norm[arg * 2] != conv))) { in extract_format()
260 norm[arg * 2] = conv; in extract_format()
262 norm[arg * 2 + 1] = flag; in extract_format()
[all …]
/illumos-gate/usr/src/cmd/mandoc/
H A Dmdoc_man.c915 switch (n->norm->An.auth) { in pre_an()
1018 switch (n->norm->Bf.font) { in pre_bf()
1082 if (n->norm->Bl.offs) { in pre_bl()
1087 switch (n->norm->Bl.type) { in pre_bl()
1089 n->norm->Bl.count = 0; in pre_bl()
1111 switch (n->norm->Bl.type) { in post_bl()
1117 n->norm->Bl.count = 0; in post_bl()
1123 if (n->norm->Bl.offs) { in post_bl()
1173 if (NULL == n->norm->Es || in pre_en()
1186 if (NULL == n->norm->Es || in post_en()
[all …]
H A Dmdoc_markdown.c862 switch (n->norm->An.auth) { in md_pre_An()
893 switch (n->norm->Bd.type) { in md_pre_Bd()
926 n->norm->Bl.count = 0; in md_pre_Bl()
936 n->norm->Bl.count = 0; in md_post_Bl()
992 if (n->norm->Es == NULL || in md_pre_En()
1004 if (n->norm->Es == NULL || in md_post_En()
1217 switch (bln->norm->Bl.type) { in md_pre_It()
1240 bln->norm->Bl.count++; in md_pre_It()
1260 switch (bln->norm->Bl.type) { in md_pre_It()
1288 switch (bln->norm->Bl.type) { in md_post_It()
[all …]
H A Dmdoc_term.c640 type = bl->norm->Bl.type; in termp_it_pre()
672 if (bl->norm->Bl.offs != NULL) { in termp_it_pre()
694 ncols = bl->norm->Bl.ncols; in termp_it_pre()
730 if (NULL == bl->norm->Bl.width) in termp_it_pre()
1435 if (n->norm->Bd.offs == NULL || in termp_bd_pre()
1450 switch (n->norm->Bd.type) { in termp_bd_pre()
1605 if (NULL == n->norm->Es || in termp_quote_pre()
1606 NULL == n->norm->Es->child) in termp_quote_pre()
1663 if (n->norm->Es == NULL || in termp_quote_post()
1792 switch (n->norm->Bf.font) { in termp_bf_pre()
[all …]
H A Dmdoc_validate.c697 if (n->norm->Bl.comp) in post_bl_norm()
700 n->norm->Bl.comp = 1; in post_bl_norm()
747 if (n->norm->Bl.width || in post_bl_norm()
748 n->norm->Bl.offs || in post_bl_norm()
749 n->norm->Bl.comp) in post_bl_norm()
754 n->norm->Bl.type = lt; in post_bl_norm()
790 n->norm->Bl.width = NULL; in post_bl_norm()
853 if (n->norm->Bd.comp) in post_bd()
856 n->norm->Bd.comp = 1; in post_bd()
865 n->norm->Bd.type = dt; in post_bd()
[all …]
H A Dmdoc.c104 p->norm = body->norm; in mdoc_endbody_alloc()
128 p->norm = mandoc_calloc(1, sizeof(union mdoc_data)); in mdoc_block_alloc()
151 p->norm = mandoc_calloc(1, sizeof(union mdoc_data)); in mdoc_elem_alloc()
181 n->end == ENDBODY_NOT && n->norm->Bl.type == LIST_column) || in mdoc_ptext()
183 n->parent->norm->Bl.type == LIST_column)) { in mdoc_ptext()
376 n->end == ENDBODY_NOT && n->norm->Bl.type == LIST_column) || in mdoc_pmacro()
378 n->parent->norm->Bl.type == LIST_column)) { in mdoc_pmacro()
H A Dmdoc_html.c736 type = bl->norm->Bl.type; in mdoc_it_pre()
821 bl = &n->norm->Bl; in mdoc_bl_pre()
951 comp = n->norm->Bd.comp; in mdoc_bd_pre()
966 if (n->norm->Bd.offs != NULL && in mdoc_bd_pre()
970 if (n->norm->Bd.type == DISP_literal) in mdoc_bd_pre()
994 if (n->norm->An.auth == AUTH_split) { in mdoc_an_pre()
1405 if (FONT_Em == n->norm->Bf.font) in mdoc_bf_pre()
1628 if (NULL == n->norm->Es || in mdoc_quote_pre()
1629 NULL == n->norm->Es->child) in mdoc_quote_pre()
1688 if (n->norm->Es == NULL || in mdoc_quote_post()
[all …]
H A Dmdoc_state.c196 n->norm->Bl.type = LIST_diag; in state_bl()
199 n->norm->Bl.type = LIST_column; in state_bl()
H A Dtag.c213 switch (np->parent->parent->norm->Bl.type) { in tag_move_id()
H A Droff.h507 union mdoc_data *norm; /* Normalized arguments. */ member
H A Dmdoc_argv.c434 if (n->norm->Bl.type == LIST_column) in mdoc_args()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dnlspath_checks.c257 extract_format(const char *fmt, char *norm, size_t sz, int strict) in extract_format() argument
269 (void) memset(norm, '\0', sz); in extract_format()
329 STORE(norm, sz, argp, '*'); in extract_format()
349 STORE(norm, sz, argp, '*'); in extract_format()
459 STORE(norm, sz, arg, conv); in extract_format()
460 norm[arg*FORMAT_SIZE + 1] = flag; in extract_format()
465 printf("%c(%d)", norm[t], norm[t+1]); in extract_format()
472 if (norm[arg*FORMAT_SIZE] == '\0') in extract_format()
/illumos-gate/usr/src/uts/common/sys/
H A Dppmio.h97 int norm; /* normal level */ member
123 int32_t norm; /* normal level */ member
/illumos-gate/usr/src/test/zfs-tests/tests/functional/casenorm/
H A Dcasenorm.kshlib92 typeset norm=$(get_norm $1)
94 if [[ $norm == "C" ]] ; then
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dfnmatch.c173 goto norm; in fnmatch1()
193 norm: in fnmatch1()
/illumos-gate/usr/src/cmd/mailx/
H A Dnames.c57 static char *norm(register char *user, register char *ubuf,
491 norm(register char *user, register char *ubuf, int nbangs) in norm() function
549 user = norm(user, ubuf, nbangs); in samebody()
550 addr = norm(addr, abuf, nbangs); in samebody()
/illumos-gate/usr/src/cmd/geniconvtbl/
H A Ditm_comp.l48 %start norm comment
159 BEGIN norm; variable
/illumos-gate/usr/src/uts/common/io/ppm/
H A Dppm.c679 STRUCT_DECL(ppm_norm, norm); in ppm_ioctl()
686 STRUCT_INIT(norm, mode); in ppm_ioctl()
687 ret = ddi_copyin((caddr_t)arg, STRUCT_BUF(norm), in ppm_ioctl()
688 STRUCT_SIZE(norm), mode); in ppm_ioctl()
695 STRUCT_FGETP(norm, path), path, MAXPATHLEN, NULL); in ppm_ioctl()
713 level = STRUCT_FGET(norm, norm); in ppm_ioctl()
728 STRUCT_FSET(norm, norm, level); in ppm_ioctl()
729 ret = ddi_copyout(STRUCT_BUF(norm), (caddr_t)arg, in ppm_ioctl()
730 STRUCT_SIZE(norm), mode); in ppm_ioctl()
/illumos-gate/usr/src/uts/common/os/
H A Dip_cksum.c117 goto norm; in ip_cksum()
170 norm: in ip_cksum()
H A Dsunpm.c3392 e_pm_default_levels(dev_info_t *dip, pm_component_t *cp, int norm) in e_pm_default_levels() argument
3398 pmc->pmc_lvals[1] = norm; in e_pm_default_levels()
3399 e_pm_set_cur_pwr(dip, cp, norm); in e_pm_default_levels()
3434 int cmpts, i, norm, error; in pm_premanage() local
3481 norm = pm_get_normal_power(dip, i); in pm_premanage()
3482 if (norm == (uint_t)-1) { in pm_premanage()
3492 e_pm_default_levels(dip, PM_CP(dip, i), norm); in pm_premanage()
7810 int norm; in pm_cfb_powerup() local
7827 norm = pm_get_normal_power(cfb_dip, ci); in pm_cfb_powerup()
7828 (void) pm_set_power(cfb_dip, ci, norm, PM_LEVEL_UPONLY, in pm_cfb_powerup()
/illumos-gate/usr/src/common/mc/zen_umc/
H A Dzen_umc_decode.c1148 zen_umc_decoder_cs_matches(const umc_cs_t *cs, const uint64_t norm, in zen_umc_decoder_cs_matches() argument
1153 if ((norm & imask) == (cs->ucs_base.udb_base & imask)) { in zen_umc_decoder_cs_matches()
1161 if ((norm & imask) == (cs->ucs_sec.udb_base & imask)) { in zen_umc_decoder_cs_matches()
/illumos-gate/usr/src/tools/smatch/src/
H A Dtokenize.c375 norm: in nextchar_slow()
412 goto norm; in nextchar_slow()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzap_micro.c157 char norm[ZAP_MAXNAMELEN]; in zap_match() local
159 if (zap_normalize(zn->zn_zap, matchname, norm, in zap_match()
163 return (strcmp(zn->zn_key_norm, norm) == 0); in zap_match()
H A Dzfs_znode.c1839 uint64_t norm = 0; in zfs_create_fs() local
1883 norm = val; in zfs_create_fs()
1938 zfsvfs->z_norm = norm; in zfs_create_fs()
/illumos-gate/usr/src/common/mpi/
H A Dmpi.c3435 mp_digit norm; in s_mp_div_d() local
3442 MP_CHECKOK( s_mp_norm(&rem, &quot, &norm) ); in s_mp_div_d()
3443 if (norm) in s_mp_div_d()
3444 d <<= norm; in s_mp_div_d()
3466 if (norm) in s_mp_div_d()
3467 w >>= norm; in s_mp_div_d()

12