| /src/external/gpl3/gdb/dist/gdb/python/ |
| python-config.py | 9 valid_opts = ["prefix", "exec-prefix", "includes", "libs", "cflags", "ldflags", "help"] 66 elif opt in ("--libs", "--ldflags"): 67 libs = ["-lpython" + pyver + abiflags] variable 68 if getvar("LIBS") is not None: 69 libs.extend(getvar("LIBS").split()) 71 libs.extend(getvar("SYSLIBS").split()) 77 libs.insert(0, "-L" + getvar("LIBPL")) 79 libs.insert(0, "-L" + os.path.normpath(sys.prefix) + "/libs") [all...] |
| python-config.py | 9 valid_opts = ["prefix", "exec-prefix", "includes", "libs", "cflags", "ldflags", "help"] 66 elif opt in ("--libs", "--ldflags"): 67 libs = ["-lpython" + pyver + abiflags] variable 68 if getvar("LIBS") is not None: 69 libs.extend(getvar("LIBS").split()) 71 libs.extend(getvar("SYSLIBS").split()) 77 libs.insert(0, "-L" + getvar("LIBPL")) 79 libs.insert(0, "-L" + os.path.normpath(sys.prefix) + "/libs") [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/python/ |
| python-config.py | 9 valid_opts = ["prefix", "exec-prefix", "includes", "libs", "cflags", "ldflags", "help"] 66 elif opt in ("--libs", "--ldflags"): 67 libs = ["-lpython" + pyver + abiflags] variable 68 if getvar("LIBS") is not None: 69 libs.extend(getvar("LIBS").split()) 71 libs.extend(getvar("SYSLIBS").split()) 77 libs.insert(0, "-L" + getvar("LIBPL")) 79 libs.insert(0, "-L" + os.path.normpath(sys.prefix) + "/libs") [all...] |
| python-config.py | 9 valid_opts = ["prefix", "exec-prefix", "includes", "libs", "cflags", "ldflags", "help"] 66 elif opt in ("--libs", "--ldflags"): 67 libs = ["-lpython" + pyver + abiflags] variable 68 if getvar("LIBS") is not None: 69 libs.extend(getvar("LIBS").split()) 71 libs.extend(getvar("SYSLIBS").split()) 77 libs.insert(0, "-L" + getvar("LIBPL")) 79 libs.insert(0, "-L" + os.path.normpath(sys.prefix) + "/libs") [all...] |
| /src/usr.bin/xlint/lint2/ |
| main2.c | 65 static const char **libs; variable 76 libs = xcalloc(1, sizeof(*libs)); 111 for (i = 0; libs[i] != NULL; i++) 113 libs = xrealloc(libs, (i + 2) * sizeof(*libs)); 114 libs[i] = xstrdup(optarg); 115 libs[i + 1] = NULL; 140 for (i = 0; libs[i] != NULL; i++ [all...] |
| main2.c | 65 static const char **libs; variable 76 libs = xcalloc(1, sizeof(*libs)); 111 for (i = 0; libs[i] != NULL; i++) 113 libs = xrealloc(libs, (i + 2) * sizeof(*libs)); 114 libs[i] = xstrdup(optarg); 115 libs[i + 1] = NULL; 140 for (i = 0; libs[i] != NULL; i++ [all...] |
| /src/external/apache2/llvm/dist/llvm/utils/ |
| extract_symbols.py | 343 parser.add_argument('libs', metavar='lib', type=str, nargs='+', 399 libs = list() variable 400 for lib in args.libs: 416 libs.append(lib) 420 calling_convention_decoration = is_32bit_windows(libs[0]) 431 vals = [(get_symbols, should_keep_symbol, calling_convention_decoration, x) for x in libs]
|
| extract_symbols.py | 343 parser.add_argument('libs', metavar='lib', type=str, nargs='+', 399 libs = list() variable 400 for lib in args.libs: 416 libs.append(lib) 420 calling_convention_decoration = is_32bit_windows(libs[0]) 431 vals = [(get_symbols, should_keep_symbol, calling_convention_decoration, x) for x in libs]
|
| /src/external/bsd/atf/dist/atf-c/detail/ |
| tp_main.c | 450 const bool libs = atf_equal_dynstr_cstring(&leafname, ".libs"); local 453 if (libs) { 605 * the ".libs" directory to show the real (not temporary) name. */
|
| tp_main.c | 450 const bool libs = atf_equal_dynstr_cstring(&leafname, ".libs"); local 453 if (libs) { 605 * the ".libs" directory to show the real (not temporary) name. */
|
| /src/usr.bin/crunch/crunchgen/ |
| crunchgen.c | 93 static strlst_t *libs = NULL; variable 301 else if (!strcmp(fieldv[0], "libs")) f = add_libs; 441 add_string(&libs, argv[i]); 984 output_strlst(outmk, libs);
|
| crunchgen.c | 93 static strlst_t *libs = NULL; variable 301 else if (!strcmp(fieldv[0], "libs")) f = add_libs; 441 add_string(&libs, argv[i]); 984 output_strlst(outmk, libs);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| collect2.cc | 261 static struct head libs; /* list of libraries */ 1391 add_to_list (&libs, s); 1493 add_to_list (&libs, arg); 1506 dump_list (stderr, "\t", libs.first); 1520 struct id *list = libs.first; 259 static struct head libs; \/* list of libraries *\/ variable in typeref:struct:head
|
| collect2.cc | 261 static struct head libs; /* list of libraries */ 1391 add_to_list (&libs, s); 1493 add_to_list (&libs, arg); 1506 dump_list (stderr, "\t", libs.first); 1520 struct id *list = libs.first; 259 static struct head libs; \/* list of libraries *\/ variable in typeref:struct:head
|
| /src/external/gpl3/gcc/dist/gcc/ |
| collect2.cc | 261 static struct head libs; /* list of libraries */ 1395 add_to_list (&libs, s); 1497 add_to_list (&libs, arg); 1510 dump_list (stderr, "\t", libs.first); 1524 struct id *list = libs.first; 259 static struct head libs; \/* list of libraries *\/ variable in typeref:struct:head
|
| collect2.cc | 261 static struct head libs; /* list of libraries */ 1395 add_to_list (&libs, s); 1497 add_to_list (&libs, arg); 1510 dump_list (stderr, "\t", libs.first); 1524 struct id *list = libs.first; 259 static struct head libs; \/* list of libraries *\/ variable in typeref:struct:head
|