Searched defs:comm (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libcmd/common/
H A Dcomm.c26 * comm
30 "[-?\n@(#)$Id: comm (AT&T Research) 1999-04-28 $\n]"
32 "[+NAME?comm - select or reject lines common to two files]"
66 static int comm(Sfio_t *in1, Sfio_t *in2, register Sfio_t *out,register int mode) function
193 if(comm(f1,f2,sfstdout,mode) < 0)
/osnet-11/usr/src/lib/libdevinfo/
H A Ddevinfo_pca.c250 char comm[1025]; local
277 (void) snprintf(comm, sizeof (comm), "#%s", comment);
279 (void) snprintf(comm, sizeof (comm), "%s", comment);
280 _pca_rec_add(h, -1, product_id, chassis_id, alias_id, comm);

Completed in 23 milliseconds