Searched refs:DEST (Results 1 – 4 of 4) sorted by relevance
82 for DEST in ${ADDED} ; do83 lp_uri="ipp://${lp_server}/printers/${DEST}"84 lp_bsdaddr="${lp_server},${DEST},Solaris"88 ${DEST} 2>/dev/null91 for DEST in ${REMOVED} ; do92 ${LPSET} -n system -x ${DEST} 2>/dev/null98 for DEST in $(lpget -n system list | egrep -e '.+:$' | sed -e 's/://')100 ${LPSET} -n system -x ${DEST}
79 #define COPYPATH(DEST, SRC, LEN) \ argument82 if ((LEN) > sizeof ((DEST))) { \83 (LEN) = sizeof ((DEST))-1; \86 (void) memcpy((DEST), (SRC), (LEN)); \87 (DEST)[(LEN)] = '\0'; \
224 DEST = 0x00800000, enumerator
3182 copy a null character from SRC to DEST, because this inserted an3494 * stage2/boot.c (load_image): Copy SRC to DEST first, and append3495 a "mem=" option to DEST instead of prepending.