Home
last modified time | relevance | path

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

12

/titanic_50/usr/src/cmd/lp/lib/requests/
H A Dputrequest.c127 #define HEAD reqheadings[fld].v macro
130 (void)fdprintf(fd, "%s%d\n", HEAD, reqbufp->copies);
134 (void)fdprintf(fd, "%s%s\n", HEAD, reqbufp->destination);
139 (void)fdprintf(fd, "%s%s\n", HEAD, *pp);
144 (void)fdprintf(fd, "%s%s\n", HEAD, reqbufp->form);
149 (void)fdprintf(fd, "%s%s\n", HEAD, NAME_IMMEDIATE);
151 (void)fdprintf(fd, "%s%s\n", HEAD, NAME_RESUME);
153 (void)fdprintf(fd, "%s%s\n", HEAD, NAME_HOLD);
158 (void)fdprintf(fd, "%sM\n", HEAD);
160 (void)fdprintf(fd, "%sW\n", HEAD);
[all …]
/titanic_50/usr/src/cmd/lp/lib/forms/
H A Dwrform.c74 #define HEAD formheadings[fld].v in wrform() macro
77 print_sdn(fd, HEAD, formp->plen); in wrform()
81 print_sdn(fd, HEAD, formp->pwid); in wrform()
85 print_sdn(fd, HEAD, formp->lpi); in wrform()
90 print_str(fd, HEAD, NAME_COMPRESSED); in wrform()
92 print_sdn(fd, HEAD, formp->cpi); in wrform()
96 fdprintf(fd, "%s %d\n", HEAD, formp->np); in wrform()
100 fdprintf(fd, "%s %s", HEAD, formp->chset); in wrform()
107 print_str(fd, HEAD, formp->rcolor); in wrform()
112 fdprintf(fd, "%s\n", HEAD); in wrform()
[all …]
/titanic_50/usr/src/cmd/lp/lib/printers/
H A Dputprinter.c325 #define HEAD prtrheadings[fld].v in putprinter() macro
342 (void)fdprintf(fdout, "%s %s\n", HEAD, ptr); in putprinter()
347 print_sdn(fdout, HEAD, prbufp->cpi); in putprinter()
352 print_l(fdout, HEAD, prbufp->char_sets); in putprinter()
360 print_l(fdout, HEAD, prbufp->input_types); in putprinter()
364 print_str(fdout, HEAD, prbufp->device); in putprinter()
368 print_str(fdout, HEAD, prbufp->dial_info); in putprinter()
372 print_str(fdout, HEAD, prbufp->fault_rec); in putprinter()
376 print_str(fdout, HEAD, prbufp->interface); in putprinter()
380 print_sdn(fdout, HEAD, prbufp->lpi); in putprinter()
[all …]
/titanic_50/usr/src/cmd/fmt/
H A DMakefile31 HEAD= ../mailx/head.o macro
44 $(PROG): $(OBJS) $(HEAD)
45 $(LINK.c) $(OBJS) $(HEAD) -o $@ $(LDLIBS)
48 $(HEAD): FRC
/titanic_50/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 DMakefile105 $(GREP) MAP-HEAD $(TEMPLATE2) | \
/titanic_50/usr/src/lib/libresolv2/common/resolv/
H A Dres_update.c126 for (zptr = HEAD(zgrps); zptr != NULL; zptr = NEXT(zptr, z_link)) in res_nupdate()
147 for (zptr = HEAD(zgrps); zptr != NULL; zptr = NEXT(zptr, z_link)) { in res_nupdate()
159 n = res_nmkupdate(statp, HEAD(zptr->z_rrlist), in res_nupdate()
189 zptr = HEAD(zgrps); in res_nupdate()
191 res_freeupdrec(HEAD(zptr->z_rrlist)); in res_nupdate()
H A Dres_findzonecut.c237 for (nsrr = HEAD(*nsrrsp); in satisfy()
257 for (arr = HEAD(nsrr->addrs); arr != NULL; arr = NEXT(arr, link)) { in add_addrs()
451 for (nsrr = HEAD(*nsrrsp); nsrr != NULL; nsrr = nsrr_n) { in get_glue()
640 while ((nsrr = HEAD(*nsrrsp)) != NULL) in free_nsrrset()
649 while ((arr = HEAD(nsrr->addrs)) != NULL) { in free_nsrr()
663 for (nsrr = HEAD(*nsrrsp); nsrr != NULL; nsrr = NEXT(nsrr, link)) in find_ns()
/titanic_50/usr/src/cmd/mail/
H A Dpoplist.c39 hdr2rm = (where == HEAD ?
45 if (where == HEAD) {
H A Dpushlist.c64 ohp = (where == HEAD ? hdrlines[hdrtype].head : hdrlines[hdrtype].tail);
115 if (where == HEAD) {
H A Dclr_hinfo.c69 poplist (hdrtype, HEAD);
H A Dsavehdrs.c72 pushlist(H_RECEIVED, HEAD, tbuf, FALSE);
H A Dgoback.c151 pushlist(H_TCOPY, HEAD, work, FALSE);
/titanic_50/usr/src/test/zfs-tests/tests/functional/history/
H A Dhistory_003_pos.ksh70 typeset orig_md5=$($ZPOOL history $spool | $HEAD -2 | $MD5SUM | \
87 typeset final_md5=$($HEAD -2 $TMPFILE | $MD5SUM | $AWK '{print $1}')
H A Dhistory_007_pos.ksh104 $HEAD -n $linenum $migrated_cmds_f > $tmpfile
/titanic_50/usr/src/uts/common/os/
H A Dflock.c1544 ep != HEAD(vertex); in flk_add_edge()
1564 while (ep != HEAD(from_lock)) { in flk_add_edge()
1784 ASSERT(FIRST_ADJ(lock) == HEAD(lock)); in flk_relation()
1792 while (ep != HEAD(lock)) { in flk_relation()
1821 while (ep != HEAD(lock)) { in flk_relation()
1969 for (ep = FIRST_ADJ(vertex); ep != HEAD(vertex); in flk_cancel_sleeping_lock()
2028 for (ep = FIRST_IN(request); ep != HEAD(request); ep = NEXT_IN(ep)) { in flk_cancel_sleeping_lock()
2041 while (ep != HEAD(request)) { in flk_cancel_sleeping_lock()
2138 } while (ep != HEAD(lock)); in flk_wakeup()
2229 vertex->l_sedge == HEAD(vertex)) { in flk_recompute_dependencies()
[all …]
/titanic_50/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_upgrade/
H A Dzpool_upgrade_001_pos.ksh55 log_must eval "$ZPOOL upgrade -v | $HEAD -1 | $GREP 'feature flags'"
/titanic_50/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_create/
H A Dzfs_create_012_pos.ksh39 ZFS_VERSION=$($ZFS upgrade | $HEAD -1 | $AWK '{print $NF}' \
/titanic_50/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_clone/
H A Dzfs_clone_007_pos.ksh43 ZFS_VERSION=$($ZFS upgrade | $HEAD -1 | $AWK '{print $NF}' \
/titanic_50/usr/src/uts/common/zmod/
H A Dinflate.h23 HEAD, /* i: waiting for magic header */ enumerator
/titanic_50/usr/src/lib/libresolv2/common/isc/
H A Dctl_clnt.c310 tran = HEAD(ctx->wtran); in start_write()
375 for (this = HEAD(ctx->tran); this != NULL; this = next) { in destroy()
500 tran = HEAD(ctx->tran); in readable()
/titanic_50/usr/src/uts/common/io/bge/
H A DTHIRDPARTYLICENSE22 * ARE DISCLAIMED. IN NO EVENT SHALL Bill Paul OR THE VOICES IN HIS HEAD
/titanic_50/usr/src/uts/common/io/pcn/
H A DTHIRDPARTYLICENSE23 ARE DISCLAIMED. IN NO EVENT SHALL Bill Paul OR THE VOICES IN HIS HEAD
/titanic_50/usr/src/tools/quick/
H A Dmake-gss167 git_rev=`git rev-parse --short=8 HEAD`
/titanic_50/usr/src/lib/libresolv2/include/isc/
H A Dlist.h37 #define HEAD(list) ((list).head) macro

12