applauncherd
Macros | Functions
search.c File Reference
#include <stdlib.h>
#include <stdio.h>
#include <unistd.h>
#include <string.h>
#include "report.h"
#include "search.h"

Go to the source code of this file.

Macros

#define _GNU_SOURCE
 

Functions

static char * merge_paths (const char *base_path, const char *rel_path)
 
char * search_program (const char *progname)
 

Macro Definition Documentation

◆ _GNU_SOURCE

#define _GNU_SOURCE

Definition at line 20 of file search.c.

Function Documentation

◆ merge_paths()

static char * merge_paths ( const char * base_path,
const char * rel_path )
static

Definition at line 30 of file search.c.

◆ search_program()

char * search_program ( const char * progname)

Definition at line 43 of file search.c.

References merge_paths().