Home
last modified time | relevance | path

Searched refs:form (Results 26 – 50 of 688) sorted by relevance

12345678910>>...28

/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dexec.c192 FSTATUS *form; in exec() local
280 form = va_arg(args, FSTATUS *); in exec()
281 ep = form->alert->exec; in exec()
567 request->form in exec()
568 && request->form->form->chset in exec()
569 && request->form->form->mandatory in exec()
570 && !STREQU(NAME_ANY, request->form->form->chset) in exec()
572 chset = request->form->form->chset; in exec()
967 form->form->name, ALERTSHFILE); in exec()
977 av[ac++] = arg_string(TRUSTED, "%s", form->form->name); in exec()
[all …]
H A Dnodes.h67 FSTATUS *form; member
94 _FORM *form; member
110 FSTATUS *form; member
171 FSTATUS *form; member
H A Dlog.c196 ep->ex.form->form->name); in execlog()
200 ep->ex.form->form->name); in execlog()
H A Dfncs.c142 result->ex.form = ex; in new_exec()
304 if (fsp->form != NULL) in free_fstatus()
305 free_form(fsp->form); in free_fstatus()
333 result->form = f; in new_fstatus()
335 result->form = calloc(1, sizeof (_FORM)); in new_fstatus()
339 result->trigger = result->form->alert.Q; in new_fstatus()
477 if (SAME(FStatus[i]->form->name, name)) in search_fstatus()
494 if (SAME(FStatus[i]->form->paper, paper)) { in search_fptable()
495 if (ps->form->isDefault) in search_fptable()
611 Getform(char *form) in Getform() argument
[all …]
H A Dvalidate.c150 if (prs && prs->request && prs->request->form && (pps || pcs)) { in _validate()
151 if ((pfs = search_fstatus(prs->request->form))) { in _validate()
209 && (PFS)->form->chset \ in _validate()
210 && !STREQU((PFS)->form->chset, NAME_ANY) \ in _validate()
211 && (PFS)->form->mandatory \ in _validate()
242 (PFS)->form->name, \ in _validate()
305 || STREQU(prs->request->charset, pfs->form->chset) in _validate()
679 if (prs->form != pfs) { in _validate()
698 pwheel_name = pfs->form->chset; in _validate()
862 paper = pfs->form->paper; in _chkopts()
H A Ddisp1.c795 char *form; in s_inquire_request_rank() local
807 (void) getmessage(m, S_INQUIRE_REQUEST_RANK, &prop, &form, &dest, in s_inquire_request_rank()
810 prop, (form ? form : "NULL"), (dest ? dest : "NULL"), in s_inquire_request_rank()
821 if (*form && !SAME(form, rp->request->form)) in s_inquire_request_rank()
861 (found->form? found->form->form->name : ""), in s_inquire_request_rank()
881 (found->form? found->form->form->name : ""), in s_inquire_request_rank()
H A Dpickfilter.c240 } else if (pfs && pfs->form->chset) { in pickfilter()
242 *pp++ = pfs->form->chset; in pickfilter()
245 if (prs->request->form) { in pickfilter()
247 *pp++ = prs->request->form; in pickfilter()
/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlstrlib.c901 *(form++) = '%'; in scanformat()
903 form += p - strfrmt + 1; in scanformat()
904 *form = '\0'; in scanformat()
913 size_t l = strlen(form); in addlenmod()
915 char spec = form[l - 1]; in addlenmod()
916 strcpy(form + l - 1, lenmod); in addlenmod()
917 form[l + lm - 1] = spec; in addlenmod()
918 form[l + lm] = '\0'; in addlenmod()
953 addlenmod(form, LUA_INTFRMLEN); in str_format()
963 addlenmod(form, LUA_INTFRMLEN); in str_format()
[all …]
/illumos-gate/usr/src/tools/smatch/src/
H A Dcompat-solaris.c14 enum decimal_string_form form; in string_to_ld() local
20 &dr, &form, &echar); in string_to_ld()
23 if (form == invalid_form) { in string_to_ld()
/illumos-gate/usr/src/cmd/lp/lib/access/
H A Dchange.c47 deny_user_form(char **user_list, char *form) in deny_user_form() argument
49 return (chgaccess(0, user_list, form, Lp_A_Forms, "")); in deny_user_form()
57 allow_user_form(char **user_list, char *form) in allow_user_form() argument
59 return (chgaccess(1, user_list, form, Lp_A_Forms, "")); in allow_user_form()
/illumos-gate/usr/src/cmd/lp/lib/oam/
H A Dmsg.source518 "The form or print wheel can't be used."
767form will be mounted anyway. If you\nneed to check the alignment of the form,\nregister an alignme…
781 "Shouldn't mount the form."
821form name and form definition.\nSince a particular character set is\nmandatory with this form but …
823 "The form requires the print wheel\n\"%s\"."
875 "No form name given."
879 "You must give one of these options:\n- -F (new form)\n- -F -l -x -u -A -W -Q (existing form)"
881 "Empty form description file given."
902 "No alert defined for form \"%s\"."
926 "Error accessing form \"%s\"\n(%s)."
[all …]
/illumos-gate/usr/src/lib/libeti/
H A DMakefile29 SUBDIRS= form menu panel
30 HDRSUBDIRS= form menu panel
58 @cd form; pwd; $(MAKE) $(TARGET)
/illumos-gate/usr/src/cmd/lp/cmd/lpadmin/
H A Ddo_align.c79 int do_align (printer, form, pwheel) in do_align() argument
81 *form, in do_align()
111 if (getform(form, (FORM *)0, (FALERT *)0, &align_fp) == -1) {
112 LP_ERRMSG2 (ERROR, E_LP_GETFORM, form, PERROR);
116 LP_ERRMSG1 (WARNING, E_ADM_NOALIGN, form);
148 req.form = form;
264 mount_unmount (S_MOUNT, printer, NB(form), NB(pwheel));
/illumos-gate/usr/src/cmd/lp/lib/papi/
H A Dprinter.c67 *form = NULL, in papiPrintersList() local
87 &printer, &form, &character_set, in papiPrintersList()
99 printer_status_to_attributes(p, printer, form, in papiPrintersList()
151 *form = NULL, in papiPrinterQuery() local
193 &form, &character_set, &disable_reason, in papiPrinterQuery()
198 printer_status_to_attributes(p, pname, form, character_set, in papiPrinterQuery()
455 *form = NULL, in papiPrinterListJobs() local
468 &form, &charset, &rank, &file) < 0) in papiPrinterListJobs()
495 date, state, dest, form, charset, rank, file); in papiPrinterListJobs()
/illumos-gate/usr/src/cmd/mandoc/
H A Dmansearch.h78 enum form { enum
98 enum form form; member
H A Dmain.c98 size_t, const char *, enum form,
511 resn->form = FORM_SRC; in main()
581 res[i].form = FORM_SRC; in main()
712 const char *sec, enum form form, struct manpage **res, size_t *ressz) in fs_append() argument
726 page->form = form; in fs_append()
743 enum form form; in fs_lookup() local
752 form = FORM_SRC; in fs_lookup()
763 form = FORM_CAT; in fs_lookup()
831 ipath, sec, form, res, ressz); in fs_lookup()
833 fs_append(&file, 1, 0, ipath, sec, form, res, ressz); in fs_lookup()
[all …]
/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_form.c50 unsigned form, in generate_form_error() argument
106 Dwarf_Half form, in dwarf_hasform() argument
1101 if (form == DW_FORM_addrx || in dwarf_addr_form_is_indexed()
1102 form == DW_FORM_addrx1 || in dwarf_addr_form_is_indexed()
1103 form == DW_FORM_addrx2 || in dwarf_addr_form_is_indexed()
1104 form == DW_FORM_addrx3 || in dwarf_addr_form_is_indexed()
1105 form == DW_FORM_addrx4 || in dwarf_addr_form_is_indexed()
1208 switch(form) { in _dwarf_allow_formudata()
1229 unsigned form, in _dwarf_formudata_internal() argument
1238 switch (form) { in _dwarf_formudata_internal()
[all …]
H A Ddwarf_dnames.c98 Dwarf_Unsigned form = 0; in fill_in_abbrevs_table() local
145 if (!idx && !form) { in fill_in_abbrevs_table()
157 curdab->da_pairs[idxcount].ap_form = form; in fill_in_abbrevs_table()
1143 Dwarf_Unsigned * form, in dwarf_debugnames_abbrev_form_by_index() argument
1171 if(form) { in dwarf_debugnames_abbrev_form_by_index()
1172 *form = ap->ap_form; in dwarf_debugnames_abbrev_form_by_index()
1286 unsigned form = abp->ap_form; in dwarf_debugnames_entrypool_values() local
1288 array_form[n] = form; in dwarf_debugnames_entrypool_values()
1301 } else if (_dwarf_allow_formudata(form)) { in dwarf_debugnames_entrypool_values()
1323 form); in dwarf_debugnames_entrypool_values()
[all …]
H A Ddwarf_loc.c89 unsigned int form, in determine_location_lkind() argument
93 switch(form) { in determine_location_lkind()
487 Dwarf_Half form = 0; in _dwarf_setup_loc() local
511 *form_ret = form; in _dwarf_setup_loc()
624 Dwarf_Half form = 0; in dwarf_loclist_n() local
840 Dwarf_Half form = 0; in dwarf_loclist() local
1703 if( form == DW_FORM_exprloc) { in _dwarf_original_expression_build()
2077 Dwarf_Half form = 0; in dwarf_get_loclist_c() local
2098 form, attrnum, is_dwo); in dwarf_get_loclist_c()
2114 ") form 0x%x (",form); in dwarf_get_loclist_c()
[all …]
H A Dpro_init.c237 int form, in dwarf_pro_set_default_string_form() argument
240 if (form != DW_FORM_string && in dwarf_pro_set_default_string_form()
241 form != DW_FORM_strp) { in dwarf_pro_set_default_string_form()
245 dbg->de_debug_default_str_form = form; in dwarf_pro_set_default_string_form()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/stdio/
H A Dvsnprintf.c27 vsnprintf(char* s, int n, const char* form, va_list args) in vsnprintf() argument
37 if((rv = sfvprintf(f,form,args)) >= 0 ) in vsnprintf()
/illumos-gate/usr/src/common/util/
H A DTHIRDPARTYLICENSE.multi330 "Source" form shall mean the preferred form for making modifications,
34 "Object" form shall mean any form resulting from mechanical
35 transformation or translation of a Source form, including but
40 Object form, made available under the License, as indicated by a
45 form, that is based on (or derived from) the Work and for which the
58 means any form of electronic, verbal, or written communication sent
75 Work and such Derivative Works in Source or Object form.
95 modifications, and in Source or Object form, provided that You
104 (c) You must retain, in the Source form of any Derivative Works
106 attribution notices from the Source form of the Work,
[all …]
/illumos-gate/usr/src/cmd/lp/lib/requests/
H A Dfreerequest.c58 if (reqbufp->form)
59 Free (reqbufp->form);
/illumos-gate/usr/src/lib/libeti/form/common/
H A Dutility.c38 #define Connected(f) ((f) -> form != (FORM *) 0)
39 #define OnPage(f) ((f) -> page == P((f) -> form))
40 #define Posted(f) (Status((f) -> form, POSTED))
42 #define isCurrent(f) ((f) == C((f) -> form))
311 WINDOW * w = derwin(Sub(f -> form), f -> rows, f -> cols, in display_field()
337 WINDOW * w = derwin(Sub(f -> form), f -> rows, f -> cols, in erase_field()
357 FORM * p = f -> form; in _sync_field()
391 FORM * p = f -> form; in _sync_attrs()
/illumos-gate/usr/src/cmd/allocate/
H A Ddisk_clean.sh110 form=`gettext "Media in %s is ready. Please store safely."`
111 printf "${form}\n" $PROG $DEVICE > /dev/{MSGDEV}
119 form=`gettext "%s: Error cleaning up device %s."`
120 printf "${form}\n" $PROG $DEVICE > /dev/${MSGDEV}

12345678910>>...28