Searched refs:STREQ (Results 1 - 25 of 74) sorted by relevance

123

/freebsd-10-stable/contrib/amd/amd/
H A Dconf.c289 if (STREQ(section, "global")) {
327 if (cur_map->cfm_dir && !STREQ(cur_map->cfm_dir, section)) {
415 if (STREQ(val, "yes")) {
418 } else if (STREQ(val, "no")) {
431 if (STREQ(val, "full")) {
434 } else if (STREQ(val, "yes")) {
437 } else if (STREQ(val, "no")) {
500 if (STREQ(val, "yes")) {
503 } else if (STREQ(val, "no")) {
526 if (STREQ(va
[all...]
H A Drestart.c66 } else if (STREQ(me->mnt_type, MNTTAB_TYPE_NFS)) {
89 if (!STREQ(me->mnt_type, MNTTAB_TYPE_NFS))
138 if (STREQ(me->mnt_type, MNTTAB_TYPE_NFS)) {
205 if (!STREQ(me->mnt_type, MNTTAB_TYPE_NFS))
H A Dinfo_passwd.c72 if (STREQ(map, PASSWD_MAP))
96 if (STREQ(key, "/defaults")) {
H A Dam_ops.c293 if (STREQ(opt, "ro")) return "rw";
294 if (STREQ(opt, "rw")) return "ro";
295 if (STREQ(opt, "bg")) return "fg";
296 if (STREQ(opt, "fg")) return "bg";
297 if (STREQ(opt, "soft")) return "hard";
298 if (STREQ(opt, "hard")) return "soft";
377 if (STREQ(rop->fs_type, type))
430 if (STREQ(fo->opt_opts, fo->opt_remopts)) {
H A Damfs_union.c89 if (!STREQ(dir, "/defaults")) {
H A Damfs_auto.c131 if (STREQ(mf->mf_fo->opt_pref, "null")) {
H A Dmntfs.c133 if (STREQ(mf->mf_mount, mp) &&
135 || (STREQ(mf->mf_info, info) && mf->mf_ops == ops))) {
192 } /* end of "if (STREQ(mf-> ..." */
389 STREQ(mf->mf_mount, mp)) {
/freebsd-10-stable/contrib/libreadline/
H A Dhistlib.h31 #if !defined (STREQ)
32 #define STREQ(a, b) (((a)[0] == (b)[0]) && (strcmp ((a), (b)) == 0)) macro
H A Drldefs.h143 #if !defined (STREQ)
144 #define STREQ(a, b) (((a)[0] == (b)[0]) && (strcmp ((a), (b)) == 0)) macro
H A Dnls.c119 if (t && *t && (t[0] != 'C' || t[1]) && (STREQ (t, "POSIX") == 0))
141 if (STREQ (t, legal_lang_values[i]))
/freebsd-10-stable/usr.bin/m4/
H A Dstdd.h49 * STREQ is an optimised strcmp(a,b)==0
52 #define STREQ(a, b) ((a)[0] == (b)[0] && strcmp(a, b) == 0) macro
/freebsd-10-stable/contrib/amd/conf/checkmount/
H A Dcheckmount_bsd44.c69 if (STREQ(colon + 1, path) &&
/freebsd-10-stable/contrib/amd/libamu/
H A Dxutil.c572 if (STREQ(last_msg, msg)) {
599 if (STREQ(last_msg, msg)) {
670 if (STREQ(opt, dp->opt))
672 if (opt != s && !dpn && STREQ(s, dp->opt))
752 if (STREQ(facstr, "kern"))
756 if (STREQ(facstr, "user"))
760 if (STREQ(facstr, "mail"))
764 if (STREQ(facstr, "daemon"))
768 if (STREQ(facstr, "auth"))
772 if (STREQ(facst
[all...]
/freebsd-10-stable/contrib/texinfo/makeinfo/
H A Dtoc.c157 if (STREQ (node, toc_entry_alist[i]->containing_node))
367 int elt = STREQ (command, "contents") ? CONTENTS : SHORTCONTENTS;
374 register_delayed_write (STREQ (command, "contents")
377 if (html && STREQ (command, "contents"))
385 STREQ (command, "contents")
388 STREQ (command, "contents")
H A Dfloat.c93 if (strlen (temp->id) > 0 && STREQ (text_expansion (temp->type), type))
144 if (STREQ (id, temp->id))
163 if (STREQ (temp->type, check_type) && temp->id && *temp->id)
220 if (strlen (temp->id) > 0 && STREQ (float_type, temp->type))
H A Dhtml.c85 f = STREQ (filename, "-") ? stdin : fopen (filename, "r");
219 if (splitting && current_node && !STREQ (current_node, "Top"))
248 if (tag_table->up && !STREQ (tag_table->up, "Top"))
541 && STREQ (htmlstack->tag, tag)
542 && !(STREQ (tag, "span") && STREQ (old_attribs, formatted_attribs)))
H A Dcmds.c724 if (STREQ (aa, temp->acronym)
801 if (STREQ (command, "command"))
803 else if (STREQ (command, "env"))
805 else if (STREQ (command, "file"))
807 else if (STREQ (command, "option"))
809 else if (STREQ (command, "samp"))
828 if (STREQ (command, "code"))
834 if (STREQ (command, "samp")) add_char ('`');
841 if (STREQ (command, "samp")) add_char ('\'');
1806 if (STREQ (strin
[all...]
H A Dinsertion.c171 if (STREQ (item_function, "@"))
250 if (STREQ (name, insertion_type_names[index]))
252 if (index == rawdocbook && STREQ (name, "docbook"))
254 if (index == rawhtml && STREQ (name, "html"))
256 if (index == rawxml && STREQ (name, "xml"))
258 if (index == rawtex && STREQ (name, "tex"))
1924 int elt = STREQ (command, "shortcaption") ? SHORTCAPTION : CAPTION;
2045 if (STREQ (command, "title"))
2047 else if (STREQ (command, "subtitle"))
2103 if (STREQ (command_tabl
[all...]
H A Dnode.c212 if (STREQ (tag->node, expanded_name))
220 if (STREQ (expanded_node, expanded_name))
707 if (this_section < 0 && !STREQ (node, "Top"))
1094 if (current_node && STREQ (current_node, "Top"))
1259 if (STREQ (expanded_node, ref_list->node))
1265 if (STREQ (expanded_node, expanded_ref))
1439 int you_lose = !prev || !STREQ (prev, tags->node);
1446 if (tem1 && tem2 && STREQ (tem1, tem2))
1476 int prev_equals_up = !tags->up || STREQ (tags->prev, tags->up);
1482 prev_equals_up = STREQ (tem
[all...]
H A Dindex.c64 if (name_index_alist[i] && STREQ (name, name_index_alist[i]->name))
536 || !STREQ (array[i]->entry, array[i + 1]->entry))
557 && STREQ (copy[i]->entry, copy[i + 1]->entry)
644 if (lang_env && !STREQ (lang_env, "C") && !STREQ (lang_env, "POSIX"))
864 else if (STREQ (index_node, _("(outside of any node)")))
/freebsd-10-stable/contrib/amd/fsinfo/
H A Dfsi_analyze.c97 STREQ(p1 + 1, p2 + 1))
223 else if (STREQ(mp->m_name, "default"))
280 if (mp2 && STREQ(mp2->m_name, "default")) {
322 if (STREQ(dp->d_fstype, "swap")) {
369 } else if (STREQ(dp->d_fstype, "export")) {
516 STREQ(mp->m_dk->d_host->h_hostname, fp->f_from)) {
548 } else if (STREQ(fp->f_localname, "/")) {
551 } else if (STREQ(fp->f_localname, "swap")) {
613 if (STREQ(ap->a_volname, ap->a_name))
H A Dfsi_dict.c98 while (de && !STREQ(de->de_key, k))
H A Dwr_fstab.c152 if (STREQ(dp->d_fstype, "jfs") &&
271 if (STREQ(os_name, op->os_name))
286 if (!STREQ(dp->d_fstype, "export"))
H A Dwr_atab.c94 if (ap->a_opts && !STREQ(ap->a_opts, "")) {
135 if (!STREQ(mp->m_dk->d_mountpt, amountpt)) {
209 if (ap->a_opts && !STREQ(ap->a_opts, "")) {
/freebsd-10-stable/contrib/ntp/ntpdc/
H A Dntpdc_ops.c230 #define STREQ(a, b) (*(a) == *(b) && strcmp((a), (b)) == 0) macro
881 if (STREQ(pcmd->argval[0].string, "oneline"))
883 else if (STREQ(pcmd->argval[0].string, "multiline"))
1350 if (STREQ(pcmd->argval[items].string, "prefer"))
1352 else if (STREQ(pcmd->argval[items].string, "burst"))
1354 else if (STREQ(pcmd->argval[items].string, "iburst"))
1356 else if (!refc && STREQ(pcmd->argval[items].string, "keyid"))
1358 else if (!refc && STREQ(pcmd->argval[items].string, "version"))
1360 else if (STREQ(pcmd->argval[items].string, "minpoll"))
1362 else if (STREQ(pcm
[all...]

Completed in 342 milliseconds

123