Home
last modified time | relevance | path

Searched refs:HEAD (Results 1 – 25 of 48) sorted by relevance

12

/illumos-gate/usr/src/cmd/lp/lib/requests/
H A Dputrequest.c125 #define HEAD reqheadings[fld].v macro
128 (void)fdprintf(fd, "%s%d\n", HEAD, reqbufp->copies);
132 (void)fdprintf(fd, "%s%s\n", HEAD, reqbufp->destination);
137 (void)fdprintf(fd, "%s%s\n", HEAD, *pp);
142 (void)fdprintf(fd, "%s%s\n", HEAD, reqbufp->form);
147 (void)fdprintf(fd, "%s%s\n", HEAD, NAME_IMMEDIATE);
149 (void)fdprintf(fd, "%s%s\n", HEAD, NAME_RESUME);
151 (void)fdprintf(fd, "%s%s\n", HEAD, NAME_HOLD);
156 (void)fdprintf(fd, "%sM\n", HEAD);
158 (void)fdprintf(fd, "%sW\n", HEAD);
[all …]
/illumos-gate/usr/src/cmd/lp/lib/forms/
H A Dwrform.c72 #define HEAD formheadings[fld].v in wrform() macro
75 print_sdn(fd, HEAD, formp->plen); in wrform()
79 print_sdn(fd, HEAD, formp->pwid); in wrform()
83 print_sdn(fd, HEAD, formp->lpi); in wrform()
88 print_str(fd, HEAD, NAME_COMPRESSED); in wrform()
90 print_sdn(fd, HEAD, formp->cpi); in wrform()
94 fdprintf(fd, "%s %d\n", HEAD, formp->np); in wrform()
98 fdprintf(fd, "%s %s", HEAD, formp->chset); in wrform()
105 print_str(fd, HEAD, formp->rcolor); in wrform()
110 fdprintf(fd, "%s\n", HEAD); in wrform()
[all …]
/illumos-gate/usr/src/cmd/lp/lib/printers/
H A Dputprinter.c323 #define HEAD prtrheadings[fld].v in putprinter() macro
340 (void)fdprintf(fdout, "%s %s\n", HEAD, ptr); in putprinter()
345 print_sdn(fdout, HEAD, prbufp->cpi); in putprinter()
350 print_l(fdout, HEAD, prbufp->char_sets); in putprinter()
358 print_l(fdout, HEAD, prbufp->input_types); in putprinter()
362 print_str(fdout, HEAD, prbufp->device); in putprinter()
366 print_str(fdout, HEAD, prbufp->dial_info); in putprinter()
370 print_str(fdout, HEAD, prbufp->fault_rec); in putprinter()
374 print_str(fdout, HEAD, prbufp->interface); in putprinter()
378 print_sdn(fdout, HEAD, prbufp->lpi); in putprinter()
[all …]
/illumos-gate/usr/src/cmd/fmt/
H A DMakefile31 HEAD= ../mailx/head.o macro
47 $(PROG): $(OBJS) $(HEAD)
48 $(LINK.c) $(OBJS) $(HEAD) -o $@ $(LDLIBS)
51 $(HEAD): FRC
/illumos-gate/usr/src/common/mapfiles/gen/
H A Dmap.noexeglobs.2.template30 $mapfile_version 2 # MAP-HEAD
31 # MAP-HEAD
32 SYMBOL_SCOPE { # MAP-HEAD
33 global: # MAP-HEAD
34 _lib_version; # MAP-HEAD
H A DMakefile100 $(GREP) MAP-HEAD $(TEMPLATE2) | \
/illumos-gate/usr/src/test/util-tests/tests/head/
H A Dhead_test.ksh18 HEAD=${HEAD:=/usr/bin/head}
37 $HEAD $* > $TMPFILE
39 printf "$input" | $HEAD $* > $TMPFILE
/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_update.c122 for (zptr = HEAD(zgrps); zptr != NULL; zptr = NEXT(zptr, z_link)) in res_nupdate()
143 for (zptr = HEAD(zgrps); zptr != NULL; zptr = NEXT(zptr, z_link)) { in res_nupdate()
155 n = res_nmkupdate(statp, HEAD(zptr->z_rrlist), in res_nupdate()
185 zptr = HEAD(zgrps); in res_nupdate()
187 res_freeupdrec(HEAD(zptr->z_rrlist)); in res_nupdate()
H A Dres_findzonecut.c233 for (nsrr = HEAD(*nsrrsp); in satisfy()
253 for (arr = HEAD(nsrr->addrs); arr != NULL; arr = NEXT(arr, link)) { in add_addrs()
447 for (nsrr = HEAD(*nsrrsp); nsrr != NULL; nsrr = nsrr_n) { in get_glue()
636 while ((nsrr = HEAD(*nsrrsp)) != NULL) in free_nsrrset()
645 while ((arr = HEAD(nsrr->addrs)) != NULL) { in free_nsrr()
659 for (nsrr = HEAD(*nsrrsp); nsrr != NULL; nsrr = NEXT(nsrr, link)) in find_ns()
/illumos-gate/usr/src/tools/smatch/src/smatch_scripts/
H A Dkpatch.sh87 git format-patch HEAD^ --stdout >> $MSG_FILE
102 git format-patch HEAD^ --stdout >> $MSG_FILE
115 git format-patch HEAD^ --stdout >> $MAIL_FILE
/illumos-gate/usr/src/cmd/mail/
H A Dpoplist.c37 hdr2rm = (where == HEAD ?
43 if (where == HEAD) {
H A Dpushlist.c60 ohp = (where == HEAD ? hdrlines[hdrtype].head : hdrlines[hdrtype].tail); in pushlist()
111 if (where == HEAD) { in pushlist()
H A Dclr_hinfo.c66 poplist (hdrtype, HEAD);
H A Dsavehdrs.c70 pushlist(H_RECEIVED, HEAD, tbuf, FALSE);
H A Dgoback.c148 pushlist(H_TCOPY, HEAD, work, FALSE);
/illumos-gate/usr/src/uts/common/os/
H A Dflock.c1546 ep != HEAD(vertex); in flk_add_edge()
1566 while (ep != HEAD(from_lock)) { in flk_add_edge()
1786 ASSERT(FIRST_ADJ(lock) == HEAD(lock)); in flk_relation()
1794 while (ep != HEAD(lock)) { in flk_relation()
1823 while (ep != HEAD(lock)) { in flk_relation()
1971 for (ep = FIRST_ADJ(vertex); ep != HEAD(vertex); in flk_cancel_sleeping_lock()
2030 for (ep = FIRST_IN(request); ep != HEAD(request); ep = NEXT_IN(ep)) { in flk_cancel_sleeping_lock()
2043 while (ep != HEAD(request)) { in flk_cancel_sleeping_lock()
2140 } while (ep != HEAD(lock)); in flk_wakeup()
2231 vertex->l_sedge == HEAD(vertex)) { in flk_recompute_dependencies()
[all …]
/illumos-gate/usr/src/contrib/zlib/
H A Dinflate.h21 HEAD = 16180, /* i: waiting for magic header */ enumerator
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dctl_clnt.c304 tran = HEAD(ctx->wtran); in start_write()
369 for (this = HEAD(ctx->tran); this != NULL; this = next) { in destroy()
494 tran = HEAD(ctx->tran); in readable()
/illumos-gate/usr/src/uts/common/io/pcn/
H A DTHIRDPARTYLICENSE23 ARE DISCLAIMED. IN NO EVENT SHALL Bill Paul OR THE VOICES IN HIS HEAD
/illumos-gate/usr/src/uts/common/io/bge/
H A DTHIRDPARTYLICENSE22 * ARE DISCLAIMED. IN NO EVENT SHALL Bill Paul OR THE VOICES IN HIS HEAD
/illumos-gate/usr/src/tools/quick/
H A Dmake-gss167 git_rev=`git rev-parse --short=8 HEAD`
H A Dmake-idmap187 git_rev=`git rev-parse --short=8 HEAD`
/illumos-gate/usr/src/lib/libresolv2/include/isc/
H A Dlist.h37 #define HEAD(list) ((list).head) macro
/illumos-gate/usr/src/contrib/ast/lib/package/
H A Dpackage.mk1029 : > $tmp/HEAD
1198 : > $tmp/HEAD
1306 : > $tmp/HEAD
1499 : > $tmp/HEAD
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dpackage.mk1029 : > $tmp/HEAD
1198 : > $tmp/HEAD
1306 : > $tmp/HEAD
1499 : > $tmp/HEAD

12