Searched refs:strcmp (Results 376 - 400 of 463) sorted by relevance

<<111213141516171819

/barrelfish-master/usr/eclipseclp/Eplex/
H A Deplex_cplex.c723 if (strcmp(fmt, "pre") == 0)
728 else if (strcmp(fmt, "bas") == 0)
732 else if (strcmp(fmt, "emb") == 0)
738 else if (strcmp(fmt, "tre") == 0)
H A Dcoinplex.cpp1927 if (strcmp(otype, "lp") == 0)
1933 else if (strcmp(otype, "mps") == 0)
1992 if (strcmp(otype, "lp") == 0)
1998 else if (strcmp(otype, "mps") == 0)
/barrelfish-master/tools/weever/
H A Delf64.c166 if (!strcmp(section_name, strings + shead[i].sh_name)) {
/barrelfish-master/lib/spawndomain/arch/x86/
H A Dspawn_arch.c273 if ((strcmp("spawnd", disp_name())==0) && (si->flags & SPAWN_FLAGS_OMP)) {
/barrelfish-master/lib/libc/yp/
H A Dyplib.c248 if (strcmp(map, c->ypc_map))
327 if (strcmp(dom, ysd->dom_domain) == 0)
626 if (strcmp(dom, ypb->dom_domain) == 0) {
682 if (!strcmp(_yp_domain, indomain) && ypmatch_find(inmap, inkey,
/barrelfish-master/lib/lwip2/src/apps/httpd/makefsdata/
H A Dmakefsdata.c441 if ((curName[0] == '.') || (strcmp(curName, "CVS") == 0)) {
671 if (!strcmp(f->filename_c, new_name)) {
876 if (!strcmp(file_ext, g_psHTTPHeaders[j].extension)) {
/barrelfish-master/usr/replay/
H A Dmaster.c384 if(!strcmp(flags, "rdonly")) {
386 } else if(!strcmp(flags, "wronly")) {
388 } else if(!strcmp(flags, "rdwr")) {
/barrelfish-master/usr/eclipseclp/Pds/src/
H A Dnsrv_server.c974 if ((strcmp(argv[i],"-n") == 0) ||
975 (strcmp(argv[i],"-nshm") == 0)) {
979 else if (strcmp(argv[i],"-npds") == 0) {
/barrelfish-master/include/vm/
H A Dvm_phys.c208 if (strcmp("first-touch-rr", policy_name) == 0) {
211 } else if (strcmp("first-touch", policy_name) == 0) {
214 } else if (strcmp("rr", policy_name) == 0) {
/barrelfish-master/tools/arm_boot/
H A Darm_bootimage.c225 !strcmp(shstr + shdr->sh_name, ".strtab")) {
273 if(!strcmp("got_base", str_base + sym->st_name)) {
284 !strcmp(image->extrasym_name, str_base + sym->st_name)) {
/barrelfish-master/lib/lua/src/
H A Dldblib.c349 strcmp(buffer, "cont\n") == 0)
H A Dluac.c67 #define IS(s) (strcmp(argv[i],s)==0)
H A Dlauxlib.c158 if (strcmp(ar.namewhat, "method") == 0) {
326 if (strcmp(lst[i], name) == 0)
/barrelfish-master/lib/openssl-1.0.0d/crypto/evp/
H A Dpmeth_lib.c373 if (!strcmp(name, "digest"))
/barrelfish-master/lib/openssl-1.0.0d/crypto/ui/
H A Dui_openssl.c385 if (strcmp(UI_get0_result_string(uis),
/barrelfish-master/lib/openssl-1.0.0d/demos/engines/cluster_labs/
H A Dhw_cluster_labs.c704 if(id && (strcmp(id, engine_cluster_labs_id) != 0)) {
/barrelfish-master/lib/openssl-1.0.0d/engines/
H A De_atalla.c596 if(id && (strcmp(id, engine_atalla_id) != 0))
H A De_gmp.c465 if(id && (strcmp(id, engine_e_gmp_id) != 0))
H A De_chil.c1344 if(id && (strcmp(id, engine_hwcrhk_id) != 0) &&
1345 (strcmp(id, engine_hwcrhk_id_alt) != 0))
H A De_padlock.c232 if (id && (strcmp(id, padlock_id) != 0)) {
358 if (strcmp(vendor_string, "CentaurHauls") != 0)
/barrelfish-master/lib/acpica/source/compiler/
H A Daslxrefout.c517 if (!strcmp (Op->Asl.ExternalName, Next->Asl.ExternalName))
H A Ddtio.c204 if (!strcmp (String, " "))
/barrelfish-master/usr/drivers/usb/usb_manager/
H A Domap44xx.c595 if (strcmp(argv[0], "ehci")) {
/barrelfish-master/usr/bench/udp_echo/
H A Dudp_ipip_openloop.c286 if(!strcmp(ifreq.ifr_name, argv[7])) {
/barrelfish-master/usr/webserver/
H A Dhttp_cache.c179 if (strcmp(name, e->name) == 0) {

Completed in 299 milliseconds

<<111213141516171819