Home
last modified time | relevance | path

Searched refs:STREQ (Results 1 – 19 of 19) sorted by relevance

/original-bsd/usr.sbin/amd/amd/
H A Drestart.c48 if (STREQ(me->mnt_type, MTAB_TYPE_UFS)) { in restart()
53 } else if (STREQ(me->mnt_type, MTAB_TYPE_NFS)) { in restart()
66 } else if (STREQ(me->mnt_type, MTAB_TYPE_MFS)) { in restart()
H A Dmntfs.c143 if (STREQ(mf->mf_mount, mp)) {
319 if (mf->mf_refc == 1 && mf->mf_ops == &ifs_ops && STREQ(mf->mf_mount, mp)) {
H A Dmount_fs.c118 if (STREQ(mnt->mnt_type, MNTTYPE_AUTO)) {
H A Dopts.c271 if (op->sel_p && (STREQ(*op->sel_p, opt) == (vs_opt == SelNE))) {
487 if (len == op->nlen && STREQ(op->name, nbuf)) {
H A Dsrvr_nfs.c617 if (STREQ(host, fs->fs_host)) {
H A Dmapc.c542 if (STREQ(m->map_name, map))
H A Dnfs_ops.c748 STREQ(mp->am_parent->am_mnt->mf_ops->fs_type, "direct")) {
/original-bsd/usr.bin/m4/
H A Dlook.c49 if (STREQ(name, p->name))
100 if (STREQ(mp->name, name)) {
H A Dstdd.h26 #define STREQ(a, b) ((a)[0] == (b)[0] && strcmp(a, b) == 0) macro
H A Deval.c420 if (STREQ(name, defn))
466 if (STREQ(name, defn))
512 if (STREQ(argv[2], argv[3]))
H A Dmain.c372 if (STREQ(name, p->name))
/original-bsd/usr.sbin/amd/fsinfo/
H A Dfsi_analyze.c67 if (STREQ(p1+1, p2+1)) {
204 else if (STREQ(mp->m_name, "default"))
258 if (STREQ(mp2->m_name, "default")) {
298 if (STREQ(dp->d_fstype, "swap")) {
343 } else if (STREQ(dp->d_fstype, "export")) {
478 if (STREQ(mp->m_dk->d_host->h_hostname, fp->f_from)) {
569 if (STREQ(ap->a_volname, ap->a_name))
H A Dfsi_dict.c64 while (de && !STREQ(de->de_key, k))
H A Dfsinfo.h124 #define STREQ(s,t) (*(s) == *(t) && strcmp((s)+1,(t)+1) == 0) macro
/original-bsd/bin/test/
H A Doperators.h34 #define STREQ 22 macro
H A Dbinary_op22 STREQ = 4 OP_STRING
H A Dtest.c389 case STREQ:
/original-bsd/contrib/gawk-2.15.2/
H A Dio.c620 if (STREQ(name, "-"))
625 if (STREQ(cp, "stdin") && (flag & O_RDONLY) == O_RDONLY)
627 else if (STREQ(cp, "stdout") && (flag & O_WRONLY) == O_WRONLY)
629 else if (STREQ(cp, "stderr") && (flag & O_WRONLY) == O_WRONLY)
807 if (STREQ(name, "-"))
1146 if (STREQ(file, "-"))
/original-bsd/usr.sbin/amd/include/
H A Dam.h153 #define STREQ(s1, s2) (strcmp((s1), (s2)) == 0) macro
154 #define FSTREQ(s1, s2) ((*(s1) == *(s2)) && STREQ((s1),(s2)))