Home
last modified time | relevance | path

Searched refs:DEST (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/cmd/print/scripts/
H A Dlpadmin82 for DEST in ${ADDED} ; do
83 lp_uri="ipp://${lp_server}/printers/${DEST}"
84 lp_bsdaddr="${lp_server},${DEST},Solaris"
88 ${DEST} 2>/dev/null
91 for DEST in ${REMOVED} ; do
92 ${LPSET} -n system -x ${DEST} 2>/dev/null
98 for DEST in $(lpget -n system list | egrep -e '.+:$' | sed -e 's/://')
100 ${LPSET} -n system -x ${DEST}
/titanic_41/usr/src/lib/libpkg/common/
H A Dsrchcfile.c79 #define COPYPATH(DEST, SRC, LEN) \ argument
82 if ((LEN) > sizeof ((DEST))) { \
83 (LEN) = sizeof ((DEST))-1; \
86 (void) memcpy((DEST), (SRC), (LEN)); \
87 (DEST)[(LEN)] = '\0'; \
/titanic_41/usr/src/grub/grub-0.97/netboot/
H A Dsis900.h224 DEST = 0x00800000, enumerator
/titanic_41/usr/src/grub/grub-0.97/
H A DChangeLog3182 copy a null character from SRC to DEST, because this inserted an
3494 * stage2/boot.c (load_image): Copy SRC to DEST first, and append
3495 a "mem=" option to DEST instead of prepending.